A cell reference that changes when a formula is copied or moved is called a(n) ____________________ reference.

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


relative

Computer Science & Information Technology

You might also like to view...

What is displayed by the C statements at the right if the value input is 3?

a. Equal scanf("%d", &n); b. Less if (n = 5) c. Greater printf("Equal\n"); d. no output else if (n < 5)printf("Less\n");elseprintf("Greater\n");

Computer Science & Information Technology

Suppose we want to override a function called foo in a base class called Bar, and we are writing a function foo for the derived class. As part of the function definition for foo in the derived class, we wish to call the function foo in the base class, which has no parameters. The expression to call the foo function in the base class (within a line of code) would look like this:

A. base::foo( ) B. Bar::foo( ) C. foo( ) D. Bar b.foo( )

Computer Science & Information Technology

A(n) ________ is a special pen that allows users to write directly on a screen

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ is navigating the Internet and quickly moving from one item to another

A) Browsing B) Scrolling C) Screening D) Surfing

Computer Science & Information Technology