Information Processing
Information Processing
3
Information processing
Large amounts of data can be processed and Company made need to employ specialised
generate error-free results, provided that the personnel to operate and design the
data is entered correctly. information processing system, thereby
increases cost of investment.
Computing storage devices can store
enormous amounts of data and information Some jobs may be lost as a result of
for future use. computerisation, which may lower the
morale of staff members, creating
T he high reliability of modern computer unemployment in the society.
components means you get consistent
results. Some staff must be trained or retrained
thereby increases cost of investment.
Efficiency and productivity can be raised.
Face-to-face interaction between staff may
Running cost becomes lower in the long be reduced, thereby increases cost of
term. investment.
4
complete: it must represent a complete
picture of a problem or solution
Points to consider when setting
up an information processing in an appropriate medium: it should be
delivered using an appropriate
Before setting up an information processing
communication medium, whether by printed
system, a business should consider the following
material or storage device
questions:
cost-effective: the value of information
Will computerisation really solve the should be more than the cost involved in its
particular problem? collection.
5
Examples of information control surgical instruments during operations
that require great precision, for example laser
processing eye surgery . and heart surgery
Information processing can be done in almost all enable 'telemedicine' through computers with
sectors of business. It is also becoming videoconferencing capabilities
increasingly popular.
train surgeons before they perform surgery.
Home
Banking
Bills can be paid either by phone or on the
Internet. Computers are used to keep track of all bank
transactions.
People use information processing for
research and education through online Customer accounts need to be updated every
classes where assignments and reports can time a payment transaction is made whether
be submitted electronically. by cheque, card or EFT (Electronic funds
transfer) at the point of sale (EFTPOS) is
People use the Internet to find a wealth of useful for customers in I shop.
information such as current affairs news,
stock prices, educational materials, on-line The shop assistant inserts their bank card
banking and investments, shopping for into a reader attached to the POS terminal.
goods and services, communication, and the The payment is then made directly from the
exchange of information with other people customer's bank account to that of the shop.
around the world.
Payroll
Health care A payroll system uses an information processing
Information processing in health care may be used system to calculate the wages of each employee,
to: print out pay-slips and record the information for
accounting purposes
maintain patient records in hospitals and
clinics Library
monitor patients' vital signs in hospital, and at When a new member joins a library that is
home automated, a membership card is issued which has
a barcode printed on it. Every book in the library
perform computer-assisted medical tests also has a barcode printed inside it.
When a member takes a book out on loan, the
research and diagnose medical conditions barcode of the book and the barcode of the
member's card are read by a barcode reader. The
operate implanted devices such as pacemakers coded information, along with the date that the
which allow patients to live longer book was borrowed, constitutes a 'transaction'
Control systems
In electronic circuit production, the
You are surrounded by computer control systems
components are automatically put in the
but probably do not know it. Here are some
right place on the circuit boards and then
examples of control systems.
automatically soldered into position. The
speed and accuracy at which these machines
Traffic lights are triggered by the bumper of
work are greater than those of skilled
the vehicle interacting with the sensor
workers. The danger to the workers from the
embedded in the road. A traffic light control
heat generated by soldering is removed by
system would not be very useful or safe if it
having automatic soldering systems. The
did not respond adequately to the oncoming
number of people needed in such areas of
vehicles and stop the traffic! To do this,
work has changed and usually been reduced.
there has to be a computer program which is
The skills the workers need have also
constantly looking at the data from the
changed. Rather than doing the repetitive
sensors and making decisions about what the
tasks themselves, they now keep the
output device (the traffic lights) should do.
machinery running and monitor activities.
In the kitchen microwave cookers, washing
machines, and tumble dryers all have control Weather forecasting
systems inside them to make them do their Some of the world's most powerful computers are
job at the press of a button. used to forecast the weather, which improves the
accuracy of forecasts. People who rely on these
In the sitting room, remote control forecasts include television companies, shipping
televisions, video recorders, and audio companies, farmers, the military and outdoor
systems have built-in control systems. sports organisations. Computer systems are also
used to track hurricanes and tornados, monitor
All modern cars have a management global warming, and monitor the ocean for
systems of currents such as El Nino. Automatic
system which tells the engine what to do.
data recording for weather forecasting has several
This controls the flow of fuel to the engine advantages.
and stops the engine from going too fast.
Remote-control locks respond to a signal
Supermarket stock control
from the key to lock the doors.
Most businesses need to hold stocks of goods.
Buildings with air conditioning have Shops need to hold stocks of goods they sell, and
sensors which detect the temperature and manufacturers need to hold stocks of raw
humidity inside the buildings and turn the materials and finished goods they make. The task
heating on or off when needed. of recording and maintaining stock levels is called
stock control. A stock control system must keep
an up-to-date record of all the "stock held and
Industry
place orders for fresh deliveries if stock runs low.
Sometimes, in industry, a whole manufacturing Large shops, supermarkets and factories use
process is controlled automatically by a computer
computerised stock control systems
system. Computer manufacturing systems do
many tedious and repetitive tasks.
7
Data and information Information as a commodity
An information commodity is an item of
information that can be bought or sold. For
Data is raw unprocessed facts; it is a collection of example, with online information you may have to
unprocessed items, which can include text, pay a charge every time that you access that
numbers, images, audio, and video. information.
8
Validation and verification of data Methods of validation
A common problem with computer systems is that The method to use will depend upon what data is
it is very easy to input incorrect data. being entered for processing.
Errors are part of any computer information 1. Range check: This ensures that the data
system. There are several approaches to dealing falls within a certain range’
with errors so that they can be corrected or can be
E.g. The months of the year must be
prevented. Sources of errors:
between 1 - 12. This limits the range of
Data entry: data is entered or a command is values that can be entered.
issued accidentally or deliberately. 111 good
2. Data type check: This ensures that the data
faith but in error
being entered is of a certain data type.
Software/Hardware: Software might
E.g. when creating a database table each
malfunction, erasing or corrupting
filed is given a certain data type. When a
previously entered data. Hardware may
data is entered into the field the database
develop a fault (often intermittent) that
will check to see if it is of the correct type.
corrupts data.
3. Consistency checks: This compares the
Transmission: transmission errors occur
contents of two or more fields to make sure
when data is sent from one computer to
that they make sense. Consistency check is
another. The data received by one system is
used to crosscheck data.
not the same as that transmitted by the
sender.
E.g. If Title = "Mr.", then Gender = "M".
Verification and Validation play an important role
4. Reasonableness checks: This ensures that
in testing to future errors.
data is entered in a specified field (cannot be
blank)
The difference between validation and
verification 5. Check digit: After a check digit is applied
to a code it is checked again to ensure that
Validation is the process used to ensure that the
the digit produced is correct and
correct data is entered into a system.
consistent. The second checking is the
verification process.
Verification is the checking for mistakes such as
transcription errors when data is copied from one
6. Parity check: All data is transmitted as a
medium or device to another. Verification checks
sequence of 1s and 0s. An etra bit is added
do not guarantee that the entered data is correct.
to make the total number of 1s or 0s either
odd or even.
9
Methods of verification 3. The ways in which records are accessed
(or located).
1. Visual check: Entering data twice to ensure
that what was entered first is correct, both
Master and transaction files
entries must be correct for the system to
accept the data as correct. There are two types of files Master file and
Transaction file.
E.g. One verification method is to use on-
screen prompts. After a set of data is A master file is permanent and a transaction file is
entered, it is redisplayed on the screen. The temporary. A transaction file is used to update a
user is prompted to read it and confirm that master file. A master file contains two types of
it has been entered correctly. If the user has data:
entered any data incorrectly, it is re-entered.
Permanent data which is data that will not be up-
dated or changed for a long period time and
Various methods of files organization
and access. Less permanent data which is up-dated on a
daily of weekly bases.
File organisation and access relates to the use of
records, fields and files. A transaction log keeps a record of changes in
the transaction file.
A record is a collection of related data items
(possibly of different types) stored in fields Transaction files are used to:
and treated as a single entity for processing.
Delete records from the master file.
A field contains a single data item, and
Add a new record to the master file.
many fields comprise a record. Each field
has a name and one is the key field used to Update an existing record/field in the master
identify the record. file.
10
2. Sequential file ordering stores transaction
data in a specified order on one or more
key field. Sequential files are stored on
magnetic tapes. To access a record you
must start at the beginning of the tape and
check each record until you reach the
specified one.
11
12