COP 3767 - Operating Systems for IT Professor: Michael Robinson program # 3h pgm3hCGS3767os This program is worth 10 points total. Partial credit will be given. 1 - Worth 2.5 points. Using Windows Batch in command prompt. - Implement division by 0, with error trapping, using if and while() commands, How: - Append your name, current date and time to a NEW file called results.txt - Use a while loop. - If the user enters the value 55 for the first or the second number, you must terminate this implementation of divide by 0. - Ask the user to enter the first number and check its value. - Ask the user to enter the second number. - If the second number is ZERO inform the user and ask for a correct second number. - If the second number is NOT a zero, do the division, display all numbers in this computation using labels, and add them to the results.txt file. 2 - Worth 2.5 points. Using Windows Batch in command prompt. How: - Use a for loop from 1 to 100. - Find the total amount of all the results of calculating each number from (1 to 100 mod 5) + 3. - After the for loop ends, display the average for all previous results and append them to the results.txt file. According to the material covered in class: 3 - Worth 1 point List three computer comunication devices 4 - Worth 1 point List three computer peripheral devices 5 - Worth 1 point List five (5) computer hardware ports 6 - Worth 1 point List three hardware differences between laptops and servers 7 - Worth 1 point List four (4) types and speeds of current hard drives as seen in class Program submission ================== You need to submit: 1 LastNameFirstInitialpgm3.bat ex: RobinsonMpgm3.bat 1 LastNameFirstInitialpgm3.txt ex: RobinsonMpgm3.txt Make sure to rename the bat files to ba before email them. !!! DO NOT ZIP THE FILES, JUST ATTACH THEM TO YOUR EMAIL !!! Do not forget to describe in your email's subject: Class Name, number or date-time, purpose ex: OS 1 pgm3 or OS 2 pgm3 Your email "From " must have your name Print the programs that you emailed and turn them into class on the due date. DON'T FORGET STAPLING.