Linux match each letter to the coressponding number a. A loop statement that tes
ID: 652610 • Letter: L
Question
Linux
match each letter to the coressponding number
a. A loop statement that tests a condition in much the same way as if-then statements
b. Starts the portion of code specifying what to do if the condition evaluates to true.
c. Indicates the end of the code to be repeated
d. A loop statement that causes the interpreter to continue executing the code in the untilloop portion of the script as long as the condition is false.
e. A loop statement that specifies the number of times to execute the portion of code.
f. Indicates the end of the condition being tested.
g. Indicates the beginning of the code to be repeated.
h. Starts the condition being tested.
i. Starts the portion of code specifying what to do if the condition evaluates to false.
---------------------------------------------------------------------------------------------------------------------------------
1.fi statement
2.done statement
3.for statement
4.until statement
5.if statement
6.while statement
7.else statement
8.do statement
9.then statement
Explanation / Answer
A- 6.While Statement
B- 9.then statement
C - 2.done statement
D- 7.else statement
E- 3.for statement
F- 1.fi statement
G- 8.do statement
H- 5.if statement
I- 4.until statement
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.