Which of the following terms do graphic designers use to refer to the mathematically defined shapes of letters, numbers, and symbols in a typeface?

a. Characters
b. Basic
c. Type
d. Faux


c. Type

Computer Science & Information Technology

You might also like to view...

What will be the output of the following program when the button is clicked?

``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim name As String = "Washington" Select Case name Case "George" txtBox.Text = "George" Case "Wash" txtBox.Text = "Wash" Case "WASHINGTON' txtBox.Text = "WASHINGTON" Case Else txtBox.Text = "Washington" End Select End Sub ``` (A) WashWashington (B) Washington (C) WASHINGTONWashington (D) No output

Computer Science & Information Technology

Is there an error?

``` class B { public: void virtual f(); }; void B::f() {/*. . . */} ```

Computer Science & Information Technology

Starting a computer when it is powered off is called a warm boot

Indicate whether the statement is true or false

Computer Science & Information Technology

The left pane of a standard PowerPoint window contains the ________ and ________ tabs

A) Slides; Outline B) Slides; Slide Show C) Slides; View D) Add-Ins; Outline

Computer Science & Information Technology