1. A two-hour movie requires 325 GB to be displayed on the computer. Each frame needs 2 MB. Find the frame rate (fps) used (5 marks) 2. For the given numbers find their equivalent in the specified base. Show your steps. (6 marks) (11100101)? = ( )10 (0.5*20)10=( )2
3. Draw the flowchart for the below algorithm : (8 marks) START Input X IF X>1 Y=1 Else IF X>-1 Y=X Else Y=-1 PRINT X,Y STOP 4. For the following definition statements, write down the proper term. [4 Marks] 1. The range of numbers available to represent a pixel digitally_ 2. is an example of conventions which govern communication between computers. 3. is the speed of flipping the frames one after the other. 4. is the amount of memory that equals to 8 bits 5. Define the following: Virus, Worm? (6 Marks) 6. Mention three properties of representations. (6 marks) 7. In RGB model, how many different colors could we have? What is the representation of e of Red, Green and Blue colors? (6 marks) de 8. Consider the following list => [40, -5, 45, 55, 1, 60, 15, 95, -85, 5] Each of the following is view of a sort in progress of the above list. Which sort is which? Explain your answer. [Hin each sort is used exactly once]. (3marks each) Choose between bubble sort, selection so and merge sort, (9 marks) (1) [-5, 1, 40, 45, 55, -85, 5, 15, 60, 95] Sorting Algorithm is (2) [-5, 1, 40, 15, 45, -85, 5, 55, 60, 95] Sorting Algorithm is ......... ...... (3) [-85, -5, 1, 55, 45, 60, 15, 95, 40, 5] Sorting Algorithm is.