Given the following pseudocode, how many times will module C010 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) 0 or more times
b) exactly 1 time
c) 1 or more times
d) cannot be determined
c) 1 or more times
Computer Science & Information Technology
You might also like to view...
Both Hyper-V on Windows Server and Client Hyper-V on Windows 10 offer the same core functionality that allows you to run virtual machines.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
An open element is also known as a(n) _____ element.
A. null B. void C. empty D. key
Computer Science & Information Technology