SlideShare a Scribd company logo
COMPUTER DATA PROCESSING AND REPRESENTATION Data- Data is a collection of numbers, characters, alphabets, and special symbols  etc. that can be processed to produce some meaningful information. The word data is a plural of datum, though data is commonly used to represent both the singular form and plural form. Now before proceeding further lets have a look to the definition of data. “Data is commonly defined as raw facts or observations” These facts can be from physical processes, business transactions, surveys, investigations etc. For example if a person went to mount Everest then when he will return back, he will provide lot of data for the next person going to the mount Everest. Data are the objective measurements of the attributes of entities such as place, people, things, and events. These measurements are usually represented by symbols such as numbers and words or by codes composed of a mixture of numerical, alphabetical, and other characters. However, data commonly takes a variety of forms including numeric data, text, voice and images. At this point I will like to tell you that data and information are often used interchangeably. But it is helpful to view data as raw material. But this data when processed then it got converted into finished information product. represented by an electrical circuit that is either conducting or not conducting electricity.
Data Hierarchy Listed here in ascending order of complexity are the components of the data hierarchy in an information system. Bit :-  The term is bit is short form for binary digit. It can assume either of two possible states and therefore can represent either 0 or 1. In secondary storage a bit is used to represent data through positive or negative polarity of an electrical charge on a magnetic recording medium such as tape or disk. Semi conductor storage is usually used for primary storage. In semiconductor storage a bit is represented by an electrical circuit that is either conducting or not conducting electricity.
Byte: The ability to represent only binary digits bits in a computer system is not sufficient for business information processing. Numeric and alphabetic characters as well as wide variety of special characters such as dollar signs, question marks, and quotation marks, must be stored. In a computer system a character of information is called a byte. A byte of information is stored by using several bits in  specified combination called bit patterns. One widely used bit pattern for personal computers and data communications is the American Standard Code for Information Interchange (ASCII). ASCII uses seven bits to represent one character. Each 1 or 0 corresponds to a single bit.
Field or Item: The next level in the data hierarchy is a field or Item of data. A field or item of data is one or more bytes that contain data about an attribute of an entity in the information system. An entity in a payroll system is an individual employee. Attributes are the employee’s name, pay rate, and so on. The basic pay is a field or item of data.
Record: A record is a collection of fields relating to a specific entity. For example, a payroll record contains fields of data relating to a specific employee. An analogy can be made between a computer-based record and an individual folder in a manual file. A folder in a payroll file may contain much the same information as a record in a computer-based payroll file. The field that identifies a record from all other records in a file is the record key. For example, the record key in a payroll record is usually the employee’s provident fund number or social security number because it is different for each employee.
File:   A file is a collection of related records. For example, the collection of payroll records for all employees in a company is   a payroll file. The concept of a computer file is very similar to a manual file in a filing cabinet. Data Base:   A database consists of all the files of an organization, structured and integrated to facilitate update of the files and retrieval of information from them. The term has often been used rather loosely. Technically a database consists of those files that are part of a data base management system. However, database is often used to refer to all the files of an organization.  All this is called as data hierarchy because databases are composed of files, files are composed of records, records are composed of filed, fields composed of data bytes, and finally data bytes are a group of bits. This is very well a hierarchical structure.
Data Access Methods There are basically three types of file organization, which allow  sequential access to the data  in a file and which allow direct access   to the data in  a file. · Sequential:  With a sequential access file, records must be read in the same order as they were written to the storage media. The computer begins searching for a record in the file and then sequentially examining the next record and so on until the required record is located. Certain storage media magnetic tape will allow only sequential access to data. In order for a record to be found on a reel of magnetic tape, the tape must be read sequentially , beginning with the first record. · Direct Access File:  Direct - access file on the other hand, a direct-access file allows  mmediate direct access to individual records in a file. There are several techniques used to accomplish direct-access file organization. Magnetic disks, such as floppy disks, are by far the most commonly used devices for storing direct-access files. Direct access file organization must be used whenever the application requires immediate access to individual records. It is widely used today whenever the computer configuration  includes CRT (Cathode Ray Tube) terminals that display  management information on demand.
Indexed Sequential Access File: The most common technique for accessing disk records directly is with the use of an index. During the creation of records, the computer uses file-handling programmed routines to establish an index on the disk itself. The index indicates where each record is located. The concept is similar to that of the index found at the end of book, which specifies the page where each item of information can be located. The disk index indicates the locations (i.e. track and sector) of each record and where a particular record can be found. A key data field in each record must be indicated by the programmer, which is used by the computer as the basis for establishing, address information in the index. For example, if a payroll file is stored on a disk. To access any articular record, the user need only supply a particular key data field, such as EMPLOYEE CODE or  whatever has been defined at the time of programming. The computer then looks up the corresponding disk location for that particular record in the  index and seeks that record directly.
Introduction to Data Processing Data Processing embraces the techniques of sorting, relating, interpreting and computing items of data in order to provide meaningful and useful information. It will be evident that to arrive at certain figures, the data must be processed according to predefined procedures and rules arranged in a specific order.In simple terms, the steps by which data can be converted into useful information, which can be usable by either by an individual or by any number of users, can be labeled as data  processing mechanism. For data  processing, following steps are  generally followed:
Preparation of Source Document:  The first step is to obtain the relevant facts and  figures and to set these out on source documents, for example, in a population survey, the name, address, age, sex, occupation, etc., must be first written down on to a survey sheet or some other document. These documents may be so designed that information is recorded in the required order. Input of Data:  Once the data has been extracted from the source document, it must then be transferred into some form suitable for data entry into the computer so that  processing can take place. The  method will depend upon the input  media and the devices.
Manipulation of Data:  Information, inputs for processing may have to be classified or sorted. It is This form of operation, or data manipulation, rather than pure computation, with which data processing is mainly concerned. For example, in the population survey we may want to classify people by occupation or by age. We may wish to sort lists on alphabetical order or in any other order. We may require employees to be grouped by departments for a pay roll program. All these forms of data manipulation will produce results, which can be organized in the form of summaries. Output of Information:  The objective of results or summaries is to provide meaningful information to Managers, Accountants, etc., and careful consideration, therefore, should be given to the  presentation of results so that they can be  understandable easily and quickly.
Data Storage:  In most cases, the results of processing are retained for future use or reference. In many cases, it may be necessary after updating, to compare the latest figures with the previous figures, perhaps, over different periods of time. This means that data processing installations require a great deal of secondary storage space to store all the programs and the different sets of data.
Types of Data Processing Basically there are two types of data processing Batch Processing -  With batch processing, changes and queries to file are stored for a period of time, and then a processing run is made periodically to update the file and to produce responses to the queries. Batch runs can be made on a scheduled basis, such as daily, weekly, or-monthly, or they can be made on an as required basis. Examples of batch processing include generation of mark-sheets of students. Mark-sheets and results of school examinations  are given to students only at the end of  an academic year. So, a programmer  can develop a program for this and the  results can he printed at the required  time.
Online or Immediate Processing In immediate processing, transactions are processed to update  the file immediately or shortly after a real-world event occurs. Information processing applications that use immediate processing are often called real time application. A real time application can immediately capture data about ongoing events or processes and provide the information necessary to manage them. An airline-reservation system is an example of a real time application. Real time systems must have real time files that are updated immediately after the event occurs. Consequently, at any point in time, the data in real time files should accurately reflect the status of the real world variables they represent. For example, when a customer reserves a seat on an airline flight, the  reservations agent keys in that fact and the inventory of non reserved seats on the flight is immediately changed to reflect one less available seat. Immediate processing requires direct-access files, since immediate processing with sequential files would be impractical because of the time required to search for  individual records. Batch processing, on the other  hand, can occur with either sequential or direct  access files.

