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

```
COUNT = 2
SUM = 100
DOUNTIL COUNT > 5
SUM = SUM + 5
COUNT = COUNT +1
ENDDO
ANSWER = SUM

```

a) 110
b) 115
c) 120
d) 125


c) 120

Computer Science & Information Technology

You might also like to view...

What happens if you use the modulus operator with two floating point values?

What will be an ideal response?

Computer Science & Information Technology

A password is a unique combination of characters, such as letters of the alphabet or numbers, that identifies one specific user.

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

Computer Science & Information Technology

Which of the following best describes when a packet is addressed so that more than one destination can receive it and the first octet is in the range 224 to 239?

A. broadcasting B. multicasting C. unicasting D. link-local

Computer Science & Information Technology

The ____ field of an IP datagram contains the version number of IP being used, just in case a new version becomes available.

A. ?Service Type B. ?Time to Live C. ?Protocol D. ?Version

Computer Science & Information Technology