Courier New is convenient to use for documents that need columns of texts to line up because:

A) each letter in variable spaced fonts have the same points.
B) each letter in fixed width fonts have the same points.
C) each letter in fixed width fonts have the same pitch.
D) each letter in variable spaced fonts have the same pitch.


C

Computer Science & Information Technology

You might also like to view...

The four terms that describe the design basis of the Unicode Standard are _____, ________ ,_____ and _________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

If the field name is accidentally changed when creating the form, the form will not display the data when switched to form view and the ________ error will appear

A) #Name? B) #Table? C) #Field? D) #Data?

Computer Science & Information Technology

Case 1Alex inherits an existing project from a co-worker.  He familiarizes himself with the contents of the figure shown below. Alex is concerned that the dashed line which appears under "World Bead Collection" will appear in a browser.  What would you tell him?

A. The line will appear in a browser and cannot be changed. B. The line will appear in a browser but can be changed. C. The line will not appear in a browser. D. The line will appear in some browsers but not others.

Computer Science & Information Technology

Assume the following. ? static_cast('a') = 97 static_cast('A') = 65 ? The output of the statement: ? cout << static_cast(tolower('B')) << endl; ? is ____.

A. 65 B. 67 C. 96 D. 98

Computer Science & Information Technology