26

TERMINOLOGY TERMINOLOGY DATA INFORMATION NEED OF INFORMATION NEED OF INFORMATION QUALITIES OF INFORMATION QUALITIES OF INFORMATION FILE SYSTEM

Embed Size (px)

Citation preview

Page 1: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM
Page 2: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

TERMINOLOGY

DATA

INFORMATION NEED OF INFORMATION QUALITIES OF INFORMATION FILE SYSTEM APPROACH LIMITATION OF FILE SYSTEM APPROACH DATABASE SYSTEM DATABASE SYSTEM ENVIRONMENT COMPONENTS OF DATABASE SYSTEM WHY STUDY DATABASES DATABASE MANAGEMENT SYSTEM(DBMS) FUNCTION OF DBMS STRUCTURE OF DBMS

Page 3: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM
Page 4: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

It is a collection of meaningful facts which can be stored and processed by computers or humans. Ex Price, Phone no, addresses etc.

In terms of computing, data is defined as collection of facts that has been translated into the form that is more convenient to analyze or to do further calculation.

Data can be represented in the form of:

DATA

Words

Segments

Images

Sounds

Numbers

BACK

Page 5: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Information is defined as the processed data which helps us in making decisions.

It is the intelligent form of data.

For Example:-

pay check, timetable, reports, merit list, bills etc.

The information is obtained by arranging data into meaningful form.

For Example:-

Marks obtained by students and their roll numbers form the data and their report card is the information which help us to make decision, which student stood at what rank in the class. BACK

Page 6: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Information is necessary for the people of the modern world because without proper information, it is very difficult to survive in the modern world.

One should keep himself aware of all the changes occurring in the society.

To keep the system up to date we need to gather information from various sources like television, internet, newspaper, radio, magazines etc.

BACK

Page 7: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Must be meaningful Must be accurate and clear Should convey to the point relevant information Should confirm and correct the previous knowledge Should reach at proper time such that proper action is taken

BACK

Page 8: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

To computerize the manual way of storing data in the database was File System approach.

It is basically a collection of application programs that perform services to the end users

A file is a collection of records which contains logically related data known as fields

Multiple user access to the information is difficult to provide. This is due to poor coordination of application program.

BACK

Page 9: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Data redundancy and inconsistency Data dependence Difficulty occur to get quick answers to simple queries Lack of data integrity and quality Difficult to share data Transaction problem Lack of security Concurrency problems

BACK

Page 10: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Database:

A very large, integrated collection of data. A Database is a well organized collection of data that are related in a

meaningful way which can be accessed in different logical orders but are stored only once

The record of students maintained by your college is a useful database Models a real-world enterprise

◦ Entities (e.g., teams, games)

data1

data1

databaseorganizedRelated to

each other

Database BACK

Page 11: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Stored data base definitoin (META DATA)

Stored Database

Database System DBMS

S/W

DATA BASE SYSTEM ENVIRONMENT

BACK

Page 12: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

The database system contains not only the database itself but also a complete definition or description of the database structure and constraint. This definition is stored in the system catalog.

The information stored in the catalog is called metadata that is the “data about the data”

An important property of database system is that the structure of data files is stored in the DBMS catalog separately from the access program.

We call this property as program-data-independence .

Page 13: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Due to this property we can change the structure of data files in the catalog but no need to change the programs.

The Purpose of the database system is to provide an environment that is both convenient an efficient to use in

Retrieving information from the database Storing information into the database

BACK

Page 14: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM
Page 15: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM
Page 16: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM
Page 17: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

DATAUser dataMeta dataApplication meta data

HARDWARE

SOFTWARE

USERS

BACK

Page 18: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Data:-The data act as a bridge between the machine part and the user which directly

access it or access it through some application program. Data may be of different

types:

User Data:- It consist of a table of data called relation where columns are called fields and rows are called records.

Meta Data:- A description of the structure of the database is known as meta data. it basically means “data about data”.

Application Meta Data:- It stores the structure and format of queries, reports and other application components.

Page 19: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

HARDWARE:- In order to run the DBMS and applications, hardware is required. The

hardware consist of the secondary storage device such as magnetic disks and optical disks on which data is stored together..In addition , it includes the I/O devices, processor and maim memory etc. which are used for storing & retrieving the data in fast & efficient manner. Proper care should be taken for choosing the appropriate hardware for a required database.

SOFTWARE:- The software part consist of DBMS which act as a bridge between the user

& the database. In addition to DBMS SOFTWARE, it also includes the application programs, the operating system..Using these software, the users interact with the database.

Page 20: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

USER:- User are those person who need information from the database to carry out

their primary business responsibilities i.e. Personnel, staff clerks, Managers, Executives etc. On the basis of the job and requirements made by them, they provided access to the database totally or partially.

The various type of users which can access the database are

Database Administrator(DBA) Database Designer End Users

Casual End Users

Naïve End Users

Standalone End Users Application Programmers

BACK

Page 21: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Shift from computation to information◦ always true for corporate computing◦ Web made this point for personal computing◦ more and more true for scientific computing

Need for DBMS has exploded in the last years◦ Corporate: “customer relationship mgmt”, “supply chain mgmt”,

“data warehouses”, etc.◦ Scientific: digital libraries, Human Genome project, NASA Mission

to Planet Earth, physical sensors, grid physics network DBMS encompasses much of CS in a practical discipline

◦ OS, languages, theory, AI, multimedia, logic◦ Yet traditional focus on real-world apps

?

BACK

Page 22: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

DBMS is the collection of programs which act as an intermediates between the user and the database

DBMS is the software that interprets and processes user’s request to retrieve information from a database

DBMS provides security facilities in a variety of forms, both to prevent unauthorized access and to prevent authorized users from accessing data concurrently without any inconsistency in the database

The primary purpose of a DBMS which is basically a collection of programs is to allow a user to store, update, retrieve data.

BACK

Page 23: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

Data Definition

DBMS must be able to access data definition in source form and convert them to the appropriate object form. In other words DBMS must include language processor component for each of the various data definition language(DDL).

Data Manipulation

DBMS must include a DML processor component. The DBMS must be able to handle request from the user to see, retrieve, update , delete or add the new record to the database.

t

Page 24: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

DATA SECURITY AND INTEGRITY

DBMS must monitor user request & reject any attempt to violate the security & integrity rules define by the DBA.

DATA DICTIONARY

The dictionary contains data about the data rather than the raw data.

Data Dictionary contains the information about entities, attributes, mapping etc.

DBMS should perform all the functions as efficiently as possible.

BACK

Page 25: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

A typical DBMS has a layered architecture.

The figure does not show the concurrency control and recovery components.

Each database system has its own variations.

Query Optimization

and ExecutionRelational Operators

Files and Access Methods

Buffer Management

Disk Space Management

DB

These layersmust considerconcurrencycontrol andrecovery

BACK

Page 26: TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM

BACK