The autofill feature
a. Applies a border around selected cells
b. None of the others
c. Automatically colors a range of cell values
d. Extends a sequential series of data
d. Extends a sequential series of data
You might also like to view...
New fields are added to a table in Design view
Indicate whether the statement is true or false
The first commercially marketed computer was the UNIVAC I manufactured by _____________.
A. Remington Rand B. International Business Machines (IBM) C. Hewlitt-Packard D. Dedicated Electronic Logical Logarithms (DELL)
List the five fundamental principles of HIPAA.
What will be an ideal response?
for (int i = 0; i < 5; i++) Console.Write(i + "\t"); The conditional expression used with the for statement ____.
A. must involve a counter B. must evaluate to false in order for the loop body to be executed C. is evaluates after the loop body is performed once D. is written following the first semicolon