Comp Pp1 Scheme
Comp Pp1 Scheme
451/1
COMPUTER STUDIES
Paper 1
(THEORY)
FORM 4
Kenya Certificate of Secondary Education
COMPUTER STUDIES
Paper 1
(THEORY)
2 hours
INSTRUCTIONS TO CANDIDATES
a) Write your name and admission number in the space provided above.
b) Sign and write the date of examination in the space provided above.
c) This paper consists of two sections; A and B.
d) Answer all the questions in section A
e) Answer question 16 (Compulsory) and any other three questions from section B.
f) All answers should be written in the spaces provided on the question paper.
g) This paper consists of 9 printed pages.
h) Candidates should check the question paper to ascertain that all the pages are
printed as indicated and that no questions are missing.
i) Candidates should answer the questions in English.
CD ROM
DVD
Blue-Ray
6. Using examples describe the meaning of the following terms
i). Absolute Cell Reference [1mks]
=$A$3 when copied to another cell the formula remains the same
Relative Cell Reference [1mks]
=A3 – when copied to another cell, the cell address changes relative to the new location
7. Write down the syntax for each of the following Excel Functions.
i). RANK [2mk]
=Rank(E2,$E$2:$E$12,0)
ii). IF [2mk]
=IF(E2>10, “PASS”)
iii). COUNTIF [2mk]
=COUNTIF(E2:E12,”>2”)
SECTION B: 60 MARKS
Answer question 16 (compulsory) and any other three questions in this section
16) a) Name two implementation strategies during the Implementation phase of software development.
[2mks]
- Phased/Module - Direct
- Parallel - Pilot
b) Identify the program control structures represented by the following charts segments. [3mks]
A B C
Repeat If..Then..Else. While..do
A ………………………….. B …………………………… C …………………… [3mks]
(c)(i) The Global Science Museum is not large and can become over-crowded when more than 300 people are
in the building. They would like a program that will stop visitors from entering when more than 300 visitors
are in the building.
Draw a flowchart for this problem. You do not have to worry about visitors who leave the building, just those
who have entered. [7mks]
Sta
Total=0, X = 1
Read
Total = Total + 1
Is N
X=X+1
Total
>300?
Y
Museum is full
Sto
i. Bandwidth
- Can refer to range of frequencies available in a given band for transmitting
signal
- Can also be used to associate the speed of transmission
ii. Attenuation
- Loss of signal strength as a signal propagates
iv. Omni-directional
- Modem
- Repeater
- Switch
- Hub
- Network card
-
c) Time sharing - a mode of data processing where a central processing unit serves
two or more users apparently at the same time
The response time of these systems is instant, they don’t lag and provide real-
time information or services
The input device is connected to a processing device such that as soon as data is input
the processing is done immediately. However, they do not provide in-time
information means these systems lag
1 x 22 = 4
+
0.5 + 0.25 = 0.75
4.7510
b) 5E416 [3mks]
100000
-001111
10001
c) Describe three ways of representing negative binary numbers. [3mks]
- Sign and Magnitude – the leading bit indicates whether number is positive or
negative, e.g. 0 for positive and 1 for negative.
- Ones complement – bits are inverted, i.e. the 0s become 1s and the 1s become
0s.
- Twos complement – conversion of the number first to ones complement
followed by addition of 1 to the result.
d) State what is meant by the following terms as used in computer studies [1mk]
i) Nibble
- Half a byte or 4 bits
ii) Byte
20) a) What is meant the term primary key as used in databases? [2mks]
- A unique key(field) that uniquely identifies records in a table