McqMate
| Q. |
The action performed by a structure must eventually cause the loop to terminate. |
| A. | sequence |
| B. | case |
| C. | repetition |
| D. | process |
| Answer» C. repetition | |
| Explanation: the action performed by a repetition structure must eventually cause the loop to terminate. otherwise, an infinite loop is created. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet