The ____ shortcut keys remove character formatting.
A. CTRL+0 (zero)
B. CTRL+I
C. CTRL+SPACEBAR
D. CTRL+U
Answer: C
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
What is the connection-specific DNS suffix?
What will be an ideal response?
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.
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