You can use ________ to copy information from one cell, or a series of contiguous cells, into contiguous cells by dragging its handle in the desired direction

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

Answer: AutoFill

Computer Science & Information Technology

You might also like to view...

________ an image blurs the edges so the boundaries are less prominent

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the output of code corresponding to the following program segment if Age = 18?

``` If Age >= 18 Then Write “You are eligible to vote.”. Else Set Vote = Age - 18 Write “You can vote in “ + Vote + “years.”. End If``` a. You are eligible to vote. b. You can vote in 18 years. c. You are eligible to vote. You can vote in 18 years. d. You can vote in 0 years.

Computer Science & Information Technology