Excel can display characters in only three font colors: black, red, and blue.

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


False

Computer Science & Information Technology

You might also like to view...

The SelectedItem property of a ListBox __________.

a. contains the index of the currently selected item b. contains the text of the currently selected item c. returns the location of the currently selected item d. returns -1 if no item is selected

Computer Science & Information Technology

Analyze the following code:

``` public class Test { public static void main(String[] args) throws MyException { System.out.println("Welcome to Java"); } } class MyException extends Error { } ``` a. You should not declare a class that extends Error, because Error raises a fatal error that terminates the program. b. You cannot declare an exception in the main method. c. You declared an exception in the main method, but you did not throw it. d. The program has a compile error.

Computer Science & Information Technology

As shown in the accompanying figure, the ____ box outlines the area of the image that is displayed in the Document window.

a. navigator b. preview c. outline d. view

Computer Science & Information Technology

Which part of a toner and probe kit emits an audible tone when it detects electrical activity on a wire pair?

a. Toner b. Tone locator c. TDR d. Tone generator

Computer Science & Information Technology