Information Processing
Information Processing
Information Processing
OBJECTIVES
At the end of the lesson students should be able to:
DATA
Information processing refers to the many ways that data is gathered and interpreted. The
output depends on the interpretation of the input. Information processing is only valuable if the
information can be stored and retrieved quickly, accurately and efficiently and cannot be
changed accidentally.
Data is the raw material that is input into the computer system. It consists of characters,
numbers and program code that may not make much sense on their own.
Information is the usable result you get after data has been processed by the computer system.
There are many ways in which data can be processed to become information. Here are some of
them:
Carrying out calculations in a spreadsheet.
Printing a document or image.
Searching a document or database for a particular item of data.
Updating data in a file.
Displaying an image on the screen.
Sorting data into alphabetical order.
An example is the electric kettle- which senses when the water temperature reaches the boiling
point and switches off. Another example is alarm system; it uses sensors to detect movement in a
room if there is movement this data is processed to set off the siren after otherwise nothing
happens.
ADVANTAGES
Processes large amounts of data
Promotes efficiency and consistency
Automation is introduced. Multiple tasks are preformed without you knowing about it.
This requires little or no operation by humans.
Customer services can be improved
Sharing and analyzing of information. It is easy to pass along and store information, this
also means that trends can be spotted faster and people can share ideas.
Jobs may be created due to the need to create programs, install systems, train users and
maintain system.
It makes our task easier and faster. E.g. paying our bills online or at the supermarket.
A lot of data is stored during information processing. Storing data is quick and easy to
access and it does not have to be processed or examined again.
Once an information system is setup it is often easy to maintain.
DISADVANTAGES
High initial investment - It can be very expensive to set up because of cost.
Depending on the system it can be expensive to maintain. E.g. Bank of Jamaica.
More money needed to employ and train staff
Specialist is often needed to operate the system.
Loss of jobs may occur as a result of computerization
Face –to– face interaction with staff may be reduced
Hardware and software must be kept up to date.
It required computer based system that takes in data and generates information.
Control Systems- These uses computers to control machinery. There are two types of control
systems:
1. Automation system- These are straight forward type of control system in which tasks are
carried out automatically. They regulate themselves.
2. Process Control System- These types of systems are used in manufacturing in which
actions are changed depending on feedback from sensors. A sensor can measure things
like temperature, humidity, light, sound, movement and pressure.
Example
Automation Process Control
AC, microwave, toaster, An anti-lock braking system (ABS) is a complex
fridge, traffic lights, example, consisting of multiple inputs, conditions and
oven, automated factory outputs.
assembly line Aircraft stability control is a highly complex example
using multiple inputs and outputs.
Industrial Systems – Information processing is a very important tool in the manufacturing and
production industries. They use data processing such as, control systems, computer aided design
and computer aided engineering.
Control systems- controlling the processes used when manufacturing products.
Computer Aided Design (Auto CAD)- designing products.
Computer Aided Engineering (CAE) and Computer Aided Manufacture (CAM)
- using special software to develop and test products.
Computer aided design and drafting (CADD)
TERMS:
Scientific Data Processing – Scientists can gather a lot of data
Information Retrieval and
during an experiment. Sometimes they will use sensors to Management
capture data over a period of time. Expert systems help When data stored on a computer system is
scientists’ process data. searched and the relevant information is
Weather forecasting systems collect weather data all found, this is known as information
over the world and use the data to predict weather retrieval. Information management
pattern. ensures that all data is input correctly,
Patient tracking systems - Health care professionals use retrieved easily and output in a way that
automated processing systems to keep track of patients’ provides useful information.
record and laboratories have machines that can read and
process data from samples.
Computer controlled environments for conducting experiment.
SOURCES OF DATA
To create useful information from data, the data must come from a suitable source. Data can be
captured using machine readable or human readable documents.
Data capture is the means of collecting data for input. There are two (2) methods of data
capture:
Terms
1. Source Document – This is a document that contains data that is going to be input into a
computer system.
4. Human-readable Document – This is a document that is easily read by human but is not
in a form that a computer can automatically accept as input.
Errors
The majority of errors are introduced at data entry. Consider a customer order form.
The information the customer has written onto the form will be keyed into the computer,
probably by a data entry clerk. It will then be processed to produce a set of documents including
a delivery note and invoice for the customer, as well as updating stock and sales records.
There are several possible sources of error before the data are processed:
The customer could make a mistake, entering the wrong product codes, adding up the
total cost wrongly, forgetting to enter their address or card expiry date etc.
The person keying in the data could make a transcription error, keying in the wrong
product code or quantity, misreading the customer's name, adding an extra couple of 0's
to the total price by keeping a finger down too long, and so on.
A form could be blown into the bin by a sudden draught as a fan starts up or someone
slams the door - or the operator might decide the writing was so bad it simply wasn't
worth the effort of struggling with, and bin it.//
A faulty connection between hardware components such as the processor and the disk
drive could mean that some characters are wrongly transmitted.
Some errors in data can lead to catastrophic results, while others can affect the
acceptability of a computer system.
Results of errors
There are many examples in newspapers of the results of errors occurring in computer systems.
These include pensioners receiving gas bills for millions of pounds, others who are sent
letters threatening legal action unless an outstanding payment of £000.00 is received
within ten days.
A bug caused a newly developed fighter plane to turn upside down when it crossed the
equator. Luckily this was detected during simulation testing.
Types of Errors
a) A typographical error is a typing error that we all make when we hit the wrong key.
i. One way to eliminate typographical and transposition errors is to have two
different people enter the data, the computer then compares the two
versions. If the two are identical then no errors have been made. This
method is known as double/dual entry verification.
Reducing Errors
Obviously, every effort has to be made to minimise the number of errors that can occur in a
computer system.
There are various methods which can help to achieve this goal:
The use of automatic data entry, where there is no need for the keying in of data, removes
the possibility of transcription errors.
As a transposition error is a very common form of typing error, it is crucial it is avoided
as far as possible. Paper forms need to be designed with great care so that the chances of
errors being made are kept to a minimum.
A data entry screen should be designed to follow the layout of data on the paper form.
Mistakes are more likely to be made if the eye has to jump around the page to find an
appropriate data field.
The greater number of characters that need to be keyed in, the greater the chance of
error. Wherever possible, codes should be used.
To ensure that only valid choices can be entered, options can be given for the user to
choose, either in the form of tick boxes or drop-down lists.
Human errors such as transcription errors can be detected using two techniques:
o Verification
o Validation
If the source data is wrong, then the data entered into the system will also be incorrect.
1. Data Verification (human check) – This refers to checking that the data Verification is the
has been input correctly, that is, to ensure that the data entered in the process of
computer system matches that on the source document. Two common determining the
errors when inputting data are typographical errors and transposition correctness of the
errors. Verification is a preventative process/actions, which makes it like data.
a QA (quality assurance) process (e.g. Was this done right or not?)
Testing against specifications.
Testing against requirements
Limit check Unlike range checks, data are checked e.g., data should not be greater than 2 (<=2).
for one limit only, upper OR lower
Data type check used to check that an entered value is When a table in a database is created, each field
of a particular type. is given a data type (text, number, date/time etc).
When data is entered into a specific field the
database will check to ensure that the data is of
the correct type. For example, age is numerical,
so a data type check would notice if a letter was
included.
Reasonableness compares an input value with The age of a living person would reasonably by
check expected reasonable values less than 130 years
Consistency this checks one piece of data against For eg if we have gender (M or F) and title (Mr,
(inconsistency) check another. It detects whether the values Mrs, Miss) and someone has entered M for male
of two or more data items are in and the title as Mrs then these two data items are
contradiction. inconsistent.
Uniqueness check Checks that each value is unique. This Email address is unique to a person
can be applied to several fields
References
http://www.teach-
ict.com/as_a2/topics/validation_verification/verification_validation/index.htm
http://www.bbc.co.uk/schools/gcsebitesize/ict/databases/3datavalidationrev1.shtml
http://en.wikipedia.org/wiki/Information_systems_discipline
https://en.wikipedia.org/wiki/Information_processor
https://en.wikipedia.org/wiki/Data_processing_system