What is not a characteristic of the ideal data dictionary?

A) automated
B) efficient
C) interactive
D) online
E) evolutionary


B) efficient

Computer Science & Information Technology

You might also like to view...

Consider the revised pizza buying program of Display 4.7. This program provides the following overloading for unitPrice functions for round and rectangular pizza:

double unitPrice(int diameter, double price); double unitPrice(int length, int width, double price); Suppose we are faced with the need for the unit price on a square pizza. The problem here is to devise in a ‘natural’ way to overload unitPrice to compute the price per square inch of a square as well as a round pizza?

Computer Science & Information Technology

Which of the following commands do you click to paste Excel worksheet data as an embedded object or a picture?

A. Paste B. Paste Link C. Paste Embedded Object or Picture D. Paste Special

Computer Science & Information Technology

Because the backslash character starts the escape sequence in Java, you must use two ____ in a string that describes a Path in the DOS operating system.

A. dashes B. quotes C. backslashes D. periods

Computer Science & Information Technology

What is the difference between an action query and a select query? When you are working with action queries, why is it important to create a backup of your database first?

What will be an ideal response?

Computer Science & Information Technology