Ch – 7 Control Structures in Python
Ch – 7 Control Structures in Python
ASSESS YOURSELF
1. Tick ()the correct option –
a. Which of the following is a selective structure?
(i) Identifiers, Operators (ii) if-else
(iii) for, while (iv) None of these
b. Which of the following is a decision-making statement?
(i) if (ii) for
(iii) while (iv) do while
c. Which statement is used in loops to terminate the loop?
(i) if (ii) Continue
(iii) break (iv) All of these
d. Which of the following statements is used to repeat a block of code?
(i) for (ii) Range
(iii) if-else (iv) Both (i) & (ii)