Example1 1
Example1 1
Question 1
The CPU is one of the major parts of a computer system and it consists of two main
components.
Question 2
In a computer system there are primary storage and secondary storage.
Suggested answer
a. Primary storage is storing data and programs that are currently being processed by the
CPU and secondary storage is storage of data for later use.
b. RAM
d. Advantages:
Secondary storage has larger storage capacity than primary storage
Secondary storage is cheaper than primary storage
Question 3
1
A file has a size of 100KB.
1024 x 100 = 102400 Bytes which means a 100KB file would contain 102400
characters
b. 1 byte is 8 bits, so the number of bits that is present in 100 KB would be:
Question 4
OMR is a popular input device commonly used by many examination boards.
2
Question 5
Hard disks are one of the most popular secondary storage media. They can be fixed head
drive, movable head drive.
a. Fixed head drives are faster in accessing data than a movable head drive. Why?
b. As it relates to hard disk, what is meant by ‘cylinder’?
Suggested answer
a. Movable head drives have only one read/write head per surface of the disk. But in fixed
head drives each track of the disk has its own read/write head so it can locate and
retrieve information faster than movable head drive.
b. The tracks in a hard disk pack that share the same track number together form a
cylinder.
3
Question 6
User interfaces are used to help the user interact with the computer system. Examples of
interfaces include command-driven, graphical user and menu-driven.
c. One main interface device for graphical user interfaces is the mouse.
d.
i. A pull-down menu pulls down from the horizontal menu bar. A pop-up pops up
when you right click on something.
ii.
A pull down menu – the File menu of MS Word
A pop up menu – right clicking mouse button displays a pop-up menu
e. Command-driven interfaces would be most suitable for an expert user as they can
perform many tasks by entering a single command.
4
Question 7
Printers can be classified into impact or non-impact.
a. An impact printer is where the printing mechanism makes a physical contact (impact)
with the paper, while a non-impact printer does not.
d.
Dot matrix: used for printing documents on continuous sheets of paper at a cheaper
rate
Plotter: used for printing architectural drawings
Ink jet – used for printing documents in a small office
Laser – used for printing documents in a large organisation
5
Question 8
John decides to computerise his Pet store. He wants to purchase software that will allow
him to carry out his job much more easily and efficiently. The software vendor gave him
two choices: buy software off the shelf or have software made specifically for his
business.
a.
i. general purpose software
ii. custom-written software
b. Advantages of general purpose software: it’s readily available and cheaper than
custom-written software
d.
Disadvantage of general purpose software: it cannot be modified that easily
Disadvantage of custom-written software: it is very expensive to buy and difficult to
maintain.
6
Question 9
Secondary storage devices can provide direct access or sequential access.
b. Magnetic tape
Question 10
a. State the difference between the hexadecimal number system and the octal number
system.
b. Give ONE area in which the hexadecimal octal number system is commonly used in a
computer system.
c. List TWO ways in which integers can be represented.
d. Give the steps for converting an integer into Binary Coded Decimal form.
Suggested answer
a. The octal number system or base 8 number system uses eight digits (0, 1, 2, 3, 4, 5, 6
and 7). The hexadecimal number system or base 16 number system uses16 digits
(0,1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F).
b. When you have to deal with large values, binary numbers become difficult to manage
and the hexadecimal (base 16) numbering system makes it more compact.
d.
Step 1: Convert each decimal digit into its binary.
Step 2: Add zeroes in front to make it four bits each.