CSEC Information Technology Summary
CSEC Information Technology Summary
Information Technology
Information Processing
Information Technology
Information Processing
Check Digit-A check digit is a form of redundancy check used for error
detection on identification numbers (e.g. bank account numbers) which have
been input manually. It is analogous to a binary parity bit used to check for
errors in computer-generated data.
Length check- determines whether the entered data is the correct length, the
right number of digits. An easy way to ensure that data is the correct length is
to create a field that will not allow the user to continue unless all the spaces for
the digits have been filled in.
Reasonableness check-ensures that data is reasonable, not completely
unrealistic.
Data verification is the checking for mistakes such as transcription errors when data is
copied from one medium or device to another.
Visual Checks- One verification method is to use on screen prompts. After a
set of data is entered it is re-displayed on the screen. The user is prompted to
read it and confirm that has been entered correctly. If the user has entered any
data incorrectly, it is re-entered. Accidental errors can also be prevented by
verification in asking for confirmation of instructions.
Double data entry- data is entered twice using a program that checks each second
entry against the first(data is entered twice and compared, if they do not match then
they must be re-entered)
Master and Transaction Files
A master file is a permanent file which is kept up to date and stores the main
information, summary data and key fields in the data.
The master file contains two kinds of data:
Permanent data
Less permanent data
A transaction file is a temporary file which is used to update the master file after a
certain time. The records of the transaction file are used to perform three important
functions:
Add
Update
Delete
Information Technology
Information Processing
Information Technology
Information Processing
access to search for records. It uses an index file and a sequential file. Sequential
access is used to go through each record, and direct access is used to find a specific
record.
An index sequential file organization uses an index file to speed up searches on a
sequential file.
An index sequential file has to be sorted in some order, but another file is set up to act
as an index. An index added to a sequential file makes it possible to search large
sequential files very quickly. It cannot be used with sequential media such as tape
drives, it can only be used with direct access media such as disks.
The main sequential file containing all the records could be stored on a hard disk,
each position is given a numerical address. The index file will also be stored on the
hard disk. In the index file, the position field will hold the address of a position on the
disk.
Using methods of Ordering and Access
The way that records are stored and accessed depends on the types of record, what
they are used for and even the form of storage. A bank and a school will use
different methods of ordering and access for their data.
REFERENCES
Glenda Gay, Ronald Blades. (2009).Information Technology for CSEC. Oxford
University Press.
Leo Cato, Jan Holligan, Denzle Murray and Kati Paizee .Information Technology for
CSEC. Nelson Thornes Ltd.
IT School Notes
Information Technology