New ! Computer Science MCQ Practise Tests



Flow of Control Three Marks Questions

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 00:45:00 Hrs
Total Marks : 30
    10 x 3 = 30
  1. Rewrite the following code so that it is functional:
    v = 5;
    do;
    {
    total += v;
    cout << total;
    while v <= 10

  2. Write C++ program to sum the numbers from 1 to 10 using for loop.

  3. What do you know about switch statement?

  4. Write a C++ program to find sum of any 5 numbers.

  5. What is goto statement? Explain

  6. Differentiate break and continue statement.

  7. What is sequence statements?

  8. Write the syntax of nested ·switch statement.

  9. Write short notes on Test expression.

  10. What is do-while loop? Write it's syntax.

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

Reviews & Comments about 11th Standard Computer Science - Flow of Control Three Marks Questions

Write your Comment