What is the value of the variable ACCUM after the instructions corresponding to the following pseudocode are executed?
```
ACCUM = 1
COUNT = 0
DOWHILE COUNT ? 4
ACCUM = ACCUM + ACCUM
COUNT = COUNT + 1
ENDDO
```
a) 8
b) 16
c) 32
d) 64
c) 32
Computer Science & Information Technology
You might also like to view...
A predefined formula that performs calculations by using specific values in a particular order
a. Function b. Set formula c. Average function
Computer Science & Information Technology
A technician is tasked with building three systems that are capable of joining a Windows HomeGroup. Which of the following versions of Windows would need to be used?
a. Windows Vista only b. Windows 7 or Windows Vista c. Windows XP Professional x64 Edition d. Windows 7 only
Computer Science & Information Technology