How many times will the loop steps in the instructions corresponding to the following pseudocode be executed, assuming 5 values - 5, 6, 7, 3, 0 - are input, one on each record?
```
Read SCORE
DOWHILE SCORE > 0
Write SCORE
ENDDO
```
a) 0
b) 4
c) 5
d) infinite
d) infinite
Computer Science & Information Technology
You might also like to view...
Path method ________ returns the String name of a file or directory without any location information.
a. getStringName b. getFileOrDirectoryName c. getDirectoryName d. getFileName
Computer Science & Information Technology
While templates save time by providing a pre-formatted document, they cannot be edited to include personal information or graphics
Indicate whether the statement is true or false
Computer Science & Information Technology
The ________ is the file which holds a pointer to outside data in a source file
Fill in the blank(s) with correct word
Computer Science & Information Technology
All of the data for one entity is stored in the same _____.
A. form B. record C. field D. report
Computer Science & Information Technology