A formula that references the cell in which the formula resides is called a _____.

A. recursive reference
B. circular reference
C. self-reference
D. relative reference


Answer: B

Computer Science & Information Technology

You might also like to view...

You want to use only one name, funct1, from name space MyNamespace. The directive #include “MyNamespace” has been places at the top of the file. You will call this function a large number of times in a block. Which of the following will make only the name funct1 available only in that block (not outside the block)?

a) Place using namespace std; just after your #include directives. b) Place using namespace MyNamespace; just after your other #include directives. c) Place using namespace MyNamespace; just inside the block where you want to use funct1. d) Place using MyNamespace::func1; just inside the block where you want to use funct1. e) Place #include “MyNamespace” at the top of the file where you are using the name func1.

Computer Science & Information Technology

Which cpio utility mode extracts files from an archive?

A. copy-out B. copy-in C. copy-pass D. copy-through

Computer Science & Information Technology

Describe how input from an HTML FORM is retrieved in a Perl program.

What will be an ideal response?

Computer Science & Information Technology

The same single key to encrypt and decrypt a document.

What will be an ideal response?

Computer Science & Information Technology