Match each of the keyboard shortcuts to its action

I. Ctrl + E
II. Ctrl + G
III. Shift + Enter
IV. Shift + click
V. Ctrl + End

A. Selects a portion of text
B. Moves to the bottom of a document
C. Displays the Go To tab in the Find and Replace dialog box
D. Centers selected text
E. Inserts a manual line break

D, C, E, A, B

Computer Science & Information Technology

You might also like to view...

All split form properties can be changed in ________

A) Design view B) Layout view C) Datasheet view D) Form view

Computer Science & Information Technology

In Java, how do we tell the compiler that the body of a loop consists of several statements, rather than one?

a) We enter all the statements on the same line b) We indent all the statements at the same level of indentation c) We enclose the statements in curly braces d) We insert a break statement at the end of the loop

Computer Science & Information Technology