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
82

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. Which symbol is used to obtain the total marks from the values given by users, in the flow chart development?

3 / 12

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

4 / 12

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

5 / 12

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

6 / 12

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

7 / 12

7. Which logic gate is represented by the function =

(π‘₯𝑦)

?

8 / 12

8. 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);

9 / 12

9. Which one of the following is a valid statement for β€œFor loop”?

10 / 12

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

11 / 12

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

12 / 12

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

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 *