Which of the following would not be considered text?

A. Phone number (111.111.1111)
B. Social Security number (111-11-1111)
C. Part number (PT111)
D. =2*2


Answer: D

Computer Science & Information Technology

You might also like to view...

Pressing Ctrl + Home moves the insertion point to:

A) the beginning of the current line. B) the beginning of the document. C) the end of the current line. D) the end of the document.

Computer Science & Information Technology

To control the format of numbers displayed by cout, you can include field width ____ in an output stream.

a. separators b. manipulators c. dividers d. escape sequences

Computer Science & Information Technology

The function that accepts a single string argument as input, converts the value of the argument to lowercase letters, then returns the converted value is the LCase function. ____________________

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

Computer Science & Information Technology

To pass a row of a two-dimensional array to a function, we use the array name and only the row index.

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

Computer Science & Information Technology