A ________ chart shows a comparison among related data

A) column
B) line
C) pie
D) pyramid

A

Computer Science & Information Technology

You might also like to view...

The first option that appears with the Format as Table command is Table style selection

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 exit point of a DOWHILE loop just as it is placed at the exit point of an IFTHENELSE control structure. 2. A preparation symbol should be used in a program flowchart to initialize a counter prior to entering a loop. 3. To create a properly formed DOWHILE loop you must place the loop steps in the YES path of the loop. 4. To create a properly formed DOWHILE loop you must place the loop test after all other steps within the loop. 5. A counter used to control a loop can be either incremented or decremented.

Computer Science & Information Technology