Online MCQs Test – Control Structure – Computer 10th

Class 10th | Computer | Chapter 4 | Control Structure | Solved Online MCQs Test

Online MCQs Test of Chapter 4 (Control Structure) Computer Class 10th Science Group – Sindh Board. According to New Examination Pattern / Syllabus of Sindh Board

1. How many types of loops are there in C++?

 
 
 
 

2. The control structure do while loop is.

 
 
 
 

3. This loop is appropriate when its body is executed at least once:

 
 
 
 

4. This loop is appropriate when its execution is known.

 
 
 
 

5. The break statement causes an exit.

 
 
 
 

6. When ________ is encountered inside any loop, control automatically passes to the first statement after loop.

 
 
 
 

7. If the variable count exceeds 100, a single statement that prints “Too many” is.

 
 
 
 

8. Loop within loop is said to be.

 
 
 
 

9. This loop uses post testing.

 
 
 
 

10. How many choices are in single if else statement?

 
 
 
 

11. If you have to make decision based on multiple choices, which of the following is best suited?

 
 
 
 

12. ++ operator used within loops increment the value of variable by

 
 
 
 

13. The continue statement performs:

 
 
 
 

14. To perform a set of instructions repeatedly which of the following can be used?

 
 
 
 

15. This loop is appropriate when execution is not known:

 
 
 
 

16. The continue statement cannot be used with.

 
 
 
 

17. A switch statement is used to.

 
 
 
 

18. for( ) loop is used when we need to perform.

 
 
 
 

19. This loop tests the condition after having executed the statements within the loop.

 
 
 
 

20. do-while loop terminates when conditional expression returns?

 
 
 
 


Scroll to Top