Multiple Choice
In a ____ control structure, the computer executes particular statements depending on some condition(s) .
A) looping
B) repetition
C) selection
D) sequence
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Based on the code above, what is
Q23: Suppose x = 10 and y =
Q24: In Java, case and switch are reserved
Q25: The output of the Java code: int
Q26: After the execution of the following code,
Q28: Based on the code above, what is
Q29: Based on the code above, which part
Q30: Which of the following is not a
Q31: Which of the following is NOT a
Q32: Suppose str1 and str2 are String variables.