0% found this document useful (0 votes)
23 views

Computer f4 p1

This document is a question paper for a Computer Studies exam for Form Four students, consisting of two sections: A and B. Section A includes 15 questions covering various topics in ICT, while Section B contains a single question with multiple parts that require deeper understanding and application of computer concepts. Students are instructed to answer all questions in Section A and select additional questions from Section B.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Computer f4 p1

This document is a question paper for a Computer Studies exam for Form Four students, consisting of two sections: A and B. Section A includes 15 questions covering various topics in ICT, while Section B contains a single question with multiple parts that require deeper understanding and application of computer concepts. Students are instructed to answer all questions in Section A and select additional questions from Section B.
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 11

1

Term 2 - 2022
COMPUTER STUDIES
(QUESTION PAPER I )
FORM FOUR

Name: …………………………………………………………. Adm No: ………………. School:


……………………………………………………….. Class: …………………..

Signature: …………………………………………………….. Date: ……………………

INSTRUCTION TO CANDIDATES
• Write your name and index number in the spaces provided above
• This paper consists of Two sections A and B
• Answer ALL questions in section A
• Answer question16 and any other THREE questions from section B
• All answers should be written in the spaces provided on the question paper
FOR EXAMINER’S USE ONLY

SECTION QUSTIONS CANDIDATE’S SCORE


A 1 -15

B 16

17
18
19
20
TOTAL SCORE

2
SECTION A (40 MARKS)
Answer ALL the questions in SECTION
1. Mention two devices that can connected to the computer via HDMI cable (2marks)
__________________________________________________________________________________
__________________________________________________________________________________

