Explain what a data dictionary is, making sure to include definitions of the terms data element and record in your explanation. Provide examples of each of these terms as you include them.
What will be an ideal response?
A data dictionary, or data repository, is a central storehouse of information about the system’s data. An analyst uses the data dictionary to collect, document, and organize specific facts about the system, including the contents of data flows, data stores, entities, and processes. The data dictionary also defines and describes all data elements and meaningful combinations of data elements. A data element, also called a data item or field, is the smallest piece of data that has meaning within an information system. Examples of data elements are student grade, salary, Social Security number, account balance, and company name. Data elements are combined into records, also called data structures. A record is a meaningful combination of related data elements that is included in a data flow or retained in a data store. For example, an auto parts store inventory record might include part number, description, supplier code, minimum and maximum stock levels, cost, and list price.
You might also like to view...
Two integers are relatively _________ if their only common positive integer factor is 1.
Fill in the blank(s) with the appropriate word(s).
The __________ MIME field describes the data contained in the body with sufficient detail that the receiving user agent can pick an appropriate agent or mechanism to represent the data to the user or otherwise deal with the data in an appropriate manner.
Fill in the blank(s) with the appropriate word(s).
Suppose int i = 5, which of the following can be used as an index for array double[] t = new double[100]?
a. i b. (int)(Math.random() * 100)) c. i + 10 d. i + 6.5 e. Math.random() * 100
The return address is the only element that can be altered in a buffer overflow attack.
Answer the following statement true (T) or false (F)