How many values will be output when the instructions corresponding to the following pseudocode are executed?
```
ACCUM = 1
COUNT = 0
DOUNTIL COUNT > 4
ACCUM = ACCUM + ACCUM
COUNT = COUNT + 1
Write ACCUM
ENDDO
```
a) 4
b) 5
c) 8
d) 16
b) 5
Computer Science & Information Technology
You might also like to view...
____________________ is a measurement of how many bits of data are sent to the processor during a one-second time span.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Elsewhere in your document, your instructor points out that some words are so close together that they are difficult to distinguish. What is the term for this kind of text?
a. kerned line b. tight line c. tract line d. close line
Computer Science & Information Technology