chAptEr 11 Flashcards
What is a data storage function?
How data is stored and handled
by programs that run the system.
Explain the data storage design
Choose data format
Convert local data model into physical data model
Balance DFD & ERD diagrams
Optimize storage
List the types of data storage formats.
Files - electronic list of data, sequential order
Database - collection of relational information.
DBMS -software that creates and manipulates data.
List the types of files.
Master files -stores core info
Look-up files - stores static values
Transaction files - stores info that can be used to update a master file
Audit files - stores b4 and after images of data
History files -stores past transactions
List the different types of databases.
Legacy database - old technology
Relational database - most common
Object database - object-oriented
Multidimensional database - data warehousing
NoSQL database - newest apprach
What are the 2 major types of legacy databases?
Hierarchical databases
Network databases
What is data warehousing?
Practice of taking and storing data in a large database that supports BI systems.
What is a multidimensional database?
It is a database that stores data to support aggregations of data on multiple dimensions.
List the different types of NOSQL databases.
Document-oriented databases
Wide column databases
Graph databases
List the factors to consider in selecting a storage format.
Data Types
Type of Application System
Existing Storage Formats
Future Needs
Study the comparison of storage formats table.
Chapter 11, P20
List the steps to create the physical ERD.
Change entities to tables or files
Change attributes to fields
Add primary keys
Add foreign keys
Add system-related components
Study the physical ERD.
Chapter 11, P25; YouTube
Explain the modifications that may need to be made when
updating the CRUD matrix
Ensure data models (DFD & ERD) and CRUD matrix are aligned.
Design involves translating logical models into physical models for implementation.
System changes (new processes, data stores, elements) require revising the CRUD matrix.