New ! Computer Science MCQ Practise Tests



12th Standard Computer Science Control Structures English Medium Free Online Test One Mark Questions 2020 - 2021

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

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

    Answer all the questions

    10 x 1 = 10
  1. How many important control structures are there in Python?

    (a)

    3

    (b)

    4

    (c)

    5

    (d)

    6

  2. What plays a vital role in Python programming?

    (a)

    Statements

    (b)

    Control

    (c)

    Structure

    (d)

    Indentation

  3. The condition in the if statement should be in the form of

    (a)

    Arithmetic or Relational expression

    (b)

    Arithmetic or Logical expression

    (c)

    Relational or Logical expression

    (d)

    Arithmetic

  4. 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

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

    (a)

    False

    (b)

    True

    (c)

    0

    (d)

    1

  6. Which amongst this is not a jump statement?

    (a)

    for

    (b)

    goto

    (c)

    continue

    (d)

    break

  7. Which of the following are the executable segments that yield the result?

    (a)

    Operator

    (b)

    Statements

    (c)

    Keywords

    (d)

    Identifiers

  8. Find the odd man out

    (a)

    Statement

    (b)

    Operator

    (c)

    Identifier

    (d)

    Keyword

  9. How many important control structures in python?

    (a)

    2

    (b)

    3

    (c)

    4

    (d)

    many

  10. Find the odd man out

    (a)

    Branching

    (b)

    looping

    (c)

    sequential

    (d)

    Condition

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

Reviews & Comments about 12th Standard Computer Science Control Structures English Medium Free Online Test One Mark Questions 2020 - 2021

Write your Comment