Skip to main content

Fundamentals of Data Processing - For Test, Interview and Viva

Fundamentals of Data Processing - Short Questions For Test, Interview and Viva

Q.1 Define Data and Information. Differentiate between Data and Information.

DATA

Data is the collection of raw facts and figures. It is without any proper meaning.
Data may be collection of words, numbers, graphics or sounds.

Examples of Data

1) When students get admission in a college. They fill admission form. This form contains raw facts (data of student) like name, father’s name, address of student etc.
2) During census, data of all citizens is collected.

INFORMATION

Processed data is called information. When raw facts and figures are arranged in some order then they become information. Information has proper meanings. Information is useful in decision-making. Actually we process data to convert it into information.

Exapmle of Information:

1) Stored data of students can be used to print address labels of students.
2) Census data is used to get report/information about total population of a country and literacy rate etc.

Q.2 Describe types of Data.

There are followimg types of Data.
1) NUMERIC DATA:Numeric data consists of 0 to 9 digits, + and – sign and decimal point etc.
For example, 10, 78, 90.50, -56 etc
2) ALPHABETIC DATA
It consists of all alphabetic letters A to Z, a to z and blank space etc. For example, Pakistan, Ahmad, Abdul Rahim, GCC , RYK, Ahmad etc.
3) ALPHANUMERIC DATA
It consists of alphabet letters, digits and special characters like #, $, % etc.
For example, House Number 10-A, 14-August-1947, F-16 etc.
4) GRAPHIC DATA
Graphic data or image data consists of charts, graphs and images etc. For example a collection of maps of countries, a collection of family pictures etc.
5) AUDIO DATA
Audio data consists of sounds and voices. For example audio naat, radio program, radio news
VIDEO DATA:Video data consists of moving pictures. For example movie, TV dram, TV news etc.
6) MIXED DATA:Mixed data consists of combined data of two or more types. For example, TV drama consists of audio as well as video data.

DIFFERENCE BETWEEN DATA AND INFORMATION


DATA
INFORMATION
1
Data is collection of raw facts and figures.
Information is processed data.
2
Data is not arranged.
Information is arranged.
3
Data is unorganized.
Information is organized.
4
Data is not so meaningful.
Information is Meaningful.
5
Data is input.
Information is out put.

Q.3 Define data processing and explain types of data processing.

DATA PROCESSING

Data processing is the sequence of operations performed on data to convert it into useful information. These operations may be arithmetic, statistical or logical operations. We can arrange or classify data.

TYPES OF DATA PROCESSING (OR) LEVELS OF DATA PROCESSING)

There are three types of data processing.

1) Manual data processing

In manual data processing data is processed manually. No machine or tool is used.
All the calculations on data are performed manually. This is a slow method and errors may occur..

2)Mechanical Data Processing

In mechanical data processing data is processed with calculators or other mechanical devices. This method is faster and more accurate than manual data processing.

3) Electronic data processing

It is the latest method of data processing. Data is processed with computer

Q.4 Describe how data is transformed into information. OR Explain Data Processing Cycle.

DATA PROCESSING CYCLE

After collecting data, it is processed to convert into information. The data is processed again and again until accurate result is achieved. This is called data processing cycle. Data processing cycle involves following three basic activities: 1) Input 2)Processing 3) Output

Q.5 What is the need of Data processing in business?

NEED OF DATA PROCESSING IN BUSINESS
There is no more business without information. To improve the business there is a need to improve data processing and information system. The need of data processing in business is clear. Following are the reasons:
RECORD KEEPING , ACCESSING RECORDS , COMMUNICATION, COST, SPEED, ACCURACY, REPORTS

Comments

Popular posts from this blog

Basic Structure of HTML Document

Basic Structure of HTML Document  The basic structure of an HTML document is given below: <HTML>         <HEAD>                  </HEAD>                 <BODY>                </BODY> </HTML> The above format shows that an HTML document starts with <HTML> tag and ends with </HTML> tag. It is also clear that an HTML document consists of two main sections:  Head Section Head section is used to specify a title of the web page, normally. There are some other uses of Head section too, like linking external style sheets and Java script code, etc. Head section starts with the <HEAD> tag and ends with the </HEAD> tag. <TITLE> tag is used to display a title of...

What are Different Types of Input Devices With Examples

Topic: Different types of input devices of a computer system with examples, pictures and explanation:  Topics Covered are: Definition of Input Devices Functions of Input Devices ( How input devices work? ) Examples of Input Devices Pictures / Images of different input devices Different Examples of Input Devices With Description Keybboard Mouse Trach Ball Trackpad Joy Stick Light Pen Microphone Scanner Graphic Tablet ( Digitizer ) Digital Camera Touch Screen ( I/O Device / Dual Device - Perform Both Functions input + Output ) INPUT DEVICES ( Definition ) Input devices are used to enter data and instructions into computer memory from external world. Input Device is a hardware part of the computer that is used to enter data and instructions into computer memory. The examples of input devices include: Keyboard, Mouse , Track ball, Track Pad, Joy stick, Touch Screen, Light pen,   Scanner , Digital Camera, Microphone, Graphics tablet e...

What are Different Types of Computer Hardware

What is Hardware? The physical parts of a computer are called hardware. Hardware can be touched or seen by us. For example, hard disk, mouse, keyboard, CD, CD-ROM Drive, Floppy Disk, Speakers, Modem and Printers - all are computer hardware. Explain different types of computer hardware Different types of hardware components on the basis of the functionality  they provide are as follows: 1.    Input devices Input devices are used to enter data and instructions into computer. Examples of input devices are: Keyboard, mouse, scanner, digital camera etc. Microphone Mouse Keyboard 2.    The Central Processing unit Central processing unit is the brain of the computer . It is also called CPU or Processor. Intel is the leading manufacturer of microprocessors. For example, Intel Pentium IV 3.2 MHz is an example of a CPU. You can see the images of processors / Micro processors or CPUs. Images of CPU or Microprocessor or s...