Which of the following is NOT true regarding businesses and databases?

A) Records are collected and used for decision making, for sales and marketing, and for reporting purposes.
B) Businesses keep records about everything they do.
C) The purpose of a database is to store, manage, and provide access to the business records.
D) Today's businesses use automated databases to store their records and have completely eliminated paper-based systems.


D

Computer Science & Information Technology

You might also like to view...

What is the value of Number, given the following:A = 4.2, B = 6, C = 1.5

```Set Number = Ceiling(A + B * C)``` a. 14 b. 13 c. 13.2 d. 15

Computer Science & Information Technology

When a formula contains operators with the same precedence level, Excel evaluates the operators ________

A) right to left. B) at the same time. C) independently. D) left to right.

Computer Science & Information Technology

Both the program and the data must be placed in the ____ of computers in order for the computer to perform activities as directed by the program.

A. read only memory (ROM) B. central processing unit (CPU) C. CD-ROM D. random access memory (RAM)

Computer Science & Information Technology

What is the operation used to insert data into the stack?

A. push B. pop C. stack top D. insert

Computer Science & Information Technology