The _____ Option button lists formatting options following an insertion of cells, rows, or columns.

A. AutoCorrect
B. Insert
C. Auto Fill
D. Paste


Answer: B

Computer Science & Information Technology

You might also like to view...

A successful ____ response requires continuous awareness of the state of normal functioning.

A. operational B. functional C. management D. executive

Computer Science & Information Technology

Which of the following statements is true after the user clicks on btnDisplay at run time?

A program contains two forms with the names Form1 and Form2. Form1 contains a button called btnDisplay, and the following code is placed inside btnDisplay’s Click event procedure. Form2.ShowDialog() MessageBox.Show("hello") (A) Form2 appears behind Form1 and the user will be able to set the focus to either form. (B) Form2 appears in front of Form1 and the user will only be able to set the focus to Form2. (C) A message box displaying the text “Hello” appears in front of Form2 and Form1. (D) A message box displaying the text “Hello” appears behind Form2 and Form1.

Computer Science & Information Technology

Which of the following errors is synchronous?

a. Divide by zero. b. Arithmetic overflow. c. Unsuccessful memory allocation. d. All of the above.

Computer Science & Information Technology

If you wanted to display just the month in a date, you would use the ________ function.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology