Which is not an effectiveness objective of the database?

A) ensuring that data can be shared among users for a variety of applications
B) ensuring all data required for current and future applications will be readily available
C) allowing the database to evolve and the needs of the users to grow
D) allowing users to construct their personal view of the data without concern for the way the data are physically stored
E) maintaining data that are both accurate and inconsistent


E) maintaining data that are both accurate and inconsistent

Computer Science & Information Technology

You might also like to view...

Which of the following is the simplest type of a firewall?

A) Packet filtering B) Application level gateway C) Circuit level gateway D) Stateful packet inspection

Computer Science & Information Technology

Rewrite the Program so that you normalize the first second of a sound, then slowly decrease the sound in steps of 1=5 for each following second. (How many samples are in a second? getSamplingRate() is the number of samples per second for the given sound.)

What will be an ideal response?

Computer Science & Information Technology

The maximum number of rows and columns you can create by splitting a cell ____.

A. is 10 B. is 20 C. is 30 D. depends on the cell's width and height

Computer Science & Information Technology

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

1. There is no need for error checking when popping a stack. 2. There is no need for error checking when pushing a stack. 3. Data is inserted into a queue at the back. 4. Data is removed at the back of the queue.

Computer Science & Information Technology