You are on page 1of 5

Key.

1.

a) Magnetic Ink Character Reader (MICR) [1]

b) Banks [1]

c) Data is enter faster/ easy to enter data. [1]

d) Automated/ Data capturing. [1]

[Total Marks 4]
2.

a) Wireless or wired [2]

b) Data encryption [1]

c) Serial transmission and parallel transmission. [2]

[Total Marks 4]
3. a)

A non-expert

B User interface

C Knowledge base

b) Financial planning, Plant and animal identification, Mineral prospecting, Medical diagnosis, Chess
games.

4. Positive effects on lifestyle, leisure, physical fitness, and data security include:

o Convenience
o Fitness tracking
o Security
 Negative effects include:
o Privacy risks
o Social interaction
o Physical fitness Total Marks 4]

5. Trojan horse, viruses, logic bomb

b) Loss of data

security problems

c) Have an updated antiviruse.

[Total Marks 5]
6.

A B C AB B+C B+C AB+ B+C D


0 0 0 0 0 1 1 1
1 0 0 0 0 1 1 1
0 1 0 0 1 0 0 0
1 1 0 1 1 0 0 0
0 0 1 0 1 0 0 0
1 0 1 0 1 0 0 0
0 1 1 0 1 0 0 0
1 1 1 1 1 0 0 0
11. Complete the trace table for the input data: 1.4, 1.3, 1.1, 1.3, 1.0, 1.5, 1.2, 1.3,
1.4, 1.3, 0.9, 1.5, 1.6, 1.0
Rider Heigh
Reject OUTPUT
s t
0 0
1 1.4
2 1.3
1 1.1
3 1.3
2 1.0
4 1.5
3 1.2
5 1.3
6 1.4
7 1.3
4 0.9
8 1.5 Ready to go 4

60
12.

30

60 30

30

Start 30
Section B
a. Advantages: 
a) Breaking problems into parts help us to identify what needs to be done.
b) At each step of refinement, new parts will become less complex and therefore
easier to solve.
c) Parts of the solution may turn out to be reusable.
d) Breaking problems into parts allows more than one person to solve the
problem.
b. all stages/tasks to be done
- the critical path(s)
- key project milestones
- number of days to do tasks
- progress on tasks as % complete
- progress versus expected time to do work
- how tasks are all linked together
c) 1 multidocument,
2 manual input
3 database
d. if the latest part fails, only need to go back in the system to the point of failure; hence a
failure isn’t disastrous

2.
a) a tag tells the browser what to do. When you write an HTML page, you enter tags for many
reasons -- to change the appearance of text, to show a graphic, or to make a link to another page.

b) i) it is used to create an input part in the form.

ii)

Account:

Password:

Submit

c) Ordered list
– unordered list
– definition list
– menu list
– directory list
d) <!-- A SAMPLE COMMENT -->
e)  Images and videos.

3.
a) A Keyword is the word that contain a special meaning to the compiler.

b) #include <iostream>
using namespace std;

int main()
{
cout << "\n\n Print a welcome text in a separate line :\n";
cout << "----------------------------------------------\n";
cout << " Welcome to \n" ;
cout << " mpelembe secondary school. "<<endl ;

c) a variable is a value that can change, depending on conditions or on information passed
to the program.

A data type is a classification of data which tells the compiler or interpreter how the
programmer intends to use the data.

You might also like