More Related Content

What's hot (20)

PPTX
Data Processing and its Types
Muhammad Zubair
 
PPT
Secondary storage devices
Siddique Ibrahim
 
PPT
Data Processing
Jhessie Abella RN,RM,MAN,CPSO
 
PPTX
2. information system
PIRAGASHMURUGAN
 
PPTX
Floppy disk & drive
Deviki Mk
 
PPTX
Data Flow Diagram or DFD
Mubassira Mahmuda Supty
 
PPTX
Data processing cycle
Shanmugam Thiagoo
 
PDF
HARD DISK DRIVE ppt
silveroak engineering collage
 
PPTX
Operating Systems: Device Management
Damian T. Gordon
 
PDF
itft-File design
Shifali Sharma
 
PPT
Introduction to Information Management Chapter 1
KaleemSarwar2
 
PDF
Data, Information, Knowledge and Processing
Anjan Mahanta
 
PPTX
Data processing cycle , stages of data processing cycle.
samina khan
 
PPTX
Data processing . powerpoint slides
Esteem Learning Centre
 
PPTX
Data and information
Buxoo Abdullah
 
PPTX
Metadata ppt
Shashikant Kumar
 
PPT
Transaction processing systems
greg robertson
 
PPT
06 External Memory
Jeanie Delos Arcos
 
