0% found this document useful (0 votes)
22 views13 pages

Computer Studies Form 4

The document is an examination paper for the Kenya Certificate of Secondary Education (KCSE) in Computer Studies for Form Four, dated July/August 2021. It consists of two sections, with Section A containing 15 questions and Section B containing 5 questions, where candidates are required to answer all questions in Section A and select additional questions from Section B. The paper includes various topics related to computer science, programming, and data management.

Uploaded by

Kelvin Kasyoki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views13 pages

Computer Studies Form 4

The document is an examination paper for the Kenya Certificate of Secondary Education (KCSE) in Computer Studies for Form Four, dated July/August 2021. It consists of two sections, with Section A containing 15 questions and Section B containing 5 questions, where candidates are required to answer all questions in Section A and select additional questions from Section B. The paper includes various topics related to computer science, programming, and data management.

Uploaded by

Kelvin Kasyoki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

@2021 CASPA

CASPA EXAMINATIONS (2021)

COMPUTER STUDIES 451/1

Kenya Certificate of Secondary Education (KCSE)


FORM FOUR PAPER I

July/August 2021

TIME 2½ Hrs.

NAME……………………………………………………ADM NO……………………………

UPI: ………………….. SIGN: ………………………. DATE: …………………………………

Instructions to Candidates
 Write your Name, Admission number and UPI number in spaces provided above.
 This paper consists of TWO sections.
 Answer ALL questions in section A.
 Answer Question 16 and any other THREE Questions from Section B
 All answers MUST be written in the spaces provided on this question paper.
For Examiner’s Use Only
Questions Maximum Score Actual Score
1-15 40
16 15
17 15
18 15
19 15
20 15

TOTAL

SECTION A: 40 MARKS
1
@2021 CASPA
Answer all the questions in this Section.
1. State two reasons for the increased use of Laptop computers in modern workplaces (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
2. What precautions would you take in the computer laboratory incase users are complaining of
overheating and suffocation. (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
3. Convert the decimal number 15.37310 to its binary number system equivalent. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
4. With an aid of a diagram describe the difference between Repeat Until and While… Do

(3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
5. State three circumstances which may force an individual to acquire an impact printer instead
of non-impact printer.
(3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
2
@2021 CASPA
6. Sam prepared a five-page brochure of Maseno School using Ms-publisher. He wanted to
insert a school badge in each page of the publication. State two methods he need to apply to
execute this task.
(2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
7. State the difference between ones complement and twos complement (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

8. State the function of each of the following features of an email software.


(i) Spam (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(ii) Trash (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
9. State four benefits of cloud storage in computing. (4marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

3
@2021 CASPA
______________________________________________________________________________
______________________________________________________________________________
10. Describe the functions of the following disk management operations.
(a) Defragmentation (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(b) Partitioning (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
11. Describe four ways through which an organization can minimize threats to it data
integrity. (4marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
12. Study the following three sections of code and name accordingly (3marks)
10101010110 MOV AL, 10 <OL> <li> Chemistry
01010101010 MOV DL, 25 <li>Biology
01000010101 MUL DL <li>Physics</li></OL>
10100010110
(a) (b) (c)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

13. Identify how the operating system will label the following drives in case a computer has
one floppy drive, one hard disk partition into two and a DVD. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
4
@2021 CASPA

14. Five students Jane, Beryl, Baroness, Linda, and Jael scored the following marks in
mathematics: 45, 76, 34, 65 and 45. The marks were recorded in cell C3 to C7. Write down
the most appropriate function that can be used to give those positions so that they can be
awarded in descending order. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
15. Using an example explain two main parts of an URL. (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

5
@2021 CASPA
SECTION B: 60 MARKS
ANSWER QUESTION NUMBER 16 ANY OTHER THREE QUESTIONS FROM THIS
SECTION
16.
(i) Define the following terms as used in programming. (3marks)
(b) Machine dependent
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(c) Bug
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

(d) Syntax
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(ii)
Give two reasons to justify why most programmers prefer using compilers instead of
interpreters. (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(iii) Describe two limitations of machine language. (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

6
@2021 CASPA
(iv) Study the pseudo code below and design its equivalent flowchart (8marks)
Start
Count=1
For count =1 to 5 Do
Get Value 1 and Value 2
If Value 1 > Value2 Then
Maximum =Value1
Else
Maximum =Value2
Endif
Display Maximum
Count=Count+1
Stop

7
@2021 CASPA
17.
(i) The five-bit number 00101 is used to represent decimal number 5, show three methods of
coding for negative 5. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(ii) Convert the binary number 1010111101011011100012 into its
(a) Octal equivalent (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(b) Hexadecimal (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(iii) Convert 10101.0101012 to decimal (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

8
@2021 CASPA
(iv) Use 8-bit twos to subtract 3510 from 1710 (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(v) Perform the following calculation (2marks)
1100012+11112-111112
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
_____________________________________________________________________________
18.
(i) Define the term desktop publishing. (2marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(ii) List three nonprinting guides used in Desktop publishing (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(iii) Explain the following features as used in DTP when manipulating graphical objects.
(a) Fill (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(b) Stroke (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

9
@2021 CASPA
(vi) Describe any three types of action queries. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(iv) Describe the function of the following features of a query grid.
(a) Criteria (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(b) Show (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(v) Mention three functions of database management software. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

19.
(i) State three causes of system entropy. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

10
@2021 CASPA
(ii) Describe three main ways of maintaining a computer-based system. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(iii) State three advantages of using pilot changeover strategy in system development (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(iv) State a stage in system development life cycle where each of the following activities are
carried out.
(a) Identifying shortcomings of the system (1mark)
______________________________________________________________________________
______________________________________________________________________________
(b) Prepare training manuals (1mark)
______________________________________________________________________________
______________________________________________________________________________
(c) Calculating the cost benefit analysis (1mark)
______________________________________________________________________________
______________________________________________________________________________
(v) State three outcomes that may result from using incorrect requirement specifications during
system development. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

11
@2021 CASPA
20.
(a) Define the following terms.
(i) Downloading (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(ii) Uploading (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(iii) Blog (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(b) Briefly describe how internet platform have revolutionized business operations in the 21st
century. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(c) Mention three emerging issues that make many people have a negative perception about
internet. (3marks)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(d) Explain the following terms as used in data processing.
(i) Multiprocessing (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

12
@2021 CASPA
(ii) Batch processing (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(e) Explain the following types of errors.
(i) Overflow error (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(ii) Truncation error (1mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
(f) Mention two application areas of real processing (2mark)
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________

13

You might also like