Modify the example program immediately preceding these practice problems to count from 0 to 10.

What will be an ideal response?


```
Replace LET n = 6 with LET n = 0
The modified program is:
LET n = 0
DO WHILE n <= 10 OUTPUT n
LET n n + 1
LOOP
```

Computer Science & Information Technology

You might also like to view...

In the Safe Senders tab in the Junk Email Options dialog box, Outlook recommends that you type the ____ symbol to indicate a domain name.

A. @ B. # C. html D. http

Computer Science & Information Technology

Dwight has a computer game, StarGazer, which he plays at work. StarGazer has a secret feature—it pops up an image of a spreadsheet on the screen any time he hits Shift-T on his keyboard, so that it looks like the user is actually working. Dwight uses this feature any time his boss walks by while he is playing StarGazer. What is this "feature" of StarGazer called?

What will be an ideal response?

Computer Science & Information Technology

A circular reference is

A. A cell that points to a drawing object B. Geometric modeling tool C. Always erroneous D. A formula that either directly or indirectly depends on itself

Computer Science & Information Technology

A prewritten formula that looks at values, performs an operation, and then returns a final value is called a(n) ________________.

a. function b. operation c. calculation d. equation

Computer Science & Information Technology