New ! Computer Science MCQ Practise Tests



Flow of Control Model Question Paper

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 02:00:00 Hrs
Total Marks : 50
    8 x 1 = 8
  1. What is the alternate name of null statement?

    (a)

    No statement

    (b)

    Empty statement

    (c)

    Void statement

    (d)

    Zero statement

  2. The set of statements that are executed again and again in iteration is called as:

    (a)

    condition

    (b)

    loop

    (c)

    statement

    (d)

    body of loop

  3. Which of the following is the exit control loop?

    (a)

    for 

    (b)

    while 

    (c)

    do ... while

    (d)

    if ... else

  4. A loop that contains another loop inside its body:

    (a)

    Nested loop

    (b)

    Inner loop

    (c)

    Inline loop

    (d)

    Nesting of loop

  5. Which of the following statement commonly used as placeholders in iteration statements?

    (a)

    loop

    (b)

    Assignment

    (c)

    Empty

    (d)

    switch

  6. A group of statements enclosed by { } is called ________.

    (a)

    body statement

    (b)

    iterative statement

    (c)

    compound statement

    (d)

    continue statement

  7. Which of the following statement are executed depends upon a condition?

    (a)

    Empty

    (b)

    Selection

    (c)

    Compound

    (d)

    Null

  8. In C++, which of the following is treated as true? 

    (a)

    non zero

    (b)

    negative numbers

    (c)

    zero

    (d)

    both a and b

  9. 9 x 2 = 18
  10. What is selection statement? write it's types?

  11. What is the output of the following code?
    for (int i = 2; i < = 10 ; i + = 2)
    cout << i;

  12. Write a for loop that displays the number from 21 to 30.

  13. Compare an if and a?: operator.

  14. Define control flow.

  15. What is body of the loop?

  16. Define iteration.

  17. What are the three forms of nested if.

  18. Write the syntax of while loop.

  19. 3 x 3 = 9
  20. Convert the following if-else to a single conditional statement:
    if (x > = 10)
    a = m + 5;
    else
    a = m;

  21. Write the syntax and purpose of switch statement.

  22. What is goto statement? Explain

  23. 3 x 5 = 15
  24. Explain control statement with suitable example.

  25. Write a program to find the LCM and GDC of two numbers.

  26. Write a program to find sum of the series
    S = 1 + x + x2 +..... + xn

*****************************************

Reviews & Comments about 11th Standard Computer Science - Flow of Control Model Question Paper

Write your Comment