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
(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

d) cannot be determined

Computer Science & Information Technology

You might also like to view...

A formula is an equation that performs mathematical calculations on values in other cells, and places the answer in the cell containing the formula.

a. true b. false

Computer Science & Information Technology

_________ are the windows that display commands for working with an app and its workspace. A. App windows B. App guide C. App commands D. App details

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology