Chap 3 MIS
Chap 3 MIS
Management System
By: Ali Mustafa Abro
Agenda
• What is Data?
• Types of Data
• Structured Data and Unstructured Data
• How do we store Data into Computers ?
• File System Vs Database System
• File System Issues
• What is DBMS?
What is Data?
• In common usage, data is a
collection of discrete or
continuous values that
convey information,
describing the quantity,
quality, fact, statistics, other
basic units of meaning, or
simply sequences of
symbols that may be further
interpreted formally. A
datum is an individual value
in a collection of data.
What is Data?
• The quantities, characters, or symbols on which operations are
performed by a computer, which may be stored and transmitted in
the form of electrical signals and recorded on magnetic, optical, or
mechanical recording media.
• In computing, data is information that has been translated into a form
that is efficient for movement or processing. Relative to today's
computers and transmission media, data is information converted
into binary digital form. It is acceptable for data to be used as a
singular subject or a plural subject.
• E.g. Ahmed, 123, Shaikh, 2.4 etc
Types of Data
Other types of Data
Types of Data
Structured and Unstructured Data
How do we store Data into Computers?.
• Data could be stored computers in File System and or Database
Management and or content management systems.
• Let us focus on File System and Database approaches . Each one has
its own advantages and disadvantages.
What is Database?
Database is a collection of inter-related data which helps in
efficient retrieval, insertion and deletion of data from
database and organizes the data in the form of tables, views,
schemas, reports etc.
For Example, university database organizes the data about
students, faculty, and admin staff etc. which helps in efficient
retrieval, insertion and deletion of data from it.
• Now Database Management talks about
• Create Database
• Retrieve(View) database
• Update database
• Delete Database
What is DBMS?
• Database Management System is basically software that
manages the collection of related data. It is used for storing
data and retrieving the data effectively when it is needed. It
also provides proper security measures for protecting the
data from unauthorized access.
• In Database Management System the data can be fetched
by SQL queries and relational algebra. It also provides
mechanisms for data recovery and data backup.
• Example: Oracle, MySQL, MS SQL server.
What is DBMS?
• Database Management System: The software which is used to manage
database is called Database Management System (DBMS). For Example,
MySQL, Oracle etc. are popular commercial DBMS used in different
applications. DBMS allows users the following tasks:
• Data Definition: It helps in creation, modification and removal of
definitions that define the organization of data in database.
• Data Updation: It helps in insertion, modification and deletion of the
actual data in the database.
• Data Retrieval: It helps in retrieval of data from the database which can be
used by applications for various purposes.
• User Administration: It helps in registering and monitoring users, enforcing
data security, monitoring performance, maintaining data integrity, dealing
with concurrency control and recovering information corrupted by
unexpected failure.
Key Features of DBMS?
Data Definition: Define the structure and organization of data.