Multiple Choice
Examine the following lines of code:
While True:
Print('Hello World!')
This is an example of
A) Syntax error
B) Semantics error
C) An infinite loop
D) Input error checking
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: The elif header provides a convenient means
Q32: "Control structure" is another name for a
Q33: Multiway selection in Python can be constructed
Q34: The Boolean operators in Python are _,
Q35: Which form of control flow repeatedly executes
Q37: Both the Boolean and _ operators evaluate
Q38: Most programs are straight-line programs.
Q39: A definite loop is a loop that
Q40: Fill in the table, evaluating the Boolean
Q41: Examine the following lines of code:<br>Current =