You are on page 1of 1

UNITED INTERNATIONAL UNIVERSITY

CSE 1110 (INTRODUCTION TO COMPUTER SYSTEMS) – MID-TERM QUIZ


TIME: 1 hour, FULL MARKS: 15

1. Convert the following numbers: [2+2=4]


 (2056)10=(?)2
 (745)8 = (?)16

2. A movie has 20 fps frame rate and 15 minutes runtime. If the resolution of the
video is 720X 512, Then calculate the total size of the movie in GB. [2]

3. The resolution of an image file is 1200x900 pixels.. What is the size of the image
in kilobytes? [2]

4. Draw a flowchart that take a number which indicates serving year as input from
the user and calculate his festive bonus. Output the festive bonus. [3]
Here is the condition:
Basic_Salary: 22000
Year: less than 5: amount= 5000
5- anything greater than 5: amount=10000
Equation: Basic_Salary+ year* amount

5. Draw a flowchart that will take a number n as input, [here n indicates the last
digit of your student id,e.g. Student Id=011201206, last digit is 6].If n is
even number, then your flowchart will print the factors of that number n. [A factor
of a number n is the number that n can be divided with. For example, if n = 6, the
factors will be 1, 2, 3 and 6 – because these are the numbers that can divide 6.]

OR if n is odd number then your flowchart will print the sum of the factors of
that number n. [For example, n=9, the factors of 9 are=1,3,9. So, the
sum=1+3+9=13] [4]

You might also like