Case-Based Critical Thinking QuestionsCase 12-1Tina is considering purchasing database software. She already has Microsoft Excel, which is spreadsheet software. Tina has a number of index cards filled with customer information from her home business. She wants to be able to input this data into her computer and search through it when necessary. Based on these criteria, Tina should ____.

A. purchase database software because you can't search for data that meets specific criteria using the spreadsheet software that she already has
B. purchase database software because it will allow her to build records based on her index cards and then filter specific data
C. stick with the software that she already owns; Microsoft Excel allows you to search for data that meets specific criteria, and there is no need for Tina to spend more money on more complicated software
D. find a new kind of software because both database and spreadsheet software are insufficient for her needs


Answer: C

Computer Science & Information Technology

You might also like to view...

If you neglect to put a break statement at the end of a branch of a switch, the flow will proceed into the next branch.

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

Computer Science & Information Technology

The purpose of a ____ is to communicate how a given function is to be performed.

A. policy B. procedure C. standard D. guideline

Computer Science & Information Technology

Which of the following is correct regarding presence and behavior of constructor is correct. Assume that the class name is C.

a) To use the declaration, C x; requires a default constructor must be present. b) To invoke the default constructor, the syntax must be C x(); c) A constructor is called automatically when you declare an object of class type, but any constructor can be called after declaration to set all the member variables to a known state. d) An explicit call to a constructor creates an anonymous object, which can be assigned. e) In spite of the fact that a constructor appears to be a member function, a constructor may not be called as if it were a member function

Computer Science & Information Technology

The ________ format displays text on multiple lines within a cell

A) text wrap B) column heading C) AutoFit D) conditional

Computer Science & Information Technology