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

Verified
Correct Answer:
Verified
Related Questions
Q6: Another name for a called module is
Q7: Given the following pseudocode,how many times
Q8: A module can be both a calling
Q9: What design tool typically shows the flow
Q10: What is the name of the approach
Q12: The overall control module ends with a
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