Computer f4 p1 Ms
Computer f4 p1 Ms
Term 2 - 2022
COMPUTER STUDIES
(MARKING SCHEME PAPER I )
FORM FOUR
Name: …………………………………………………………. Adm No: ……………….
School: ……………………………………………………….. Class: …………………..
Signature: …………………………………………………….. Date: ……………………
451/1
2
1. Mention two devices that can connected to the computer via HDMI cable
Projector
Digital camera/camcorder
Monitor
DVD , Blu-ray and Ultra HD player
Game consoles
Award 1 mark each max 2
2. State three ways in which ICT can be used to enhance customer service delivery in a supermarket
Through ecommerce customers can easily placing orders without visiting the supermarkets
Electronic payment platforms can be used to settle bills which is safe and efficient
Electronic points of sale terminal help in serving the customers very fast and also generate
very accurate bills
Supermarket websites contain information which customers can easily access through the
internet which help in creating customer awareness
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
451/1
2 Mark 14 06 20 56 76 1
Jama
3
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
= D6+E 6
= B6+C6+E 6
= Sum(B6,C6,E 6)
Award 1 mark max 1
(b) Write a function that give each student his position in class based on the performance
=Rank(F2, $F$2:$F$7,0)
Award 1 mark for Function, Bracket to Bracket 1 mark
(c) Write a logical function that will display the following remarks in column I
Total Marks Remark
0 - 49 Fail
50 - 59 Above Average
60 - 69 Fair
70 - 79 Good
80 - 100 Excellent
451/1
=IF(F2>=80, “Excellent”, IF(F2>=70,”Good”,IF(F2>=60,”Fair”, IF(F2>50, “Above
average”, “Fail”))))
451/1
5
9. Mention two ICT related courses offered in Kenyan universities at undergraduate level
Bachelors of Computer Science
Bachelors of Information Technology
Bachelors of Business Information Technology
Bachelors of Computer Security and Forensic Studies
Bachelors of Computer Technology
Bachelors of Software Engineering
Award 1 mark each max 2
10. What is flaming
Refer to write on-line messages that use derogatory , obscene or dirty language
Award 2 marks max 2
11. A computer operator was working with a computer using windows operating system. After
sometimes he started experiencing the following problems
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
Hardware conflicts
Missing system failures due to improper installation of the operating system
Insufficient memory
Corrupt system registry/ Virus infection
Due to interrupt request conflicts
Award 1 mark each max 3
451/1
6 13.
Use flowchart to demonstrate how IF THEN and REPEAT...... UNTIL can be implemented
Sta Sta
rt rt
Conditi
on
Statem
ent
Conditi
on
Sto
p
Sto
p
451/1
Statements
Note that the flowchart symbols must correct and well labelled
Award 1 mark each max 2
Ruler guides: a ruler on the edges of the page that guides a user to position objects and
resize them
Margin guides: used to define page margins so that the user will be prevented from
placing objects in non-printable areas of the page
Column guides: Vertical lines used to divide a page into two or more columns
Row guides: Lines used to divide a publication page into two or more section to help
structure the layout
16.
(a) State three features of a compiler
Convert the entire source into machine
Store the object code
Report all the error in a source code
Award 1 mark each max 3
(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
Internal documentation/ Use of comments
451/1
Code indentation
Correct use of reserved words/Keywords
Proper punctuation
Award 1 mark each max 4
8
(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
(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
451/1
9
A B T
3 1 10
4 2 20
5 3 34
6 4 52
7 5 74
8 6 100
Award ½ mark for each step max 3
(ii) Use a pseudo code to represent the flowchart in (c)
START
Input a, b
Repeat T=a2 +b2 a = a +1 b = b +1 Until T > 90
Print a, b
STOP
17.
(a) Briefly describe the three main coding schemes
451/1
Start/Stop @ ½ mark
Input,a,b @ ½
mark Repeat @ ½
mark T=a2 +b2
Binary Coded Decimal- This a 4 bit coding @ ½ mark a = a scheme
+1 @ ½ mark b =
that represent numeric characters only. It can b +1 @ ½ mark
T>90 @ ½ mark
represent up to a maximum of 16 characters
Print a,b @ ½ mark
Logic @ 1mark
Extended Binary Coded Decimal Interchange Code- It
is 8 bit coding scheme used to represent both numeric and non-numeric characters. Can
represent up to a maximum of 256 characters
base 10
0.203125 x 2 0.40625
= 1mark
0.40625 x2 = 0.8125
0.8125 x2 = 1.625
0.625 x2= 1.25
0.25 x 2= 0.5
0.5 x 2 1.0
451/1
11
(i) State the most appropriate data type for Product ID and Total
451/1
11
(iii) Represent the dynaset shown below in a SQL form given that the table Name is product
(2marks)
Product ID Product Unit Cost Quantity Total
Name
P00101 Milk 120 34 4080
SELECT Product [ProuctID], Product.[Product Name],Product.[Unit Cost],
Product.[Quantity]. Product.[Total]
FROM Product
WHERE (((Product.[Product Name])="Milk"));
Award Select ½ mark
From 1mark Where
1 mark
18.
(a) Describe four services available in the internet that support communication only
Email- it is a message transmitted electronically over the internet. The message can be text,
video, audio or picture based
www. – Virtual storage in the internet where information is stored and made available to
users. The information in a www can be accessed from anywhere provided there internet
connectivity
Social media. - Web based site that allow people with common interest to share information,
interest, activities and multimedia contents. They include Whattapps, Tweeter, Facebook
etc.
instance messaging- Messaging service that allow two or more people to communicate
directly
451/1
12
Mass storage
Secure
Back up and restoration
Enhance collaboration and sharing of data
Low maintenance cost
Award 1 mark each max 3
(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
Bad internet connection
Wrongly configured network settings
Compatibility issues with app and antivirus
Award 1 mark each max 3
(d) Briefly describe the following features of word processor
(i) Subscript
This feature allow the user to type a line of text slightly below the normal typing line
Example CH4
(ii) Drop cap
This feature is used to make the first character of a paragraph bigger than other
characters in paragraph so as to capture the attention of the reader
Janetitle a computer student from Ma randa 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
Award 1 mark each max 2
(e) State two arithmetic operation that can be performed on a row of a numeric data in a word
processor table
Addition
Multiplication
Counting
Award ½ mark each max 1
13 (f) In each case of (e) above give the expression used
= Sum (left )
451/1
= Product (left )
=Count ( left )
Award 1 mark each max 2
19.
(a) Enumerate four breakthrough in health care instigated by ICT
Telemedicine
Laser surgery
MRI
CitiSCAN Award 1 mark each max 4
Firewalls filters data and information exchange between different networks by enforcing
network access control policy
451/1
Protect the computer from unstable power
Incorporate fault tolerant systems
Award 1mark each max 3
20.
(a) Identify modes of data communication represented in (i), (ii), (iii) and (iv) below
Simplex
(ii) WhatsApp chat
Duplex
(iii) Phone conversation
Full Duplex
(iv) Walkie talkie conversation
Duplex
Award 1 mark each max 4
(b) List three challenges experienced by computer networks that are set up using twisted pair
cables
Suffer from high attenuation
Sensitive to electromagnetic interference and eavesdropping
It has low data transmission rates
Award 1 mark each max 3
15
(c) Study the diagram below and use it to answer the questions that follow
A - Satellite
451/1
B – Receiving Earth Station
C—Uplink Communication
Award 1 mark each max 3 (ii) State function of the part labelled A
Receives , amplify and retransmit the signals to the receiver earth station
Award 2 marks max 2 (d) Name any three components of virtual reality
Headgear
Glove
Body suit
Virtual reality software
Award 1 mark each max 2
451/1