451/1
__________________________________________________________________________________
2. State three ways in which ICT can be used to enhance customer service delivery in a
supermarket (3marks)
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
3. Describe two roles of a Web designer (2 marks )
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
4. Mr. Kamau is a teacher at Chianda High School used Ms-Excel to process the marks obtained
by his student during the term. The table below shows the details entered in the Ms-Excel
worksheet
A B C D E F G H I
1 Name CA CAT CAT EXA TOTAL POSITI GRA REMA
T1 2 TOTAL M MARKS ON DE RK
2 Mark 14 06 20 56 76 1
Jama
3 Caleb 13 08 21 34 55 6
Wekeza
4 Kanini 10 04 14 59 73 3
Mulue
5 Justine 11 07 18 57 75 2
Melanie
6 Julia 06 09 15 48 63 5
Wahome
7 Austin 08 07 15 50 65 4
Kilome
Hints
CAT1is out 15, CAT2 is out 15 and Exam is out 70
(a)Give the formula used to calculate the Total Marks for Julia Wahome (1mark)
__________________________________________________________________________________
(b)Write a function that give each student his position in class based on the performance (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
3
(c)Write a logical function that will display the following remarks in column I (2marks)
Total Marks Remark
0 - 49 Fail
50 - 59 Above Average

451/1
60 - 69 Fair
70 - 79 Good
80 - 100 Excellent
__________________________________________________________________________________
__________________________________________________________________________________
5. Give two reasons to justify why SATA cables are used in modern computers to connect the hard
disk to the motherboard (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
6. Give three file systems supported by windows operating system (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
7. Describe the use of the following keys found on a standard keyboard (2marks) (a) Esc
__________________________________________________________________________________
__________________________________________________________________________________
(b) Prt sc
__________________________________________________________________________________
__________________________________________________________________________________
8. Explain the following terms with references to algorithm
(a) Definiteness (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
(b) Finiteness (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
9. Mention two ICT related courses offered in Kenyan universities at undergraduate level
(2marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
10. What is flaming (2marks)
4
__________________________________________________________________________________
__________________________________________________________________________________
11. A computer operator was working with a computer using windows operating system. After
sometimes he started experiencing the following problems

451/1
 Abnormal restarting
 Computer failing to load the operating system
 Computer hangs
 Computer displaying Fatal Exception error on the screen
State three possible causes of the problems mentioned above (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
12. Identify two limitations of traditional approach to system development (2marks)
__________________________________________________________________________________
__________________________________________________________________________________

13. Use flowchart to demonstrate how IF THEN and REPEAT...... UNTIL can be implemented
(2marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
14. State three functions of Repeater stations in data communication (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
15. Describe three layout guides available in DTP that assist a user to place an object in a preferred
position (3 marks )
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
5
SECTION B (60 MARKS)
16.
(a) State three features of a compiler (3marks)
__________________________________________________________________________________

451/1
__________________________________________________________________________________
__________________________________________________________________________________
(b) When writing a computer program programmers are always advised to use approaches and
techniques that makes the program easy to follow and maintain. List four ways in which a
programmer can make program code easy to follow (4marks)
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
__________________________________________________________________________________
(c) Study the flowchart below and use it to answer the questions that follow

Start

Input a, b

T=a2+b2 Add 1 to a
Add 1 to b

No
T > 90

Yes

Print a, b

Stop
6
(i) Given that the user keyed in 3 as the value of a and 1 as the value of b get the final output
of the flowchart (3marks)
___________________________________________________________________________________
_
___________________________________________________________________________________
_

451/1
___________________________________________________________________________________
_

___________________________________________________________________________________
_
___________________________________________________________________________________
_
___________________________________________________________________________________
_

___________________________________________________________________________________
_
___________________________________________________________________________________
_

__________________________________________________________________________________
__

(ii) Use a pseudo code to represent the flowchart in (c) (5marks )

451/1
7
17.
(b) Briefly describe the three main coding schemes (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
_________________________________________________________________________________

(c) Convert the following numbers to binary number


(i) B2.AAH (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
base 10 (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
(d) The table below was created using Ms-Access use it to answer the questions that follow
Table Name: Product
Product ID Product Unit Cost Quantity Total
Name
P00101 Milk 120 34 4080
P00201 Bread 100 56 5600
P00301 Beans 150 45 6750
(i) State the most appropriate data type for Product ID and Total (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
(ii) Suggest how you would set the input mask for the Product Name so that the data
entered in that field appear the way they are in the table (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
8
(iii)Represent the dynaset shown below in a SQL form given that the table Name is
product (2marks)

451/1
Product IDProduct Unit Cost Quantity Total
Name
P00101 Milk 120 34 4080
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

18.
(a) Describe four services available in the internet that support communication only (4marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
(b) Modern computing have embraced the use of drop box, google drive and OneDrive. These
platforms are hosted by the internet and many computer users prefer backing up their data
using these facilities. Give three reasons to justify this phenomenon (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
(c) Janetitle a computer student from Maranda High school launched the browser to access the
internet , the browser displayed an error message Server Not Found on the screen this didn’t
allow Janetitle to access the internet. State three possible causes of this anomaly (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
(d) Briefly describe the following features of word processor (2marks)
(i) Subscript
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
(ii) Drop cap
9
__________________________________________________________________________________
__________________________________________________________________________________

451/1
__________________________________________________________________________________
(e) State two arithmetic operation that can be performed on a row of a numeric data in a word
processor table (1mak)
__________________________________________________________________________________
__________________________________________________________________________________
(f) In each case of (e) above give the expression used (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

19.
(a) Enumerate four breakthrough in health care instigated by ICT (4marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
(b) Mention four application areas of Artificial Intelligence (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

__________________________________________________________________________________
(c) List three scanning devices available at Electronic Point Sale Terminal (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
(d) Describe two ways of preventing eavesdropping (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
10

451/1
__________________________________________________________________________________
__________________________________________________________________________________
(e) System failure is considered as threat to data security. Describe three measures an
organization should put in place to guard against system failure (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

_________________________________________________________________________________
20.
(a) Identify modes of data communication represented in (i), (ii), (iii) and (iv) below (4marks)
(i) Principal Addressing students in assembly using public address system
__________________________________________________________________________________
(ii) WhatsApp chat
__________________________________________________________________________________
(iii)Phone conversation
__________________________________________________________________________________
(iv) Walkie talkie conversation
__________________________________________________________________________________
(b) List three challenges experienced by computer networks that are set up using twisted pair
cables (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
_________________________________________________________________________________
(c) Study the diagram below and use it to answer the questions that follow

451/1
11
(i) Identify the parts labelled A, B and C in the diagram above (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
(ii) State function of the part labelled A (2marks)
__________________________________________________________________________________
__________________________________________________________________________________
(d) Name any three components of virtual reality (3marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________

_________________________________________________________________________________

451/1

You might also like