chAptEr 11 Flashcards

1
Q

What is a data storage function?

A

How data is stored and handled
by programs that run the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain the data storage design

A

Choose data format
Convert local data model into physical data model
Balance DFD & ERD diagrams
Optimize storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List the types of data storage formats.

A

Files - electronic list of data, sequential order
Database - collection of relational information.
DBMS -software that creates and manipulates data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List the types of files.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List the different types of databases.

A

Legacy database - old technology
Relational database - most common
Object database - object-oriented
Multidimensional database - data warehousing
NoSQL database - newest apprach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 2 major types of legacy databases?

A

Hierarchical databases
Network databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is data warehousing?

A

Practice of taking and storing data in a large database that supports BI systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a multidimensional database?

A

It is a database that stores data to support aggregations of data on multiple dimensions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

List the different types of NOSQL databases.

A

Document-oriented databases
Wide column databases
Graph databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

List the factors to consider in selecting a storage format.

A

Data Types
Type of Application System
Existing Storage Formats
Future Needs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Study the comparison of storage formats table.

A

Chapter 11, P20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

List the steps to create the physical ERD.

A

Change entities to tables or files
Change attributes to fields
Add primary keys
Add foreign keys
Add system-related components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Study the physical ERD.

A

Chapter 11, P25; YouTube

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explain the modifications that may need to be made when
updating the CRUD matrix

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly