New ! Computer Science MCQ Practise Tests



12th Standard English Medium Computer Science Subject Control Structures Book Back 1 Mark Questions with Solution Part - II

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 5

    1 Marks

    5 x 1 = 5
  1. Which is the most comfortable loop?

    (a)

    do..while

    (b)

    while

    (c)

    for

    (d)

    if..elif

  2. What is the output of the following snippet?
    i=1
    while True:
    if i%3 ==0:
    break
    print(i,end='')
    i +=1

    (a)

    12

    (b)

    123

    (c)

    1234

    (d)

    124

  3. What is the output of the following snippet?
    T=1
    while T:
    print(True)
    break

    (a)

    False

    (b)

    True

    (c)

    0

    (d)

    1

  4. Which amongst this is not a jump statement?

    (a)

    for

    (b)

    goto

    (c)

    continue

    (d)

    break

  5. Which punctuation should be used in the blank?
    if < condition > ____
           statements-block 1
    else:
            statements-block 2

    (a)

    ;

    (b)

    ::

    (c)

    !

    (d)

    ":"

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

Reviews & Comments about 12th Standard English Medium Computer Science Subject Control Structures Book Back 1 Mark Questions with Solution Part - II updated Book back Questions

Write your Comment