Subject: Database Management System
Subject Teacher: Mr. Munna Pandey
Made by: Rahul Sharma
Data, Information & Database
What is Data?
Data refers to the lowest abstract or a raw input
which when processed or arranged makes meaningful
output. It is the group or chunks which represent
quantitative and qualitative attributes pertaining to
variables.
Examples :of data can be facts, analysis, or
statistics. In computer terms, symbols, characters,
images, or numbers are data. These are the inputs
for the system to give a meaningful interpretation. In
other words, data in a meaningful form is
information.
Information
The raw input is data and it has no significance when it
exists in that form. When data is collated or organized into
something meaningful, it gains significance. This meaningful
organization is information.
Information is usually the processed outcome of data. More
specifically speaking, it is derived from data.
Information can be explained as any kind of understanding
or knowledge that can be exchanged with people. It can be
about facts, things, concepts, or anything relevant to the
topic concerned.
What is database?
 A collection of data organized to meet user’s needs.
 A group of programs that manipulate the database and provide
an interface between the database and the user of the database
or other application programs is known as Database Management
System.
 A collection of programs that enables you to store, modify, and
extract information from a database. There are many different
types
of DBMSs, ranging from small systems that run on personal
computers to huge systems that run on mainframes. The
following
are examples of database applications:
 computerized library systems
 automated teller machines
 flight reservation systems
 computerized parts inventory systems
Continued…..
 Requests for information from a database are made in the
form of a query, which is a stylized question. For
example, the query
SELECT ALL WHERE NAME = "SMITH" AND AGE > 35
requests all records in which the NAME field is SMITH
and the AGE field is greater than 35.
Thank ew…..

Data,information and database

  • 1.
    Subject: Database ManagementSystem Subject Teacher: Mr. Munna Pandey Made by: Rahul Sharma Data, Information & Database
  • 2.
    What is Data? Datarefers to the lowest abstract or a raw input which when processed or arranged makes meaningful output. It is the group or chunks which represent quantitative and qualitative attributes pertaining to variables. Examples :of data can be facts, analysis, or statistics. In computer terms, symbols, characters, images, or numbers are data. These are the inputs for the system to give a meaningful interpretation. In other words, data in a meaningful form is information.
  • 3.
    Information The raw inputis data and it has no significance when it exists in that form. When data is collated or organized into something meaningful, it gains significance. This meaningful organization is information. Information is usually the processed outcome of data. More specifically speaking, it is derived from data. Information can be explained as any kind of understanding or knowledge that can be exchanged with people. It can be about facts, things, concepts, or anything relevant to the topic concerned.
  • 4.
    What is database? A collection of data organized to meet user’s needs.  A group of programs that manipulate the database and provide an interface between the database and the user of the database or other application programs is known as Database Management System.  A collection of programs that enables you to store, modify, and extract information from a database. There are many different types of DBMSs, ranging from small systems that run on personal computers to huge systems that run on mainframes. The following are examples of database applications:  computerized library systems  automated teller machines  flight reservation systems  computerized parts inventory systems
  • 5.
    Continued…..  Requests forinformation from a database are made in the form of a query, which is a stylized question. For example, the query SELECT ALL WHERE NAME = "SMITH" AND AGE > 35 requests all records in which the NAME field is SMITH and the AGE field is greater than 35.
  • 6.