PPT
Registers
Sahil Bansal
 
PDF
Hard disk drive
Awais Alam
 
Data Processing and its Types
Muhammad Zubair
 
Secondary storage devices
Siddique Ibrahim
 
2. information system
PIRAGASHMURUGAN
 
Floppy disk & drive
Deviki Mk
 
Data Flow Diagram or DFD
Mubassira Mahmuda Supty
 
Data processing cycle
Shanmugam Thiagoo
 
HARD DISK DRIVE ppt
silveroak engineering collage
 
Operating Systems: Device Management
Damian T. Gordon
 
itft-File design
Shifali Sharma
 
Introduction to Information Management Chapter 1
KaleemSarwar2
 
Data, Information, Knowledge and Processing
Anjan Mahanta
 
Data processing cycle , stages of data processing cycle.
samina khan
 
Data processing . powerpoint slides
Esteem Learning Centre
 
Data and information
Buxoo Abdullah
 
Metadata ppt
Shashikant Kumar
 
Transaction processing systems
greg robertson
 
06 External Memory
Jeanie Delos Arcos
 
Registers
Sahil Bansal
 
Hard disk drive
Awais Alam
 

Viewers also liked (20)

PPT
Database management systems cs403 power point slides lecture 01
Md.Abu Sayed
 
PDF
Skinny Jeans Styling
Jessica Chang
 
DOCX
Mcom 341 week 7 summary
schaferv
 
PDF
15000713
Wm. Jason Flatt
 
PPTX
Lesson 4 data processing
guevarra_2000
 
PPTX
Sequential logics
faiqikhan
 
PPT
Chapter4 Data Processing
Muhammad Waqas
 
DOC
module 1 computer architecture diploma
Manoharan Ragavan
 
PPT
Number Systems
Nasir Jumani
 
PPT
intel 8086 introduction
Homoud Alsohaibi
 
PPT
Computer Data Processing And Representation 4
guestb912a3d
 
PPTX
Sequential circuits
DrSonali Vyas
 
PPTX
DATA PROCESSING
GLOBAL TECHNOLOGY CONSULTANCY
 
PPT
File organization
Gokul017
 
PPTX
Truth tables presentation
MujtaBa Khan
 
PPTX
OCR GCSE Computing - Binary logic and Truth Tables
northernkiwi
 
PPTX
microcontroller based temperature sensor
Derrick D'souza
 
PPT
Truth tables
walkerlj
 
PPTX
Flag registers, addressing modes, instruction set
aviban
 
Database management systems cs403 power point slides lecture 01
Md.Abu Sayed
 
Skinny Jeans Styling
Jessica Chang
 
Mcom 341 week 7 summary
schaferv
 
15000713
Wm. Jason Flatt
 
Lesson 4 data processing
guevarra_2000
 
Sequential logics
faiqikhan
 
Chapter4 Data Processing
Muhammad Waqas
 
module 1 computer architecture diploma
Manoharan Ragavan
 
Number Systems
Nasir Jumani
 
intel 8086 introduction
Homoud Alsohaibi
 
Computer Data Processing And Representation 4
guestb912a3d
 
Sequential circuits
DrSonali Vyas
 
File organization
Gokul017
 
Truth tables presentation
MujtaBa Khan
 
OCR GCSE Computing - Binary logic and Truth Tables
northernkiwi
 
microcontroller based temperature sensor
Derrick D'souza
 
Truth tables
walkerlj
 
Flag registers, addressing modes, instruction set
aviban
 
Ad

Similar to Computer Data Processing And Representation 4 (20)

PPT
CS3C - Jonbon Libreja
Pog Arenas
 
PDF
CSC1100 - Chapter08 - Database Management
Yhal Htet Aung
 
PDF
Module03
susir
 
PDF
Chap01 (ics12)
usmanahmadawan
 
PPTX
MS ACCESS AND C CHAPTER NO 1 OF COMPUTER SCIENCE
AqibMehmood43
 
