Computer Studies - Computer Paper 1 - Marking Scheme
Computer Studies - Computer Paper 1 - Marking Scheme
4. The Director of a private school based in Nairobi has decided that the school magazine will now be
included in the school website. Give three reasons why the Director thinks it is a good idea to replace
the paper version with a website version
Relatively cheap
Reach many people
Flexible
Ease of modification
Award 1mark each max 3
5. Describe three operational factors the system analyst need to consider in hardware and software
requirement during requirement specification phase
Reliability- choose hardware and software that will support the operations of the system
without crashing or hanging
Compatibility- consider hardware and software that work with the system without conflict
Upgradeability – Hardware and software that will accommodate changes in technology
Award 1mark each max 3
6. Reckless uses a memory stick to transfer her work from school to home. Give three reasons why
memory stick are often preferred to CDs for storing work
Have mass storage
Fast data access and retrieval
Do not suffer from mechanical failure
Exist in different capacities
Award 1mark each max 3
1
7. Describe three ways in which a computer program can be maintained
Preventive maintenance- adjustment made to a program to prevent errors from occurring
Corrective maintenance –Changes incorporate to correct errors experienced by the program
Adaptive maintenance – changes that allow a program to be compatible with new changes like
technology or operation platform
Perfective Maintenance -Adjustment to improve the functionality of the program
Award 1mark each max 3
8. Give three reasons to justify why Safaricom , Airtel and Telkom have intensively used repeaters in their
networks
To expand the network
Amplifies signals
Receives signals from one network segment and retransmit to another network segment
Award 1mark each max 3
9. List four Mechanical devices that were used for counting before the electronic computers
Abacus
Pascaline
Slide rile
Weaving loom
Award 1mark each max 3
10. Describe two ways of creating or manipulating text in Ms-Publisher and Adobe PageMaker
Using text tool – Ms-publisher provide a textbox which acts as text tool while Adobe
PageMaker provide a text tool. Both allows the user to insert text in the publication
Using Text frame- by using a frame tool or by converting any object created with a drawing
tool except the line
Award 1mark each max 2
11. Name three benefits accrued from utilizing ICT platforms in industrial systems like Process control
Efficient utilization of raw materials
Improved productivity
Leads to production of high quality goods
Streamlines the relationship between the company , customers and suppliers
Expand the range of what can be produced
Award 1mark each max 3
2
Cloud storage have well-structured security features and therefore the service provide extend
this to users to ensure that their files are safe
Award 1mark each max 3
15. The Kenya Universities and Colleges Central Placement Service (KUCCPS) is a State Corporation that
provides career guidance and selects students for admission in Universities and Technical Training
institutes. Describe two types of Universities that KUCCPS can place students to pursue
undergraduate courses in Kenya
Public university is created by state and run state appointed management team while private
university is set up by individuals, churches or any other organization
16.
(a) Give four guidelines a programmer should follow in order to design a good pseudo code
Statement must be clear , short and readable
The statements must have one meaning
The pseudo code must be clearly outlined and indented clearly
The start and stop must clearly be shown
Keywords must be used to show the input, output and processing activities
Award 1mark each max 4
(b) Describe the following looping structures
(i) Repeat.... Until
In Repeat until execution takes place before a condition is tested
Statement
Condition
3
(ii) While.... Do (2marks)
In While Do execution only takes a place when a condition has been tested and evaluates to
true
Condition
Statement
(c) Maranda High school pays casual employees based on the number of hours worked. The payment
schedule is as shown below.
Start
Count =1
Wage = 0
While Count =< 5 Do
Enter Name, Number of hours worked
IF Number of hours worked <10 Then
Wage = Number of Hours Worked *500
Else
If Number of Hours Worked <10 and Number of Hours Worked <15 Then
Wage = Number of Hours worked* 7000
Else
Wage = Number of Hours worked *900
Endif
Endif
Wage = Wage+Wage
Count =Count+1
Endwhile
4
Display Wage
Stop
Start = ½
Stop = ½
Initialization Wage 0 and Count =1 =1
Condition 1 = ½
Condition 2 = ½
Condition 3 = ½
Condition 4 = ½
Computation of wage = ½
Increase the count = ½
Display wage =1
Logic =1
17.
(a) Convert the following numbers to Decimal number system
(i) 010011.100012(3marks)
0 1 0 0 1 1. 1 0 0 0 12
0 16 0 0 2 1 0.5 0 0 0 0.03125
19+0.53125 =19.5312510
(c) Describe four ways in which ICT platforms have improve transport services
Booking reservation system allow customers to book from any point at any time
Computer controlled traffic light system used to reduce traffic jams on the roads
E-payment platforms used to pay for bus fare
Use of navigation software to locate places
Award 1mark each max 4
(ii) Give three problems experienced by organization that use this innovation
It is difficult to supervise employs from homme
Lack of collaboration between teams in the organization
Having a remote workplace could jeopardize security for the company
Award 1mark each max 3
6
19.
(d) Describe three main pathways in a computer in which components like ALU, Control unit,
Register, Buffer Cache, Main memory use to exchange between them
Control bus – Pathway for all timing and controls functions
Address bus –pathway used to locate the storage location in memory for the next instruction
to be processed is held
Data bus- Pathway for actual data transfer
Award 1mark each max 3
7
20.
(a) A Secretary of a large Non-Governmental organization based in Nairobi was keying data collected
from the field. In the first case the secretary keyed in “braek” instead of break then later keyed in
4596 instead of 4569
(i) Describe two types of errors illustrated above
First - Misreading error is brought abought incorrect reading of the source document by the
user and hence entering the wrong values
Second-Transposition error results from incorrect arrangement of characters
Award 1mark each max 2
(ii) State three ways of preventing errors identified in (i) above
Data verification
Data validation
Use methods that capture directly from source
Award 1mark each max 3
(b) State three major limitations of serial file organization
Waste space in form of Inter-Record Gap
Linear access to record makes it cumbersome
Most modern computers do not support this file organization method