A set of characters with the same design and shape is a:

A. theme
B. KeyTip
C. font


C. font

Computer Science & Information Technology

You might also like to view...

Use the AutoNumber data type for fields that contain numeric data.

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

Computer Science & Information Technology

The ________ data type allows you to store files such as a Word document or image

Fill in the blank(s) with correct word

Computer Science & Information Technology

Adding a range of cells can be performed by clicking the SUM button in the Editing group of the Home tab

Indicate whether the statement is true or false

Computer Science & Information Technology

Using the table below, write a switch statement that displays the name of the character, given its ASCII integer value. If the value is not in the table, display the message "unknown character." Assume that the ASCII integer is the value of the variable intVal.



A character is stored in memory in one byte according to a specific encoding. Many machines use ASCII character codes. A character is considered to have the integer value corresponding to its ASCII encoding. Nonprintable control characters also have ASCII values. For example:

Computer Science & Information Technology