The Font schemes are found in the Schemes group and are accessed by clicking the ____ button.

A. Text
B. Fonts
C. Characters
D. Edit


Answer: B

Computer Science & Information Technology

You might also like to view...

In the following code, which of the following represents the line of code that guarantees that the variable m_name cannot be directly accessed from outside a Student object?

``` Class Student Private m_name As String Public Property Name() As String Get Return m_name End Get Set(Value As String) m_name = Value End Set End Property End Class ``` (A) End Class (B) m_name = Value (C) Return m_name (D) Private m_name As String

Computer Science & Information Technology

What makes a smartphone different from a cell phone is its ability to connect to the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

?There are bots that can sign up for thousands of email accounts.

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

Computer Science & Information Technology

To select an entire image, click ____________________ on the Menu bar, and then click All.

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

Computer Science & Information Technology