Match the parts of the Excel Window to their meanings:

I. Name Box
II. Formula Bar
III. sheet tab
IV. Select All
V. active cell

A. displays the contents of the active cell
B. displays the name of a worksheet within a workbook
C. current cell indicated by a dark green border
D. identifier that displays the address of the current cell
E. intersection of a column or row


D, A, B, E, C

Computer Science & Information Technology

You might also like to view...

Select the correct rules for encapsulation. If any rules need to be imposed in a particular order, then say so, mentioning which rules.

a. Make all class member variables public members of the class. b. Place the interface in the header file. What is the interface? c. Place the implementation in a separate code file (with file extension required by your compiler: .cpp, .cxx, etc), called the implementation file. What is the implementation? d. Having private members visible in the interface violates the philosophy of separating the interface from the implementation. Separate interface and implementation requires removal of all the private members from the class definition. You must put these in another part of the class definition in the implementation.

Computer Science & Information Technology

?All objects within a(n) _____ share common attributes and methods.

A. ?catalog B. ?register C. ?index D. ?class

Computer Science & Information Technology

The time required to move the read/write heads to the cylinder that contains (or will contain) the desired data is called ____.

A. initial time B. rotational delay C. data movement time D. seek time

Computer Science & Information Technology

__________ is when the result is put back into the floating-point format and the extra bits must be eliminated in such a way as to produce a result that is close to the exact result.

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

Computer Science & Information Technology