Which of the following is TRUE about point size as related to a font?

A) The larger the point size, the larger the font
B) The smaller the point size, the less distance between font characters
C) The smaller the point size, the more distance between font characters
D) Point size is not related to font size.


A

Computer Science & Information Technology

You might also like to view...

Suppose we have the following definition:

vector vec, vec1; //use push_back to put 10 values into vec vector::iterator p = vec.begin(); vector::const_iterator q = vec.begin(); Which of the following expressions is not legal? Treat the effect of these as non-cumulative. A) *p = 1; B) *q = 1; C) p = vec.end (); D) q = vec1.end(); A, C, D

Computer Science & Information Technology

Time Machine keeps five types of backups

Indicate whether the statement is true or false

Computer Science & Information Technology

If the content of a Web page template section does not change unless the include file is modified, it is called a ____ section.

A. static B. dynamic C. include D. constant

Computer Science & Information Technology

Which network component is responsible for defining rules and formats a computer must used when sending information across a network?

A. network server B. network protocol C. network client D. network interface

Computer Science & Information Technology