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
10 / 12
10. 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
11 / 12
11. 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);
12 / 12
12. Which one of the following is a valid statement for “For loop”?
Your score is
Please rate this quiz and give your feedback.