Multiple Choice
Given the following pseudocode,how many times will module B030 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
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
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
Q28: A hierarchy chart shows the flow of
Q29: What design tool shows the potential flow