You can select characters by using the ____ key(s).

A. SHIFT+RIGHT ARROW
B. CTRL+SHIFT+DOWN ARROW
C. SHIFT+END
D. SHIFT+UP ARROW

Answer: A

Computer Science & Information Technology

You might also like to view...

What is a picture or object that is positioned directly in the text at the insertion point just like a character in a sentence?

A) An object anchor B) A floating object C) An inline object D) A Live Layout

Computer Science & Information Technology

Which of the following is not a step in inserting a node into a linear list?

A. Allocate memory for the new node. B. Determine the insertion point for the new node. C. Set the new nodes link pointer to NULL. D. Point the new node to its successor. E. Point the predecessor to the new node.

Computer Science & Information Technology