Referring to the figure above, Courier New and Lucida Console are ____ fonts because each character uses the same amount of horizontal space.

A. Block
B. Monospace
C. Equalized
D. Code


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following are correct statements about vector member functions studied in this chapter?

a. push_front (baseTypeObject) puts object on the front of a vector b. indexing uses index values 0 through size( ) c. size( ) tells how many base type objects have been inserted into the vector d. When a vector runs out of space all implementations are required to double the amount of allocated space .

Computer Science & Information Technology

In the Adobe Help feature, ____ looks up information based on the keyword or phrase you enter.

A. Contents B. Look Up C. Favorites D. Search

Computer Science & Information Technology

What is the purpose of using wildcards in a query?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is TRUE about the DISTINCT keyword?

A) The DISTINCT keyword always follows the SELECT keyword and is added only in SQL view. B) The DISTINCT keyword can be added in Design view and SQL view. C) The DISTINCT keyword always follows the UNION keyword and is added only in SQL view. D) The DISTINCT keyword always follows the AS keyword and is added only in SQL view.

Computer Science & Information Technology