A(n) _________ database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.
A. relational
B. operational
C. analytical
D. non-relational
Answer: C
You might also like to view...
Case-Based Critical Thinking QuestionsCase 8-3Cali Polaris Jet Skis has a Web site for amateur jet skiers. The Web site displays on a computer monitor and a mobile device. However, on the mobile device the fullscreen view is small and difficult to read. Cali would like to design a style sheet appropriate for the smaller screens found on most mobile devices. You have been hired for this task. As you review Cali's Web site on a computer desktop and adapt it for use on a mobile device, you will review the variations in display based on the ____ displaying the contents within a window.
A. viewport B. view C. display D. screen
Write a C++ code fragment that is assumed to be embedded in an otherwise complete and correct program. You are to assume the user has been prompted (so you don’t have to) for (exactly) 20 values of type int to be read from the keyboard, You are to use this input to fill an array. Do not write a full program, just the code fragment to do this. Do give declarations of the array and any variables you use.
What will be an ideal response?
Which of the following is NOT an advantage of organizing files?
A) It allows for file sharing between users. B) It allows for quicker backup of important data. C) It separates users' data when using a shared computer. D) It stores all files in alphabetical order.
Which of the following statements about stacks is false?
A. A stack is a linear list in which additions and deletions are restricted to the top. B. A stack is a LIFO data structure. C. Stack structures are usually implemented with a top pointer and a node counter. D. All stack nodes contain both data and next pointers. E. Stack insertion requires a search algorithm.