New ! Computer Science MCQ Practise Tests



Control Structures Model Question Paper

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 40
    5 x 1 = 5
  1. 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

  2. Which is the most comfortable loop?

    (a)

    do..while

    (b)

    while

    (c)

    for

    (d)

    if..elif

  3. Which amongst this is not a jump statement?

    (a)

    for

    (b)

    goto

    (c)

    continue

    (d)

    break

  4. Which of the following is used to alter the control flow of the process depending on the state of the process?

    (a)

    control structure

    (b)

    control statement

    (c)

    program statement

    (d)

    control structure or control statement

  5. How many important control structures in python?

    (a)

    2

    (b)

    3

    (c)

    4

    (d)

    many

  6. 5 x 2 = 10
  7. List the control structures in Python.

  8. Write is the syntax of if..else statement.

  9. Define control structure.

  10. What is meant by alternative or branching?

  11. Draw a flow chart that defines the execution of if-else statement.

  12. 5 x 3 = 15
  13. Write the syntax of while loop.

  14. List the differences between break and continue statements.

  15. Write the syntax of working of continue statement in for and while loop.

  16. What is the output of the following Python program?

  17. What will be the range of values displayed by the following?

  18. 2 x 5 = 10
  19. Write a program to display all 3 digit odd numbers.

  20. Write a program to display multiplication table for a given number.

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

Reviews & Comments about 12th Computer Science - Control Structures Model Question Paper

Write your Comment