The ____ shortcut keys remove character formatting.

A. CTRL+0 (zero)
B. CTRL+I
C. CTRL+SPACEBAR
D. CTRL+U


Answer: C

Computer Science & Information Technology

You might also like to view...

Left alignment causes the text along the right margin to be ragged right

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the connection-specific DNS suffix?

What will be an ideal response?

Computer Science & Information Technology

What feature in Excel automatically displays a list of field headings when you begin to create a structured reference?

A. Reference AutoComplete B. Formula AutoComplete C. AutoComplete D. Nothing automatically displays a list of field headings.

Computer Science & Information Technology

The following code should search the array “arr” of size 10 and set the variable “found” to true if 7 is in the array and set it to false if 7 is not in the array. What is wrong?

a.    The if statement should check if found == true
b.    If 7 is not in the array then found is left as its initial value of true
c.    If 7 is found it may later be changed to false if a non-7 is in the array

Computer Science & Information Technology