Computer Paper 1 Scheme
Computer Paper 1 Scheme
MARKING SCHEME
1(a). As you type an entry it is displayed in the formulae bar. Entries into a
worksheet can be classified into four data types. List any four of these data
types. 2 Marks
Labels
Values
Formulae
Functions
(b) Differentiate between functions and formulae 2 Marks
Formulae are mathematical expressions that calculate or compares
values entered in a cell.
(iii) Cropping
14(a). An operating system basically consist of two main parts namely; Shell and
Processor Scheduling
Resource allocation
Memory Management
Input/Output Management
Communication Control and Management
Error handling
Interrupt handling
(b) Define a foreign key and list any two kinds of relationships in tables
3 Marks
A foreign key is a field in a table that matches the primary field of another
table.
15.Describe radio communication and list the different kinds of radio waves
3 Marks
(a)Radio waves are omnidirectional. They start from a central point and spread outwards in
all directions. As they travel onwards, their energy spreads outwards over the covered area.
5|Page MOKASA 2 EXAMINATION ©2021 – 451/1
The waves are radiated into the atmosphere by a radio frequency antenna at constant
velocity.
High frequency
Very high frequency
Ultra high frequency
SECTION B (60 Marks)
Answer question 16 and any other THREE questions from this section in the spaces
provided.
16.Due to the diversity and advancements in writing computer programs, many programming
languages have been developed and made more user friendly. Programs written in high level
programming languages need to be converted into a form that the computer can understand.
a. State one advantage of using the translators listed below
i. Assembler
Display flexibility. By writing in assembler language, you gain
direct access to the 3270 data-stream commands.
Interaction with other commands. These include timed events or
completion of commands under another task.
It allows complex jobs to run in a simpler way.
It is memory efficient, as it requires less memory.
It is faster in speed, as its execution time is less.
It is mainly hardware-oriented.
It requires less instruction to get the result.
It is convenient for critical jobs.
ii. Compiler
iii. Interpreter
Instructions are executed as soon as they are translated.
Errors can be quickly spotted
6
W
D
U
Quality @ 1 Mark
Total = 2 *1 Mark
%&
R
X
Q
O
F
H
= 2 Marks
3
U
LQ
W
O
P5
H
D
F
KL
G%V
&
R
X
Q
W
L
Q
S
X
W
$
P
R
X"
Q
W
c. Study the flow chart below and use it to answer the questions that follows;
D
O
F
H%
D
O
F
H
LV
%
D
O
Q
F
H$
P
R
X
Q
W
!"3
U&
R
X
LQ
W
1
H
Z
%
D
O
Q
F
H
%
D
O
QQ
W
&
R
X
Q
W
F
H
N
O
YE
S
YE
S
N
O
Print “out of
Cash”
STO
d. State the output of the above program flowchart for the inputs given below (4
Marks)
Amount = 15,000, 14,000 and 23,000 respectively
17.Signed binary numbers can be represented using different methods to indicate if a number
is positive or negative.
a. How can -2310 be represented in; (6
Marks)
i. Signed Magnitude
23 – 101112
= (1)00101112
d. Using the twos compliment and 8-bit notation subtract 27 from 12 leaving your
answer in decimal notation
(3 Marks)
27 – 110112 – 000110112
12 – 11002 – 000011002
1s C of 27 – 111001002
+1
2s C of 27 – 111001012
+ 000011002
111100012
(1*27) + (1*26) + (1*25) + (1*24) + (1*20)
9|Page MOKASA 2 EXAMINATION ©2021 – 451/1
- 128 + 64 + 32 + 16 + 1
- 128 + 113
= - 1510
18.With the introduction 0f the internet services, communication has been made cheaper and
faster hence reducing the world into a global village.
a. Distinguish between a hyperlink and a hypertext
Hypertext is the non-linear representation of the data which when clicked
redirects you to some other page. On the other hand, the hyperlink is the link
embedded in the hypertext to which the control is transferred.
Difference @ 2 Marks
Definition @ 1 Mark
d. State any two reasons why the fibre optic cable is preferred for data transmission
over the other cables
(2 Marks)
Fiber optic transmission is faster. ...
Fiber optic transmission can cover greater distances. ...
Fiber optic cables are impervious to electromagnetic interference
(EMI) ...
Save space and enhance cable management. ...
10 | P a g e MOKASA 2 EXAMINATION ©2021 – 451/1
Fiber optics are future-proof.
Extremely High Bandwidth:
Low Security Risk:
Light Weight:
ii. TCP
Transmission control protocol – this is responsible for delivery of
sequenced data over the network
Purpose @ 1 Mark
f. State the functions of the following network communication devices
i. Hub
The only function of the hub is repeating the electrical signals received
on one port, relaying those signals to all other connected ports.
ii. NIC
A network interface card connects your computer to a local data
network or the Internet. The card translates computer data into
electrical signals it sends through the network;
iii. Bridge
A bridge is used to connect multiple LAN segments together, forming
multiple collision domains.
Or any other correct responce
Function @ 1 Mark
Total = 3 *1 Mark
= 3 Marks
19.Data processing helps organizations make informed decisions and rely on accurate
information.
a. Differentiate between the mechanical and manual data processing methods
A sort file stores data which is arranged in a particular order usually where
data is to be processed sequentially While A reference file is mainly used for
reference or look-up purposes for information needed for processing
Difference @ 2 Marks
c. State any two differences between the real time processing mode and interactive
processing mode
In real-time data processing, the computer processes the incoming data as
soon as it occurs updates the transaction file, and gives an immediate response
that would affect the events as they happen while Interactive processing occurs if
the computer & the terminal user can communicate with each other. It allows a 2-
way communication between the user & the computer whereby the user respond
determines the next processing step.
Difference @ 2 Marks
Definition @ 2 Marks