Instructor: Mr. Sohaib Latif
Instructor: Mr. Sohaib Latif
Information:
Data processed to be useful in decision making.
Information is, processed data that is correlated
and meaningful.
4
MetaMeta Data
“Data about a metadata record”
5
Data are….. Information is….
1.Stored facts 1. Presented facts
2.Not meaningful 2.meaningful
3.Technology –based 3.Business Based
4.Gathered from various 4.Transformed from data
sources
5.Refers to the values 5. Refers the meaning of the
actually stored in. values as understood by
some users
6
DATABASE
7
A collection of related files.
A binary digit.
8
3. A database is a self-defined
collection of integrated files.
Integrated : It is possible to navigate from file to file
to extract necessary information.
9
Web indexes Train timetable
Library catalogues Airline bookings
Medical records Credit card details
Bank accounts Student records
Stock control
Customer histories
Personnel systems
Product catalogues Stock market prices
Telephone directories And so on….
10
Traditional or simple file processing system is
the first computer based method to handle
business application.In past many
organizations stored data in files on tape or
disks.
11
What is File Processing Systems
File: a collection of related information defined by its creator.
Physical file: a file actually exists in a storage devise.
( a collection of bites, as seen by the operating system.)
Logical file: a file viewed by users and programs.
( a collection of records.)
A file management system, usually within the operating system, is
used to efficiently access physical files stored in the secondary
storage
devices.
Functions: create, updates, retrieval
Examples: Hard copy registers/folders,bill folder, tax folder
12
13
Disadvantages of File Processing
• Program-Data Dependence
– All programs maintain metadata for each file they use
• Data Redundancy (Duplication of data)
– Different systems/programs have separate copies of the same data
• Limited Data Sharing
– No centralized control of data
• Lengthy Development Times
– Programmers must design their own file formats
• Excessive Program Maintenance
– 80% of information systems budget
14
Disadvantages File Management
Systems
Uncontrolled redundancy
Inconsistent data
Inflexibility
15
Accounts Department
16
Problems with Data Dependency
Each application programmer must maintain
their own data
Each application program needs to include code
for the metadata of each file
Each application program must have its own
processing routines for reading, inserting,
updating and deleting data
Lack of coordination and central control
Non-standard file formats
17
Problems with Data
Redundancy
• Waste of space to have duplicate data
• Causes more maintenance headaches
• The biggest Problem:
– When data changes in one file, could cause
inconsistencies
– Compromises data integrity
18
SOLUTION:
The DATABASE Approach
• Central repository of shared data
• Data is managed by a controlling agent
• Stored in a standardized, convenient
form
19
Library Examination Registration
Database
Management
System
structure
gives users the ability to query and modify the data
efficiently
keeps the data secure from accidents or unauthorized
use
controls the access to the data for many users at once
21
DBMS is a tool to ease the construction of database
Examples: Oracle, SQL Server, Informix, Sybase, Ingress
22
Database Management System
Application
#1
Application
#2
DBMS Database
containing
centralized
shared data
23
Data Sharing
Data Independence
Controlled Redundancy
Better data Integrity
Data consistency
Better data security
Faster development of new applications
Economy of scale
Better concurrency
Better backup procedures
Higher costs (DBMS)
?
Best of Luck