Solved

Given the Following Pseudocode,in What Order Will the Modules Be C000\mathrm { C000 }

Question 22

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 C000\mathrm { C000 }
(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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions