New ! Computer Science MCQ Practise Tests



Control Structures 5 Mark Creative Question Paper With Answer Key

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 02:00:00 Hrs
Total Marks : 55

    5 Marks

    11 x 5 = 55
  1. Explain Jump statement in python.

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

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

  4. Write a program in python to display the following output.
    (i) 5 5 5 5 5
    4 4 4 4
    3 3 3
    2 2
    1
    (ii) 1 2 3 4 5
    1 2 3 4
    1 2 3
    1 2
    1

  5. Explain briefly about the alternative statement with its syntax and flowchart.

  6. Explain briefly about branching statement.

  7. Explain briefly about looping constructs with its syntax and Flowchart.

  8. What are the different types of loops in python with an example?

  9. What are jump Statements in Python? Explain briefly about jump statements with its syntax and flowchart.

  10. One can use an "else" clause with a "for" loop in Python. It's a special type of syntax that executes only if the for loop exits naturally, without any break statements.

  11. Want to find the index inside a for loop? Wrap an iterable with 'enumerate' and it will yield the item along with its index.

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

Reviews & Comments about 12th Standard Computer Science English Medium - Control Structures 5 Mark Creative Question Paper and Answer Key 2022 - 2023

Write your Comment