Given the following pseudocode, how many times will module C000 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) exactly 0 times
b) 0 or more times
c) exactly 1 time
d) 1 or more times
b) 0 or more times
Computer Science & Information Technology
You might also like to view...
A filter is a tool that creates space between controls in a form or query
Indicate whether the statement is true or false
Computer Science & Information Technology
A line control enables an individual to insert a line in a form or report
Indicate whether the statement is true or false
Computer Science & Information Technology