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. This loop is appropriate when execution is not known:

 
 
 
 

2. The keyword used to transfer control from a function back to the calling function is.

 
 
 
 

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

 
 
 
 

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

 
 
 
 

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

 
 
 
 

6. The continue statement cannot be used with.

 
 
 
 

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

 
 
 
 

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

 
 
 
 

9. This loop uses post testing.

 
 
 
 

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

 
 
 
 

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

 
 
 
 

12. The continue statement performs:

 
 
 
 

13. What is the effect of writing a break statement inside a loop?

 
 
 
 

14. The break statement causes an exit.

 
 
 
 

15. Loop within loop is said to be.

 
 
 
 

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

 
 
 
 

17. Which is not a loop structure in C++?

 
 
 
 

18. The control structure do while loop is.

 
 
 
 

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

 
 
 
 

20. Using goto inside for loop is equivalent to using.

 
 
 
 


Scroll to Top