Database Management Systems Lecture Notes

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

Flashcards for database management systems review.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

What does a Database Management System (DBMS) do?

Manages data resources like an operating system manages hardware resources.

2
New cards

What are examples of Data?

Meaningful facts, text, graphics, images, sound, video segments

3
New cards

What is a Database?

An organized collection of logically related data

4
New cards

What is Information?

Data processed to be useful in decision making

5
New cards

What is Metadata?

Data that describes data

6
New cards

What is Program-Data Dependence?

All programs maintain metadata for each file they use

7
New cards

What is Data Redundancy?

Different systems/programs have separate copies of the same data

8
New cards

What is Limited Data Sharing?

No centralized control of data

9
New cards

What causes Lengthy Development Times in file processing?

Programmers must design their own file formats

10
New cards

Why is Excessive Program Maintenance a disadvantage of file processing?

Each application programmer must maintain their own data

11
New cards

What is the SOLUTION to problems with file processing like data redundancy and inconsistency?

Requires a Database Management System (DBMS)

12
New cards

What is a Personal Database?

Standalone desktop database

13
New cards

What is a Workgroup Database?

Local area network (<25 users)

14
New cards

What is a Department Database?

Local area network (25-100 users)

15
New cards

What is an Enterprise Database?

Wide-area network (hundreds or thousands of users)

16
New cards

What are CASE Tools?

Computer-aided software engineering

17
New cards

What is a Repository?

Centralized storehouse of metadata

18
New cards

What is a Database Management System (DBMS)?

Software for managing the database

19
New cards

What is a Database?

Storehouse of the data

20
New cards

What are Application Programs?

Software using the data

21
New cards

What is a User Interface?

Text and graphical displays to users

22
New cards

Who are Data Administrators?

Personnel responsible for maintaining the database

23
New cards

Who are System Developers?

Personnel responsible for designing databases and software

24
New cards

Who are End Users?

People who use the applications and databases

25
New cards

What is Information Systems Architecture (ISA)?

Overall blueprint for organization’s information systems

26
New cards

What is the Data component of an Information Systems Architecture (ISA)?

Data (Enterprise Data Model – simplified ER Diagram)

27
New cards

What are the Processes component of an Information Systems Architecture (ISA)?

Data flow diagrams, process decomposition, etc.

28
New cards

What is the Data Network component of an Information Systems Architecture (ISA)?

Topology diagram

29
New cards

What is the People component of an Information Systems Architecture (ISA)?

People management using project management tools (Gantt charts, etc.)

30
New cards

What is Information Engineering?

A data-oriented methodology to create and maintain information systems

31
New cards

What are the four steps in Information Engineering?

Planning, Analysis, Design, Implementation

32
New cards

What is the result of the analysis phase in information engineering?

Results in functional specifications

33
New cards

What is the result of the design phase in information engineering?

Results in design specifications

34
New cards

What is the result of the implementation phase in information engineering?

Results in final operational system