Multiple Choice
Match each statement with an item
-A loop statement that causes the interpreter to continue executing the code in the until loop portion of the script as long as the condition is false.
A) if statement
B) then statement
C) else statement
D) fi statement
E) while statement
F) until statement
G) for statement
H) do statement
I) done statement
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Describe a for loop.
Q11: Match each statement with an item<br>-Starts the
Q12: How do you combine the else and
Q13: Which command displays a file's contents one
Q14: The cat command is usually used to
Q16: Which command will display the exit status
Q17: When you quit a program or a
Q18: What is the result of running the
Q19: _ is used to perform a set
Q20: You can use condition statements to create