Make a photocopy of and label the following:



a. Upper case

b. Lower case

c. Ascender (2 instances)

d. Descender (2 instances)

e. Serif (two types)

f. X-height

g. Baseline


Computer Science & Information Technology

You might also like to view...

Laptop computers tend to be more costly than desktop computers due to _____.

A. the cost of their components B. the software installed C. the size of their keyboards D. their performance

Computer Science & Information Technology

The following event handler should execute when the user clicks a Multiply JButton. Assume that each of the JTextFields contains text that represents an integer value. Identify the error(s) in the code.

``` 1 private void multiplyJButtonActionPerformed( ActionEvent event ) 2 { 3 resultJTextField.setText( leftOperandJTextField.getText() * 4 rightOperandJTextField.getText() ); 5 6 } // multiplyJButtonActionPerformed ```

Computer Science & Information Technology

A conversion operator function uses the name of a(n) ____.

a. member function b. instance variable c. built-in data type d. object

Computer Science & Information Technology

Which TCP/IP protocol operates on ports 20 and 21 and is used for transferring files between computers?

a. FTP b. SMTP c. HTTP d. DNS

Computer Science & Information Technology