PPT
Understanding EDP (Electronic Data Processing) Environment
Adetula Bunmi
 
PDF
Computer Science 12th Topic- introduction to syllabus.pdf
iqbalaabi01
 
PPTX
Data processing and analysis
Mah Noor
 
PDF
Lectura Capitulo 5. Sistemas de Información Gerencial, James O´Brien
Andres Roa Gonzalez
 
PPT
2ndlec.database
tayyabaraja
 
PDF
ms-11.pdf
NikitaKumari71
 
PDF
Computer Fundamentals Chapter 16 bdp
Saumya Sahu
 
PPTX
Application portfolio development.advadisadvan.pptx
AmanJain384694
 
PPTX
Chapter 6
Hajar Len
 
PPTX
Database File operation
Dr. C.V. Suresh Babu
 
PPT
Ch 8 data base
Khan Yousafzai
 
PPT
Database fundamentals
crystalpullen
 
PPTX
8.DBMS.pptx
CallplanetsDeveloper
 
PPTX
Data Processing in Fundamentals of IT
SanthiNivas
 
PDF
Data Structures and Applications: A Simple and Systematic Approach 1st editio...
mnsrrakema
 
CS3C - Jonbon Libreja
Pog Arenas
 
CSC1100 - Chapter08 - Database Management
Yhal Htet Aung
 
Module03
susir
 
Chap01 (ics12)
usmanahmadawan
 
MS ACCESS AND C CHAPTER NO 1 OF COMPUTER SCIENCE
AqibMehmood43
 
Understanding EDP (Electronic Data Processing) Environment
Adetula Bunmi
 
Computer Science 12th Topic- introduction to syllabus.pdf
iqbalaabi01
 
Data processing and analysis
Mah Noor
 
Lectura Capitulo 5. Sistemas de Información Gerencial, James O´Brien
Andres Roa Gonzalez
 
2ndlec.database
tayyabaraja
 
ms-11.pdf
NikitaKumari71
 
Computer Fundamentals Chapter 16 bdp
Saumya Sahu
 
Application portfolio development.advadisadvan.pptx
AmanJain384694
 
Chapter 6
Hajar Len
 
Database File operation
Dr. C.V. Suresh Babu
 
Ch 8 data base
Khan Yousafzai
 
Database fundamentals
crystalpullen
 
Data Processing in Fundamentals of IT
SanthiNivas
 
Data Structures and Applications: A Simple and Systematic Approach 1st editio...
mnsrrakema
 
Ad

More from Amit Chandra (10)

PPT
Introduction To Computer 1
Amit Chandra
 
PPT
01.Number Systems
Amit Chandra
 
PPT
Introduction To Computer 1
Amit Chandra
 
PPT
Data Base System Application - Unit 7
Amit Chandra
 
PPT
Introduction To Internet And Www 6
Amit Chandra
 
PPT
Data Communication 5
Amit Chandra
 
PPT
Software 3
Amit Chandra
 
PPT
Components Of Computer unit-2
Amit Chandra
 
PPT
Role of IT in Mangement by Prof. Amit Chandra - GSBA College
Amit Chandra
 
PPT
GSBA - IT Orientation Program by Prof. Amit Chandra
Amit Chandra
 
Introduction To Computer 1
Amit Chandra
 
01.Number Systems
Amit Chandra
 
Introduction To Computer 1
Amit Chandra
 
Data Base System Application - Unit 7
Amit Chandra
 
Introduction To Internet And Www 6
Amit Chandra
 
Data Communication 5
Amit Chandra
 
Software 3
Amit Chandra
 
Components Of Computer unit-2
Amit Chandra
 
Role of IT in Mangement by Prof. Amit Chandra - GSBA College
Amit Chandra
 
GSBA - IT Orientation Program by Prof. Amit Chandra
Amit Chandra
 

Recently uploaded (20)

PPTX
Top Managed Service Providers in Los Angeles
Captain IT
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PPTX
Extensions Framework (XaaS) - Enabling Orchestrate Anything
ShapeBlue
 
PDF
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
July Patch Tuesday
Ivanti
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
ShapeBlue
 
PDF
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
PPTX
Darren Mills The Migration Modernization Balancing Act: Navigating Risks and...
AWS Chicago
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
CloudStack GPU Integration - Rohit Yadav
ShapeBlue
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Meetup Kickoff & Welcome - Rohit Yadav, CSIUG Chairman
ShapeBlue
 
