Database_Systems and its components.pptx

AaashaRana 55 views 9 slides Jul 07, 2024
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

Database System
A database system is a collection of data as well as programs required to manage that data.
Components of Database Systems
1. Data
It is a collection of facts stored in the database.
2. Hardware
Physical components of a computer system.
3. Software
Collection of programs used by comp...


Slide Content

Database Systems Overview of Major Components

Objectives Define database system and describe its four major components: 1. Data 2. Hardware 3. Software 4. Personnel

Database System A database system is a collection of data as well as programs required to manage that data. A database system is a computerized record-keeping system. The main purpose of this system is to maintain data and provide it to the user when required.

Components of Database Systems The four major components of database systems are: 1. Data 2. Hardware 3. Software 4. Personnel

Data Data is the most important component of a database system. It is a collection of facts stored in the database. The purpose is to store, maintain, and process data for the user.

Hardware Physical components of a computer system. Used for tasks such as input, output, storage, and processing. Components include: Secondary Storage I/O Devices Processors Main Memory

Software Collection of programs used by computer within a database system. The most important software is DBMS. Three types of software: Operating System : Manages all hardware components and enables software to run. DBMS Software: Manages the database system. Application Programs: Access and process data in the database.

Personnel People related to the database system. Types of personnel: Database Administrator: Manages the whole database system. Application Programmer: Writes application programs to access data. End Users: Use application programs for different operations on the database.