Vidyalelo
Python · Q12

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 12

Q12

In a while loop, what is the role of the condition?

A.
It determines loop execution
Answer
B.
It controls the loop
C.
It specifies loop type
D.
It counts the iterations

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board