Question |
Answer |
Points |
---|---|---|
Mention 3 different validation checks which can be used on an order code number like: 0947251839 |
Length check - all code numbers should have 10 digits
(for example also valid for a dutch telephone number) |
|
What is a check-sum? |
Checksum is a technique used by some communications protocols to check for errors in the information that has been transmitted over the wires. The numbers of bits, or electronic units, of information, is added up (summed) before it is sent. Then the protocol sends that sum along with the data. When the receiving computer gets the data, it counts the bits and checks it with the sum that was sent along. If the two sums dont match, there was probably an error in the transmission (meaning the data transmission will have to be done one more time). |
|
Describe three different tasks that could be performed by
a computer operating system. |
1. Open a file that is stored on the harddisk (the OS
knows where to find it!) |
|
What is a multimedia system? |
A system that makes use of: |
|
What is Assembler? |
Assembly code is a low level programming language.
Assembler contains instructions that are based on a specific
CPU. |
|
What is RAM? |
RAM is random access memory. It is memory that can be
changed or altered, it can be used for storing data. |
|
Explain, using examples if appropriate. |
An interpreter translates (compiles) a high level
programming language (a source) into a machine orientated
language (machine code). It does this translating line by
line (one line stores one line of computer code). By doing
so, it will stop as soon as an error is detected. The
process is fast, but it will not generate a whole
overview of the translating. |
|
What is a Barcode? |
A barcode is a set of bars / stripes, they can be found
as printed labels on articles in a shop. They stand for e.g.
an Article number, or an ISBN book number. |
|
A hospital uses a computer system to store details about
the patients. |
a) Birthdate / patient-ID / Insurance company /
Gender |
|
What is serial access? |
Its a way of reading / writing records one after
another (also called sequential). The medium used for this
access method is Tape or Cassette. Its used for
long-term storage, as the tape is cheap to use, but data
access reading time is high (slow to use). |
|
What is Batch processing? |
Its when all input data is collected before hand
(and stored in data input files). The processing is done all
in one go (a so-called Batch). The output is usually another
big file and printed reports (also error listings if
something went wrong). |
|
Put the following in order (it starts with
investigate): |
investigate |
|
Why are check-digits used? |
It allows to check if input data was entered correctly. A check-digit can be attached to (e.g.) a barcode. If the scanning goes wrong (maybe the label is damaged or dirty) the check-digit check will cause the computer to display an error message (instead of accepting the wrong input data! -> think about the wrong price scanned at a supermarket!) |
|
Describe a computer system suitable for a schools library. |
It will consist of |
|