COP 3767 - Operating Systems for IT Professor: Michael Robinson program # 3 pgm3iCGS3767os This program is worth 6 points total. Partial credit will be given. 1 - Worth 0.5 point. Using your Linux OS download, to your user root folder, the following file: http://users.cis.fiu.edu/~mrobi002/downloads/HumanGenome/VenterGraig/VGuncompressed/hs_alt_HuRef_chr10.fa 2 - Worth 0.5 point. At your user root folder create a shell file named as follows: YourLastNameFirstNameInitialOSpgm3.sh that **** WHEN EXECUTED **** will do the following: and using multi line comment document your program withe following information: ************************************************** Author : Your Name Course : Course Name and Section Professor: Michael Robinson Program : Program Number, Purpose/Description A brief description of the program Due Date : mm/dd/yyyy I certify that this work is my own alone. ************************************************** 3 - Worth 0.5 point. Display your name and your program name 4 - Worth 0.5 point. Add your name and your program name into a file named YourLastNameFirstNameInitialOSpgm3.txt 5 - Worth 0.5 point. To your *.txt file add the amount of amount of records found in the hs_alt_HuRef_chr10.fa 6 - Worth 0.5 point. Create a 0 (zero) byte file called YourLastNameFirstNameInitialOSpgm3.zero 7 - Worth 0.5 point. Add to your *.txt file, your user name and file location 8 - Worth 0.5 point. If your *.fa file exists and has data in it Add to your *.txt file, "my *.fa file exists and has data in it" 9 - Worth 1 point. - 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 your *.txt file. 10 - Worth 1 point. - Implement division by 0, with error trapping, using IF, WHILE and any other needed commands, How: - Append your name, current date and time to your *.txt file - Create two variables FirstNumber and SecondNumber - If the user enters the value 55 for the first or the second number, you must terminate this implementation of divide by 0, immediately. - Ask the user to enter the first number and check its value. - Ask the user to enter the second number and check its value. - 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 your *.txt file. Program submission ================== Upload your *,sh file to moodle Print your *.sh program and turn it into class on the due date. DON'T FORGET STAPLING.