Match the following keyboard navigation controls to their function:

I. Home A. beginning of the document
II. End B. end of the document
III. Ctrl+End C. top of the previous page
IV. Ctrl+PgUp D. end of a line
V. Ctrl+Home E. beginning of a line


E, D, B, C, A

Computer Science & Information Technology

You might also like to view...

The command unset myvar

a: changes the value assigned to myvar b: makes myvar to be an empty variable c: deletes myvar variable d: resets myvar to its previous value e: none of the above

Computer Science & Information Technology

When bookmarks are added to a document, they are listed in ________ by name

Fill in the blank(s) with correct word

Computer Science & Information Technology

The unset() function is used to uninitialize a variable after it has been set.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

How many parameterized constructors can a class have?

A. a class cannot have a parameterized constructor B. one C. fewer than three D. as many as it needs

Computer Science & Information Technology