Microsoft ________ is a program that allows the user to calculate and analyze values and to create charts

Fill in the blank(s) with correct word

Excel

Computer Science & Information Technology

You might also like to view...

To prevent changes to a PowerPoint presentation and make it a read-only document, you should use the Mark as Final command

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. A connector symbol must be placed at the entry point of a DOUNTIL loop just as it is placed at the entry point of a DOWHILE loop. 2. A DOUNTIL loop is exited when the tested condition is true. 3. To create a properly formed DOUNTIL loop you must place the loop steps in the YES path of the loop. 4. To create a properly formed DOUNTIL loop on a program flowchart you must place the loop test after all the steps within the loop. 5. In a trailing-decision program loop, the test for the loop terminating condition is not made until the other processing steps in the loop have been executed.

Computer Science & Information Technology