New ! Computer Science MCQ Practise Tests



Control Structures Model Question Paper 1

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:00:00 Hrs
Total Marks : 50
    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. The following statements is an example of
    Print ("ONE")
    Print ("Four")

    (a)

    iterative

    (b)

    branching

    (c)

    sequential

    (d)

    looping

  4. What can be learned through alternative or branching statement?

    (a)

    looping

    (b)

    decision making

    (c)

    functions

    (d)

    classes

  5. How many types of alternative or branching statements does python provides?

    (a)

    3

    (b)

    4

    (c)

    2

    (d)

    increase than 3

  6. 5 x 2 = 10
  7. Define control structure.

  8. Write note on range () in loop.

  9. What is meant by alternative or branching?

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

  11. Write a note on the parameters used in print () statement.

  12. 5 x 3 = 15
  13. Write note on if..else structure.

  14. Write the syntax of while loop.

  15. List the differences between break and continue statements.

  16. Write a note on simple if statement with an example.

  17. Write a python program to print all numbers from 10 to 15 using while loop.

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

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

  21. Explain Jump statement in python.

  22. Write a program in python to display the following output.
    1
    1 2
    1 2 3
    1 2 3 4
    1 2 3 4 5

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

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

Write your Comment