Computer Note
Computer Note
Machine
code
Data Handling Software
• Ability of the computer to store,search and
find data.
• Ex dbase, Access,Spreadsheet
CAD/CAM
• Computer Aided Design
• Used for designing things like circuit boards
and other electronic circuits.
Advantages of using CAD/CAM
• Design can be tested before it is actually
produced.
• Image can be viewed in a 3D view.
• Accurate design
• Portable
• The image can be sent to computer-controlled
machine which can make the product
automatically from the design.(CAM)
Data Logging
• A system that uses a computer automatically to
collect and store data over a period of time.
• Data logging is when the computer
records information about its surrounding
environment. This could be the
temperature, or the amount of light or
sound. To do this, you will need to attach
data logging equipment to your computer.
QUESTIONS
• An engineer is using a CAD software to
produce a new design for a table
• A> State 3 suitable input devices other
than a keyboard and a mouse
• B>State 3 features of the CAD s/w that
makes it suitable for designing tables
Questions
• What is an assembler?
• What is a systems software
• Explain Software Integration
• State the purpose of a compiler
• State one difference between a compiler and
an assembler
Data and Information
• Data : are values stored in the computer by
itself they do not make sense.
• Information : is basically processed data
• Ex 50 90 is data but 50 marks and 90
marks are information. Hence when data
has been used in some context it is
information.
Data collection and preparation
• Analogue data (physical data)
• Digital data
Data Verification
• Verification means checking the input data with
the original data to make sure that there have been
no transcription errors. The standard way to do
this is to input the data twice to the computer
system. The computer then checks the two sets of
data (which should be the same) and if there is a
difference between the two sets of data the
computer knows that one of the inputs is wrong
Data Validation
• Validation is a check on DATA INPUT to
the system by comparing the data input with
a set of rules that the computer has been
told the data must follow. If the data does
not match up with the rules then there must
be an error
File Organisation
• Serial
• Sequential
• Direct Access
Serial File Organisation
• The file is not in any particular order.
• Data reterival becomes difficult.
• Kept when a file is not to be used for a long
time
Sequential File Organisation
• Records are in a particular order
• Data reterival is easy.
• Records are often stored either numerically
or alphabetically.
Direct Access
• Any record can be found by just looking at
the index
• Data reterival is faster.