placeholder image to represent content

6. CONTROL STRUCTURES - 2

Quiz by Geetha

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1
    1. A __________ statement allows executing a statement or group of statements multiple times.
    condition
    loop
    sequence
    branching
    30s
  • Q2
    2. In the while loop, the condition is any valid ______________ expression
    Boolean
    Mathematical
    logical
    Arithmetic
    30s
  • Q3
    3. ________________ loop is the most comfortable loop.
    do.. while
    while
    for
    none of these
    30s
  • Q4
    4. Python provides ______________ types of looping constructs
    4
    manu
    3
    2
    30s
  • Q5
    5. In Python, for loop uses the _______________ function
    range()
    entry()
    start()
    exit()
    30s
  • Q6
    6. ______________ can also take values from string, list, dictionary etc.
    print()
    range ()
    scanf()
    input()
    30s
  • Q7
    7. A loop placed within another loop is called a ____________ loop structure.
    nested
    inside
    inner
    outer
    30s
  • Q8
    8. The range() generates a list of values starting from start till stop___________ .
    1
    2
    0
    -1
    30s
  • Q9
    9. The for is also an ____________ check loop.
    start
    exit
    condition
    entry
    30s
  • Q10
    10. The else part is an optional part of the __________ .
    while
    switch
    if
    if... else
    30s

Teachers give this quiz to your class