How many times will the loop steps in the instructions corresponding to the following pseudocode be executed, assuming 5 values - 0, 8, 6, 3, 0 - are input, one on each record?
```
Read SCORE
DOWHILE SCORE > 0
Write SCORE
Read SCORE
ENDDO
```
a) 0
b) 4
c) 5
d) infinite
a) 0
Computer Science & Information Technology
You might also like to view...
Advanced Filter in Excel provides AND and OR features to join multiple criteria
Indicate whether the statement is true or false.
Computer Science & Information Technology
Which is a type of DoS attack that blocks the communication capability of a machine or group of machines to use network bandwidth?
a. Gaining access b. Bandwidth consumption c. SYN Flood attacks d. Program and application attacks
Computer Science & Information Technology