Excel displays a series of ________ to indicate that the column width is too narrow to display entire cell contents

A) pound signs # B) exclamation marks !
C) asterisks * D) ampersands @


A

Computer Science & Information Technology

You might also like to view...

Which of the following statements will remove all items from the list box?

(A) ``` lstBox.Items.RemoveAll ``` (B) ``` lstBox.Clear() ``` (C) ``` lstBox.Items.Clear() ``` (D) ``` For i As Integer = 1 To lstBox.Items.Count lstBox.Items.RemoveAt(i) Next ```

Computer Science & Information Technology

Which of the following list of items (text within a sentence) uses parallel construction?

A) went running, walking, and then rode her bike B) turning on the faucet, drinking the water, and turn the faucet off C) mowed the lawn, weeded the flower beds, and put the tools away D) she plays volleyball, likes to hike, and runs cross country

Computer Science & Information Technology

Which of the following is a visual representation of information that you want to organize on a slide?

A) Text box B) WordArt C) SmartArt D) A shape

Computer Science & Information Technology

Omitting or incorrectly typing the closing brace } that signifies the end of a function is one of the most common programming errors.

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

Computer Science & Information Technology