What will be printed when the following algorithm is processed?
```
COUNTER = 0
DISTRIBUTION = 500
WHILE DISTRIBUTION > 200 AND COUNTER < 5
GIVEAWAY = DISTRIBUTION * .5
PRINT GIVEAWAY
DISTRIBUTION = DISTRIBUTION – GIVEAWAY
COUNTER = COUNTER + 1
WHILE-END
```
b. 250, 125
You might also like to view...
Which of the following allows for communicating in both directions, but only one at a time?
a. simplex transmission b. half duplex transmission c. full duplex transmission d. none of the above
A _______ is two or more LANs connected across a distance of over 30 miles.
Fill in the blank(s) with the appropriate word(s).
An announcements ________ is used to inform SharePoint site users about upcoming events, news, or activities
A) item B) list C) zone D) page
Macros written in VBA do not appear in the Macro dialog box
Indicate whether the statement is true or false.