If you were using relative cell references, the formula =A3+A4 would change to ____ when copied from cell A5 to cell B5.
A. =B3+B4
B. =B4+B5
C. =$B3+$B4
D. =B$4+B$5
Answer: A
You might also like to view...
Sorting helps to break data into subgroups. _________________________
Answer the following statement true (T) or false (F)
Create a method that will create a pyramid shaped sound wave.
What will be an ideal response?
What is output of the following code:
public class Test { public static void main(String[] args) { int[] x = {120, 200, 016}; for (int i = 0; i < x.length; i++) System.out.print(x[i] + " "); } } a. 120 200 16 b. 120 200 14 c. 120 200 20 d. 016 is a compile error. It should be written as 16.
Which of the following examples is a correct example of the syntax used to add a background image to a Web page?
A) "background:url(images/waterfall.gif)" B) background:url("images/waterfall.gif") C) background-url(images/waterfall.gif) D) background:"url(images/waterfall.gif)"