The command to insert (after using the yank command) the previously killed section of the text is:

a: [Alt-y] b: [Alt-x][Ctrl-y]
c: [Ctrl-yank] d: [Ctrl-y]
e: [Ctrl-x] y


a: [Alt-y]

Computer Science & Information Technology

You might also like to view...

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

1. A Java collection is any class that implements the Collection interface. 2. is a wildcard used to specify a wide range of parameters.

Computer Science & Information Technology

Select the code below that configures a class called “offer” with blue text using CSS.

a. offer { color: blue; } b. .offer { color: blue; } c. .offer { text: blue; } d. #offer { color: blue; }

Computer Science & Information Technology

The Tabular and the Datasheet layout arrange the subform data in rows and columns, but the Datasheet layout is more customizable

Indicate whether the statement is true or false

Computer Science & Information Technology

The _____ function sums the numbers in the specified range and then divides the sum by the number of cells with numeric values in the range.

A. MIN B. SUM C. AVERAGE D. MAX

Computer Science & Information Technology