A data ____ is an explanation of how the pieces of data relate to each other.

A. glossary
B. model
C. rating
D. matrix


Answer: B

Computer Science & Information Technology

You might also like to view...

The move(), turn(), and roll() messages ____.

A. can have no arguments B. require two arguments C. require one argument D. can have any number of arguments

Computer Science & Information Technology

How can solids of free-form shape be constructed in Rhino?

What will be an ideal response?

Computer Science & Information Technology

Compare connectionless (UDP) and connection-oriented (TCP) communication for the implementation of each of the following application-level or presentation-level protocols:

i) virtual terminal access (for example, Telnet); ii) file transfer (for example, FTP); iii) user location (for example, rwho, finger); iv) information browsing (for example, HTTP); v) remote procedure call.

Computer Science & Information Technology

What is the significance of the bad character rule in the Boyer-Moore string matching algorithm?

a. It is used to optimize the naïve string matching algorithm b. It identifies the error states c. It is used to optimize the string search pattern P d. It determines when to rehash into a hash table

Computer Science & Information Technology