The option to transpose data is found in the ____ dialog box.

A. Series
B. Data Validation
C. Paste Special
D. Move or Copy


Answer: C

Computer Science & Information Technology

You might also like to view...

In what context might the name operator/ be used?

What will be an ideal response?

Computer Science & Information Technology

Remarks added to a macro to provide information to those writing or reviewing the macro are called ________

A) instructions B) dialog C) a conversation D) comments

Computer Science & Information Technology

A(n) ________ can display customized text and buttons in addition to standard OK, Cancel, and Yes/No buttons

A) warning box B) message box C) notification window D) alert window

Computer Science & Information Technology

Using the table below, write a switch statement that displays the name of the character, given its ASCII integer value. If the value is not in the table, display the message "unknown character." Assume that the ASCII integer is the value of the variable intVal.



A character is stored in memory in one byte according to a specific encoding. Many machines use ASCII character codes. A character is considered to have the integer value corresponding to its ASCII encoding. Nonprintable control characters also have ASCII values. For example:

Computer Science & Information Technology