New ! Computer Science MCQ Practise Tests



11th Standard English Medium Computer Science Subject Flow of Control Book Back 3 Mark Questions with Solution Part - II

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 15

    3 Marks

    5 x 3 = 15
  1. Rewrite the following code so that it is functional:
    v = 5;
    do;
    {
    total += v;
    cout << total;
    while v <= 10

  2. Write the syntax and purpose of switch statement.

  3. Write a short program to print following series:
    (a) 1 4 7 10...... 40

  4. Differentiate break and continue statement.

  5. What is sequence statements?

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

Reviews & Comments about 11th Standard English Medium Computer Science Subject Flow of Control Book Back 3 Mark Questions with Solution Part - II

Write your Comment