Information Processing Handout
Information Processing Handout
Grade 11
Topic: Information Processing
DOCUMENT TYPES
SOURCE DOCUMENT
A source document is one in which data is first recorded before it is entered in the computer. Data entered from
these documents is transferred directly from the document to the computer’s memory. Data is captured from
source, for example, from invoices, time card or lottery slips.
HUMAN READABLE
A human-readable document is any document that needs to be read by humans e.g. forms that are filled in by
hand and has to be read before the data is entered on a keyboard.
MACHINE READABLE
A machine-readable document is one on which the data can be ‘read’ by an input device, such as a scanner or
mark reader, directly into the computer system. Examples of machine- readable documents are multiple choice
answer sheets and barcodes on labels of products.
TURNAROUND DOCUMENT
A turnaround document is one that is printed by a computer system and is later used to collect data. E.g. a tax
return form with the employee’s personal information pre-printed on it. After the rest of the form is completed
by the employee the new data is entered so that the tax return can be processed.
FORMS OF DOCUMENTS
Documents/files can be displayed in one of two formats:
Hardcopy: A hard copy is defined as a physical object like a printed document or a file.
Softcopy: A soft copy could be text files, images sound and videos. These can be displayed on a computer
monitor/or heard through a speaker.
VERIFICATION
Data verification is a process whereby a person checks that data has been correctly entered into a computer
system. This is the process of checking for errors after processing has been done. This may be achieved by
visual checks and dual inputs.
DATA VERIFICATION METHODS
There are two types of data verification methods:
Double entry (Dual Input)
Proof reading (Visual check)
DOUBLE ENTRY
Double entry errors occurs when the same data is entered twice, at times by different people. If there is any
difference between the entries made, the data will not be processed. The operators will be prompted to retype
the sections that differ until both copies agree.
PROOF-READING
This involves carefully checking what is being types, against the original document. When data is being
entered, two types of errors can occur:
Typographical errors: typing errors that are made when the wrong key is hit.
Transposition errors: when numbers or characters are entered in the wrong order e.g. entering 2345
instead of 2435.
To reduce these errors the person entering the data can check that the data on the screen matches the data on the
source document.
Methods of File Organisation & Access
Payroll File: A payroll file contains confidential information about the employee, such as deductions, gross
salary and net pay. A payroll file should therefore be stored in a sequential manner since it limits access to
the rest of the confidential information located in the personal file.
Real-Time Systems: Real time systems depend on the results produced by the system and the time at which
these results were produced. This type of system is time critical and therefore must respond within a
specified period of time. Examples are air traffic control systems, network multi-media systems and
command control systems. Direct file organisation is therefore suitable for this application.