Skip to main content

Differences Between Data and Information

Topic: Differences Between Data and Information - 14 Differences

Here we are going to discuss the differences between two typical terms of information technology: Data and Information. Data is a collection of raw facts and figures about an entity. Data may consist of numbers, characters, audio, video or pictures etc. When these data is processed according to requirements, then it is transformed into INFORMATION.

Differences between data and information with examples and pictures
Differences between data and information with examples
For example, consider Admission system of a Computer College. The candidates will submit admissions forms filled by them. Now all the facts and figures and picture of candidate on form is called data. These data may consist of name, father's name, date of birth, marks obtained, total marks, address, contact number and a latest photo graph of the candidate.
Now the concerned person in the college office will process these data to prepare a merit list. He may calculate percentage of obtained marks of each candidate and arrange the records in descending order by percentage. This merit list is an example of Information. Information is useful in decision making. The merit list will declare the names of students who will have a right to get admission in the college.

Example of Data
Example of Information

Differentiate between Data and Information with examples.

14 Differences between Data and Information



 


            DATA


       INFORMATION


1


Data is collection of
raw facts and figures.


Information is
processed data.


2


Data may be unarranged and
unorganized.

Information is arranged
and organized.


3

Data
is not so meaningful.
Information
is meaningful.

4




Data is input.



Information is out put.

5




Data is used less frequently.



Information is used frequently.

6


Data represents facts
before processing.


Information represents
results (obtained after processing).


7


Data is not helpful in
decision-making.


Information is helpful
in decision-making.


8


Data is raw material
for information.


Information is the
final product of data.


9


Data are unprocessed
records


Information contains
processed records


10


Data is in large
amounts. For example, we get hundreds of admission forms from candidates.


Information is in small
amounts. For example, we derive a merit list of one or two pages as information from hundreds of admission forms.


11


If data is lost, it is
very difficult (or even impossible in some situations) to re collect.


If information is lost,
it is easily derived from stored data, again.


12


Data is collected by
observations, recordings, interview or survey etc. For example, if we
record the temperature of each hour recorded in a particular day is called
temperature data.


Now we will process
these temperatures data to find useful information. For example if we
arrange temperatures in ascending order, then we will find the information
like:

Minimum Temperature of
the day= 15 C  and Maximum
Temperature of the day = 25 C.


13


Data is the asset of an
organization and is not available for sale to public.


Normally, information
is available for sale to general public.


14

Data depends upon the sources for collecting data, the collection methods
adopted and the people who will collect data.
Information depends upon data.

You would also like to read:

Define data and information with examples 
Explain difference between data and information
Explain data processing cycle. What is data processing cycle?
Explain Different types of data processing. What are different levels of data processing?
What is the need / importance of electronic data processing in business?

Comments

Popular posts from this blog

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver...

Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa

Topics covered with examples: Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa Number Systems in Computer Science and Conversion Method Conversion of Decimal number system to other  number systems Conversion of Decimal number system to binary number systems Conversion of Decimal number system to octal number systems Conversion of Decimal number system to hexadecimal number systems Conversion of    non-decimal Number system to Other non-decimal number system Conversion of other number systems to Decimal number system Conversion of binary number systems to Decimal number system Conversion of octal number systems to Decimal number system Conversion of  hexadecimal number systems to Decimal number system Q1. What is a Number System? What are different types of number system? Number system A number system is a set of digits, symbols and rules to express quantities in counting and c...

Find Your Correct Age From Date of Birth

First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below: