Given the following pseudocode, how many times will module B020 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
c) 1 or more times
Computer Science & Information Technology
You might also like to view...
Which of the following should you NOT do to secure a wireless network?
a. Implement media access control. b. Keep the default network name and router password. c. Create a security encryption passphrase. d. Disable SSID broadcasting.
Computer Science & Information Technology
The commands found on each tab on the Ribbon are organized into ________
Fill in the blank(s) with correct word
Computer Science & Information Technology