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...

In the late 1980s, computer specialists were concerned that proprietary software had too many ________, so they started working on open source projects

A) spiders B) trojans C) bugs D) worms

Computer Science & Information Technology

Designates a style sheet for a particular output.

a. Persistent styles b. Preferred styles c. Alternate style sheets d. Media-specific style sheets

Computer Science & Information Technology

In the accompanying figure, Item 2 points to the ____ pop-up menu arrow.

A. Increase Font Size B. Increase Font Size C. Font Color D. Text Effects

Computer Science & Information Technology

The expression !(x <= 0) is true only if x is a positive number.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology