Multiple Choice
What is the disadvantage of coding in one long sequence structure?
A) Duplicated code makes the program faster to write.
B) Writing a long sequence of statements is error prone.
C) If parts of the duplicated code have to be corrected, the correction has to be made many times.
D) It does not make use of decision structures.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Both of the following for clauses would
Q10: What are the values that the variable
Q13: A(n) _-controlled loop causes a statement or
Q14: A(n) _ loop usually occurs when the
Q15: What type of loop structure repeats the
Q16: What is the structure that causes a
Q21: The acronym _ refers to the fact
Q21: In a nested loop, the inner loop
Q22: The while loop is known as a(n)
Q35: The _ function is a built-in function