New ! Computer Science MCQ Practise Tests



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

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 10

    2 Marks

    5 x 2 = 10
  1. What is a null statement and compound statement?

  2. What is selection statement? write it's types?

  3. Correct the following code sigment:
    if (x = 1)
    p = 100;
    else
    p = 10;

  4. What will be the output of the following code:
    int year;
    cin >> year;
    if (year % 100 == 0)
    if ( year % 400 == 0)
    cout << "Leap";
    else
    cout << "Not Leap year";
    If the input given is
    (i) 2000
    (ii) 2003
    (iii) 2010?

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

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

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

Write your Comment