New ! Computer Science MCQ Practise Tests



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

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

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

    3 Marks

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

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

  3. Write a C++ program to print multiplication table of a given number.

  4. Write the syntax and purpose of switch statement.

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

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

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

Write your Comment