New ! Computer Science MCQ Practise Tests



Control Structures Two Marks Question

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 00:45:00 Hrs
Total Marks : 30
    15 x 2 = 30
  1. List the control structures in Python.

  2. Write note on break statement.

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

  4. Define control structure.

  5. Write note on range () in loop.

  6. What is meant by alternative or branching?

  7. Write a program in python to check if the accepted number us even or odd (use alternate method of if-else).

  8. What are the two types of looping construct in python?

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

  10. Write a python program to find the sum of odd numbers between. 10 and 20.

  11. What are the statements are there to achieve jump statements in python?

  12. Write the syntax how break statement used in for loop.

  13. Draw the flowchart that illustrates the working of continue statement in python.

  14. What will the output the following
    for w in "school"?
    If w = = '0':
                  continue
    print (w)

  15. Write a note an pass statement.

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

Reviews & Comments about 12th Computer Science - Control Structures Two Marks Question

Write your Comment