To remove a highlight from text, select the highlighted text, click the ‘Text Highlight Color' button arrow, and then click ____ in the Text Highlight Color gallery.

A. Remove Highlight
B. No Highlight
C. No Color
D. Remove Color


Answer: C

Computer Science & Information Technology

You might also like to view...

What is LINUX/UNIX filter? Name five and give examples of their use.

What will be an ideal response?

Computer Science & Information Technology

What is the output when the following code executes? Assume that power and number are declared as ints.

``` 1 power = 5; 2 number = 10; 3 mysteryJTextArea.setText( "" ); 4 5 for ( int counter = 1; counter <= power; counter++ ) 6 { 7 mysteryJTextArea.append( Math.pow( number, counter ) + "\n" ); 8 } ```

Computer Science & Information Technology

What is the maximum drive size if the file system being used is exFAT?

A) 16EB B) 16TB C) 64ZB D) 512TB

Computer Science & Information Technology

To wait for a child process we can use the ________ or _______ functions.

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

Computer Science & Information Technology