Parts of a Database System

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

1/19

flashcard set

Earn XP

Description and Tags

These flashcards cover the key concepts from the lecture on the five main parts of a modern database system—hardware, software, people, procedures, and data—along with the roles, definitions, and examples associated with each component.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What are the five main parts of a database system?

Hardware, software, people, procedures, and data.

2
New cards

How does a relational database differ from a flat file system?

A relational database stores logically related data in separate tables within one system, while a flat file system keeps separate, unrelated files.

3
New cards

What does the hardware component of a database system encompass?

Physical devices such as the CPU, RAM, disk drives, servers, network components, and any desktops, tablets, or mobile devices that interact with the database.

4
New cards

Why are CPU, RAM, and disk-drive performance important to a database system?

They determine how quickly and efficiently the database can run queries, store data, and respond to user requests.

5
New cards

What role does the operating system play in a database system?

It manages hardware resources and provides the environment in which the DBMS and other applications run.

6
New cards

Give four common operating systems used in database environments.

Windows, Linux, macOS, and UNIX (others include Android and iOS).

7
New cards

What is the purpose of a Database Management System (DBMS)?

To store, retrieve, manage, and control access to data within the database.

8
New cards

Name four popular DBMS platforms.

PostgreSQL, Oracle, MySQL, and MS SQL Server.

9
New cards

What type of software lets users insert data, run queries, and create reports?

Applications or utilities that interact with the DBMS.

10
New cards

Who oversees the entire database/information system to ensure optimal operation?

The system administrator.

11
New cards

Who is responsible for designing the database structure to meet business needs?

The database designer (database architect).

12
New cards

Which role manages the DBMS, controls access, and optimizes queries?

The Database Administrator (DBA).

13
New cards

Who designs and implements application programs that interact with the DBMS?

System analysts and programmers.

14
New cards

Who uses applications to perform day-to-day organizational tasks?

End users.

15
New cards

What are procedures in the context of a database system?

Rules or instructions that specify how the database is designed, accessed, backed up, secured, and audited.

16
New cards

Why are some database procedures mandated by law or regulation?

To ensure compliance with legal, regulatory, or industry requirements for data security, privacy, and auditing.

17
New cards

Define data within a database system.

Raw facts—such as phone numbers or addresses—stored in the database to build information.

18
New cards

How can built-in data formats simplify database design and querying?

Predefined structures (e.g., e-commerce orders, web logs) make tables easier to create, optimize, and query.

19
New cards

In a database system, which component links business operations with technological tools by capturing and structuring raw facts?

Data.

20
New cards

How do all five components—hardware, software, people, procedures, and data—interact in a database system?

They work together to create, operate, and maintain an efficient, secure database that supports organizational needs.