Control Structure – Online MCQs Test – Computer Science Class 10th

Online MCQs Test | Chapter 4 : Control Structure | Computer Science Class 10th | Sindh Board Science Group

Below Here to find Online MCQs Test of Chapter 4 (Control Structure) Computer Science Class 10th Science Group – Sindh Board. According to New Examination Pattern / Syllabus 2023-24 of Sindh Board Karachi Hyderabad Larkana Sukkur and Mirpurkhas.

0%

You have 12.5 minutes to complete the test consist of 25 Questions

Your time has been finished!


Chap 4 - Control Structure - Computer Science 10th

Science Group - Sindh Board

1 / 25

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

2 / 25

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

3 / 25

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

4 / 25

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

5 / 25

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

6 / 25

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

7 / 25

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

8 / 25

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

9 / 25

9. The break statement causes an exit.

10 / 25

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

11 / 25

11. If the variable count exceeds 100, a single statement that prints "Too many" is.

12 / 25

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

13 / 25

13. The continue statement cannot be used with.

14 / 25

14. The control structure do while loop is.

15 / 25

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

16 / 25

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

17 / 25

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

18 / 25

18. A switch statement is used to.

19 / 25

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

20 / 25

20. This loop uses post testing.

21 / 25

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

22 / 25

22. The continue statement performs:

23 / 25

23. Loop within loop is said to be.

24 / 25

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

25 / 25

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

Your score is

The average score is 0%

0%

You may also like...