Multiple Choice
A specific set of commands is to be executed until a pre-specified condition is reached. The most appropriate loop construct to accomplish this is
A) for
B) while
C) do
D) if
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Consider the following script. The output
Q14: An infinite loop a loop that runs
Q15: Consider the following script. The output will
Q16: Consider the following script. The output
Q17: The first line of an executable script
Q19: In programming languages, loops are used to<br>A)
Q20: Environment variables are<br>A) Variables describing the user's
Q21: The command to view the contents of
Q22: The redirect operator used to send the
Q23: Shell scripts can obtain user input using