1) Which of the following statement is used to repeat a set of instructions until a condition evaluates to true? a) while b) if 2) Which of the following is a looping statement in python? a) while b) break 3) Which of the following statement allow to repeat a task for a fixed number of times? a) for b) if else 4) Which of the following is used for bringing the program control out of the loop? a) for b) break 5) A single break statement will break out  of how many loops? a) two b) one 6) Any non-zero value in the while loop indicates an always true condition whereas zero indicates what condition? a) true b) false 7) Which loop does never end. a) infinite b) lakhs 8) The break and what are jump statement in python. a) continue b) stop 9) We cannot use do-while loop in python. a) true b) false 10) The continue statement breaks the loop. a) one by one b) two at a time 11) To come out of the infinite loop what should we do? a) press Ctrl+C b) close the program window 12) Name the statement is used inside loops. a) break b) continue

Leaderboard

Visual style

Options

Switch template

Continue editing: ?