Database Topic 2 - Introduction to Database, DBMS, and Key Concepts

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

1/14

flashcard set

Earn XP

Description and Tags

Q&A flashcards to review key concepts from the lecture notes on database, DBMS, data vs. information, and related topics.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

What is a database?

A collection of related data, organized in a manner that allows access, retrieval, and use of that data.

2
New cards

What is DBMS?

Application software (or a collection of programs) that creates, maintains, accesses, and manages a database.

3
New cards

What is a database system?

An organization of components that defines and regulates the collections, storage, management and use of data in a database environment.

4
New cards

What is data?

A collection of unprocessed items (text, numbers, images, audio, video) that has no meaning until interpreted and processed.

5
New cards

What is information?

Processed data that is organized, meaningful, and useful.

6
New cards

Explain the IPO relationship in a database context.

Input provides data; Processing turns data into information; Storage holds data; Output presents information; the DBMS stores data and manages it within the database environment.

7
New cards

What are the five major components of a DBMS?

Data, Hardware, Software, People, and Procedures.

8
New cards

What does CRUDS stand for in the context of DBMS tasks?

Create, Read (Access/Search/Retrieve), Update (Edit/Modify), Delete, Store.

9
New cards

Give examples of DBMS software.

Microsoft Access, Oracle, DB2, SQL Server, LibreOffice Base, MySQL.

10
New cards

What is the relationship between a DBMS, a database, and a database system?

A database system or database application is formed by the combination of the DBMS and the database it manages.

11
New cards

What are common database applications mentioned in the notes?

Banking system, Airlines reservation system, Student registration system, Sales system, Human resources system, Order processing system, Inventory control system.

12
New cards

Why do businesses need databases?

To know customers, products, employees, debts, and to provide data to decision makers; data can range from MB to TB and must be stored, processed, and retrievable quickly.

13
New cards

Give examples of database domains in Education, Business, and Healthcare.

Education: School, Library, University databases. Business: Customer, Inventory databases. Healthcare: Patient, Medicine databases.

14
New cards

What are the 'Procedures' in DBMS components?

Instructions and rules that govern the design and use of the database, such as how to log on and how to back up.

15
New cards

What is the difference between raw data and information with an example?

Raw data are unprocessed items (e.g., 1957, H2SO4); information is the processed, meaningful interpretation (e.g., 1957 = year Malaysia gained independence; H2SO4 = chemical formula for sulfuric acid).