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. Loop within loop is said to be.

2 / 25

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

3 / 25

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

4 / 25

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

5 / 25

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

6 / 25

6. The break statement causes an exit.

7 / 25

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

8 / 25

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

9 / 25

9. The continue statement cannot be used with.

10 / 25

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

11 / 25

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

12 / 25

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

13 / 25

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

14 / 25

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

15 / 25

15. The continue statement performs:

16 / 25

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

17 / 25

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

18 / 25

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

19 / 25

19. This loop uses post testing.

20 / 25

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

21 / 25

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

22 / 25

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

23 / 25

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

24 / 25

24. A switch statement is used to.

25 / 25

25. The control structure do while loop is.

Your score is

The average score is 0%

0%

You may also like...