Name four attributes that you can use to define a data store in the grocery inventory information system.
What will be an ideal response?
Typical attributes used to define data stores are:
• Data store name or label: The data store name as it appears on the DFDs.
• Alternate name(s): Aliases for the DFD data store name.
• Description: Describes the data store and its purpose.
• Input data flows: The standard DFD names for the data flows entering the data store.
• Output data flows: The standard DFD names for the data flows leaving the data store.
• Record: The record name in the data dictionary for the data store.
• Volume and frequency: Describes the estimated number of records stored in the data store; specifies any growth and change statistics for the data store.
You might also like to view...
Describe the personnel security plan.
What will be an ideal response?
The gray work area and panels are referred to collectively as the ____________________.
Fill in the blank(s) with the appropriate word(s).
FIGURE 4-1Referring to Figure 4-1 above, the area on the right-hand side that says "Welcome to HTML and JavaScript" is called the ____.
A. navigation bar B. welcome bar C. navigation page D. welcome page
Write ARM code to implement the following C operation.
int s = 0; for ( i = 0; i < 10; i++) { s = s + i*i;)