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. To perform a set of instructions repeatedly which of the following can be used?

 
 
 
 

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

 
 
 
 

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

 
 
 
 

4. The control structure do while loop is.

 
 
 
 

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

 
 
 
 

6. Loop within loop is said to be.

 
 
 
 

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

 
 
 
 

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

 
 
 
 

9. The continue statement cannot be used with.

 
 
 
 

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

 
 
 
 

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

 
 
 
 

12. This loop uses post testing.

 
 
 
 

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

 
 
 
 

14. The break statement causes an exit.

 
 
 
 

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

 
 
 
 

16. A switch statement is used to.

 
 
 
 

17. for (int i = 1 , j = 2 ; j <= 7 ; j++) Will the above statement execute?

 
 
 
 

18. The continue statement performs:

 
 
 
 

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

 
 
 
 

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

 
 
 
 


Scroll to Top