PDF
Human-centred design in online workplace learning and relationship to engagem...
Tracy Tang
 
Top Managed Service Providers in Los Angeles
Captain IT
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
Extensions Framework (XaaS) - Enabling Orchestrate Anything
ShapeBlue
 
TrustArc Webinar - Data Privacy Trends 2025: Mid-Year Insights & Program Stra...
TrustArc
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
July Patch Tuesday
Ivanti
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
ShapeBlue
 
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
Darren Mills The Migration Modernization Balancing Act: Navigating Risks and...
AWS Chicago
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
CloudStack GPU Integration - Rohit Yadav
ShapeBlue
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Meetup Kickoff & Welcome - Rohit Yadav, CSIUG Chairman
ShapeBlue
 
Human-centred design in online workplace learning and relationship to engagem...
Tracy Tang
 

Computer Data Processing And Representation 4

  • 1. COMPUTER DATA PROCESSING AND REPRESENTATION Data- Data is a collection of numbers, characters, alphabets, and special symbols etc. that can be processed to produce some meaningful information. The word data is a plural of datum, though data is commonly used to represent both the singular form and plural form. Now before proceeding further lets have a look to the definition of data. “Data is commonly defined as raw facts or observations” These facts can be from physical processes, business transactions, surveys, investigations etc. For example if a person went to mount Everest then when he will return back, he will provide lot of data for the next person going to the mount Everest. Data are the objective measurements of the attributes of entities such as place, people, things, and events. These measurements are usually represented by symbols such as numbers and words or by codes composed of a mixture of numerical, alphabetical, and other characters. However, data commonly takes a variety of forms including numeric data, text, voice and images. At this point I will like to tell you that data and information are often used interchangeably. But it is helpful to view data as raw material. But this data when processed then it got converted into finished information product. represented by an electrical circuit that is either conducting or not conducting electricity.
  • 2. Data Hierarchy Listed here in ascending order of complexity are the components of the data hierarchy in an information system. Bit :- The term is bit is short form for binary digit. It can assume either of two possible states and therefore can represent either 0 or 1. In secondary storage a bit is used to represent data through positive or negative polarity of an electrical charge on a magnetic recording medium such as tape or disk. Semi conductor storage is usually used for primary storage. In semiconductor storage a bit is represented by an electrical circuit that is either conducting or not conducting electricity.
  • 3. Byte: The ability to represent only binary digits bits in a computer system is not sufficient for business information processing. Numeric and alphabetic characters as well as wide variety of special characters such as dollar signs, question marks, and quotation marks, must be stored. In a computer system a character of information is called a byte. A byte of information is stored by using several bits in specified combination called bit patterns. One widely used bit pattern for personal computers and data communications is the American Standard Code for Information Interchange (ASCII). ASCII uses seven bits to represent one character. Each 1 or 0 corresponds to a single bit.
  • 4. Field or Item: The next level in the data hierarchy is a field or Item of data. A field or item of data is one or more bytes that contain data about an attribute of an entity in the information system. An entity in a payroll system is an individual employee. Attributes are the employee’s name, pay rate, and so on. The basic pay is a field or item of data.
  • 5. Record: A record is a collection of fields relating to a specific entity. For example, a payroll record contains fields of data relating to a specific employee. An analogy can be made between a computer-based record and an individual folder in a manual file. A folder in a payroll file may contain much the same information as a record in a computer-based payroll file. The field that identifies a record from all other records in a file is the record key. For example, the record key in a payroll record is usually the employee’s provident fund number or social security number because it is different for each employee.
  • 6. File: A file is a collection of related records. For example, the collection of payroll records for all employees in a company is a payroll file. The concept of a computer file is very similar to a manual file in a filing cabinet. Data Base: A database consists of all the files of an organization, structured and integrated to facilitate update of the files and retrieval of information from them. The term has often been used rather loosely. Technically a database consists of those files that are part of a data base management system. However, database is often used to refer to all the files of an organization. All this is called as data hierarchy because databases are composed of files, files are composed of records, records are composed of filed, fields composed of data bytes, and finally data bytes are a group of bits. This is very well a hierarchical structure.
  • 7. Data Access Methods There are basically three types of file organization, which allow sequential access to the data in a file and which allow direct access to the data in a file. · Sequential: With a sequential access file, records must be read in the same order as they were written to the storage media. The computer begins searching for a record in the file and then sequentially examining the next record and so on until the required record is located. Certain storage media magnetic tape will allow only sequential access to data. In order for a record to be found on a reel of magnetic tape, the tape must be read sequentially , beginning with the first record. · Direct Access File: Direct - access file on the other hand, a direct-access file allows mmediate direct access to individual records in a file. There are several techniques used to accomplish direct-access file organization. Magnetic disks, such as floppy disks, are by far the most commonly used devices for storing direct-access files. Direct access file organization must be used whenever the application requires immediate access to individual records. It is widely used today whenever the computer configuration includes CRT (Cathode Ray Tube) terminals that display management information on demand.
  • 8. Indexed Sequential Access File: The most common technique for accessing disk records directly is with the use of an index. During the creation of records, the computer uses file-handling programmed routines to establish an index on the disk itself. The index indicates where each record is located. The concept is similar to that of the index found at the end of book, which specifies the page where each item of information can be located. The disk index indicates the locations (i.e. track and sector) of each record and where a particular record can be found. A key data field in each record must be indicated by the programmer, which is used by the computer as the basis for establishing, address information in the index. For example, if a payroll file is stored on a disk. To access any articular record, the user need only supply a particular key data field, such as EMPLOYEE CODE or whatever has been defined at the time of programming. The computer then looks up the corresponding disk location for that particular record in the index and seeks that record directly.
  • 9. Introduction to Data Processing Data Processing embraces the techniques of sorting, relating, interpreting and computing items of data in order to provide meaningful and useful information. It will be evident that to arrive at certain figures, the data must be processed according to predefined procedures and rules arranged in a specific order.In simple terms, the steps by which data can be converted into useful information, which can be usable by either by an individual or by any number of users, can be labeled as data processing mechanism. For data processing, following steps are generally followed:
  • 10. Preparation of Source Document: The first step is to obtain the relevant facts and figures and to set these out on source documents, for example, in a population survey, the name, address, age, sex, occupation, etc., must be first written down on to a survey sheet or some other document. These documents may be so designed that information is recorded in the required order. Input of Data: Once the data has been extracted from the source document, it must then be transferred into some form suitable for data entry into the computer so that processing can take place. The method will depend upon the input media and the devices.
  • 11. Manipulation of Data: Information, inputs for processing may have to be classified or sorted. It is This form of operation, or data manipulation, rather than pure computation, with which data processing is mainly concerned. For example, in the population survey we may want to classify people by occupation or by age. We may wish to sort lists on alphabetical order or in any other order. We may require employees to be grouped by departments for a pay roll program. All these forms of data manipulation will produce results, which can be organized in the form of summaries. Output of Information: The objective of results or summaries is to provide meaningful information to Managers, Accountants, etc., and careful consideration, therefore, should be given to the presentation of results so that they can be understandable easily and quickly.
  • 12. Data Storage: In most cases, the results of processing are retained for future use or reference. In many cases, it may be necessary after updating, to compare the latest figures with the previous figures, perhaps, over different periods of time. This means that data processing installations require a great deal of secondary storage space to store all the programs and the different sets of data.
  • 13. Types of Data Processing Basically there are two types of data processing Batch Processing - With batch processing, changes and queries to file are stored for a period of time, and then a processing run is made periodically to update the file and to produce responses to the queries. Batch runs can be made on a scheduled basis, such as daily, weekly, or-monthly, or they can be made on an as required basis. Examples of batch processing include generation of mark-sheets of students. Mark-sheets and results of school examinations are given to students only at the end of an academic year. So, a programmer can develop a program for this and the results can he printed at the required time.
  • 14. Online or Immediate Processing In immediate processing, transactions are processed to update the file immediately or shortly after a real-world event occurs. Information processing applications that use immediate processing are often called real time application. A real time application can immediately capture data about ongoing events or processes and provide the information necessary to manage them. An airline-reservation system is an example of a real time application. Real time systems must have real time files that are updated immediately after the event occurs. Consequently, at any point in time, the data in real time files should accurately reflect the status of the real world variables they represent. For example, when a customer reserves a seat on an airline flight, the reservations agent keys in that fact and the inventory of non reserved seats on the flight is immediately changed to reflect one less available seat. Immediate processing requires direct-access files, since immediate processing with sequential files would be impractical because of the time required to search for individual records. Batch processing, on the other hand, can occur with either sequential or direct access files.