Multiple Choice
Given the following pseudocode,how many times will module B010 be called?
Start
Process B000
DOWHILE not EOF
Process B010
IF condition THEN
Process B020
(ELSE)
ENDIF
ENDDO
Process B020
Process B030
Stop
A) exactly 0 times
B) 0 or more times
C) exactly 1 time
D) 1 or more times
Correct Answer:

Verified
Correct Answer:
Verified
Q13: The apparent complexity of a program can
Q14: The execution order of the modules on
Q15: Each module,including the overall control module,contains a
Q16: What program flowcharting symbol is used to
Q17: On a structure chart,the leftmost box represents
Q19: Each module should be independent of how
Q20: A segment of logically related code is
Q21: Given the following pseudocode,how many times will
Q22: Given the following pseudocode,in what order
Q23: The annotation program flowcharting symbol does not