Class 10 Computer Science Model Paper 2 MCQs Test

FBISE Federal Board Class 9 Computer Science Model Paper 2 MCQs Test. Do as much practice as you can so that you get good marks in the final exams.

Class 10 Computer Science Model Paper 2 MCQs Test

/12
79

Class 10 Computer Science
Model Paper 2
Practice MCQs Test

1 / 12

1. What is the value of “z” after evaluating the given expression where a = 5, b = 3?
z = b / 2 + b * 4 / b && b < a + a / 3

2 / 12

2. What is the range of numbers that can be stored in a variable of type float?

3 / 12

3. What is the output of the following codes where a=1 and b= 5?
if (a-b<6)
printf(“%d”, a);
else
printf(“%d”, b);
printf(“%d”, a+b);

4 / 12

4. What is the value of “z” after evaluating the given expression where x=10, y=3?
z = 4*++x ||--y

5 / 12

5. Which one of the following problem-solving stage refers to dividing the solution into steps and arranging in order to solve the problem?

6 / 12

6. Which symbol with the variable, refers to the memory location in the scanf() function:

7 / 12

7. A computer that makes the web pages available through the internet is called:

8 / 12

8. Which one of the following is a valid statement for “For loop”?

9 / 12

9. Which symbol is used to obtain the total marks from the values given by users, in the flow chart development?

10 / 12

10. Which logic gate is represented by the function =

(𝑥𝑦)

?

11 / 12

11. Which part of the web address tells the server type of file is being requested?

12 / 12

12. Which of the software examines the values stored in variables and helps in finding and removing the errors?

Your score is

0%

Please rate this quiz and give your feedback.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *