You can remove a column of data in an Excel spreadsheet by:

A) right-clicking anywhere in the column and pressing the Delete key.
B) selecting the data in the column, double-clicking, and then selecting Delete from the shortcut menu
C) selecting the data in the column, right-clicking, and then selecting Delete from the shortcut menu.
D) double-clicking anywhere in the column and pressing the Delete key.


C

Computer Science & Information Technology

You might also like to view...

Suppose List list = new ArrayList(). Which of the following operations are correct?

a. list.add("Red"); b. list.add(new Integer(100)); c. list.add(new java.util.Date()); d. list.add(new ArrayList());

Computer Science & Information Technology

Ending a line with the ____ element creates the same effect as when you press the Enter key when composing a document with a word-processing application.

A. return B. enter C. break D. line-end

Computer Science & Information Technology

A page box is composed of a _____, which contains the content of a document.

A. ?page element B. ?page schema C. ?page area D. ?page layout

Computer Science & Information Technology

Presenting or generating authentication information that corroborates the binding between the entity and the identifier is the ___________.

A. identification step B. verification step C. authentication step D. corroboration step

Computer Science & Information Technology