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

```
COUNT = 5
SUM = 100
DOWHILE COUNT > 5
SUM = SUM + 5
COUNT = COUNT +1
ENDDO
ANSWER = SUM


```

a) 100
b) 125
c) 5
d) 25


a) 100

Computer Science & Information Technology

You might also like to view...

To find the average of a column in a report, use the SUM control

Indicate whether the statement is true or false

Computer Science & Information Technology

When using the Move Tool, SHIFT+dragging moves the selection ____.

a. into the Clipboard b. in a straight line c. in a short arc d. around a reference point

Computer Science & Information Technology

All social networking sites have a specialized audience.

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

Computer Science & Information Technology

Case PPT 8-1Shannon is preparing a presentation for a trade show. Her company will have a booth, and she wants to create a presentation that can play continuously. Shannon wants to set the amount of time each slide appears in her presentation. Which button will start the recording?

A. Rehearse Timings B. Play Narrations C. Use Timings D. Set Up Slide Show

Computer Science & Information Technology