Multiple Choice
Case 1
You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.
-The following pseudocode is not working properly.The message should display 10 times.This is not working because the programmer made which common loop mistake? for count = 1 to 10
Output "Hello"
Endfor
A) Neglecting to initialize the loop control variable
B) Neglecting to alter the loop control variable
C) Using the wrong comparison with the loop control variable
D) Including statements inside the loop that belong outside the loop
Correct Answer:

Verified
Correct Answer:
Verified
Q26: To indicate end-of-file,use the _ indicator.<br>A) endfile<br>B)
Q27: A(n)_ is any numeric variable you use
Q28: Reports that include some output for every
Q29: Once your logic enters the body of
Q30: The _ is the location on your
Q32: All programming languages assign 0 to a
Q33: Using a while loop,write the pseudocode to
Q34: Program logic gets more complicated when you
Q35: The _ statement uses a loop control
Q36: Often,the value of a loop control variable