A ____ is a group of values and other data organized into rows and columns, similar to the ruled paper worksheets traditionally used by bookkeepers and accountants.

A. document
B. cell
C. spreadsheet
D. block


Answer: C

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. A linked list is a linear collection of self-referential class objects called nodes connected by reference links. b. A linked list is appropriate when the number of data elements to be represented in the data structure is unpredictable. c. A linked list is a fixed-size data structure. d. By convention, the link reference in the last node of a list is set to null to mark the end of the list.

Computer Science & Information Technology

The address of a storage location in main memory is the __________

A) ?address space ? B) ?virtual address space C) ?real address ? D) ?virtual address

Computer Science & Information Technology

Most projects are scheduled from a project Start date.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?Thebreakstatement runs a command or a command block only if the conditional expression returns the valuetrue; it does nothing if the condition is false. ?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology