A spreadsheet is another name for a ________
A) database B) worksheet C) range D) workbook
B
Computer Science & Information Technology
You might also like to view...
Which of the following preprocessor directives does not constitute part of the preprocessor wrapper?
a. #define b. #endif c. #ifndef d. #include
Computer Science & Information Technology
In a minheap:
A. there are a minimum number of nodes for a complete heap B. the nodes on the last level have the smallest values C. the value of each node is less than or equal to the values of its children (if it has any children) D. the node with the minimum value is at the end of the heap
Computer Science & Information Technology