Multiple Choice
Given the following pseudocode,in what order will the modules be called?
Start
Process B000
DOWHILE not EOF
Process B010
Process B000
ENDDO
Process B020
Process B030
Stop
B000
Enter
IF condition THEN
Process
(ELSE)
ENDIF
Process C010
Return
A) B000,C000,C010,B010,B000,B020,B030
B) B000,C000,C010,B010,B000,C000,C010,B020,B030
C) B000,B010,B020,B030,C000,C010
D) cannot be determined
Correct Answer:

Verified
Correct Answer:
Verified
Q17: On a structure chart,the leftmost box represents
Q18: Given the following pseudocode,how many times will
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
Q23: The annotation program flowcharting symbol does not
Q24: A called module must be invoked one
Q25: What program flowcharting symbol is used further
Q26: The label A000 should be used at
Q27: A module should perform one and only