What is the value of the variable ACCUM after instructions corresponding to the following pseudocode are executed?

```
ACCUM = 1
COUNT = 0
DOUNTIL COUNT ? 4
ACCUM = ACCUM + ACCUM
COUNT = COUNT + 1
ENDDO

```

a) 8
b) 16
c) 32
d) 64

b) 16

Computer Science & Information Technology

You might also like to view...

The growing use of cloud computing technology is represented by web-based applications and storage

Indicate whether the statement is true or false

Computer Science & Information Technology

A ________ is a symbol used to set off items in a list

Fill in the blank(s) with correct word

Computer Science & Information Technology