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

2 / 25

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

3 / 25

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

4 / 25

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

5 / 25

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

6 / 25

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

7 / 25

7. Loop within loop is said to be.

8 / 25

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

9 / 25

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

10 / 25

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

11 / 25

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

12 / 25

12. The continue statement cannot be used with.

13 / 25

13. The continue statement performs:

14 / 25

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

15 / 25

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

16 / 25

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

17 / 25

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

18 / 25

18. A switch statement is used to.

19 / 25

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

20 / 25

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

21 / 25

21. This loop uses post testing.

22 / 25

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

23 / 25

23. The break statement causes an exit.

24 / 25

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

25 / 25

25. The control structure do while loop is.

Your score is

The average score is 0%

0%

You may also like...