Form 5 Computer
Form 5 Computer
NAME : Nº:
INSTRUCTION
Shade the letter corresponding to the correct answer as shown on the example below.
[A], [B], [C], [D] in this case [A] was the right answer.
1 Pascal, Java and Basic are examples of
(a) Firmware (b) Operating system (c) Utility software (d) Programming language
(a) Low level language (b) High Level Language (c) COBOL (d) C
8 The formal grammar rules governing the construction of valid instruction is known as.
9 A program that reads each of the instructions in mnemonic form and translates it into the machine-
language equivalent.
11 ____________ refer to renewing or changing components like increasing the main memory, or hard
disk capacities, or adding speakers, or modems, etc.
(a) Application Software (b) System Software (c) Utility Software (d) User
(a) User (b) Software Manager (c) System Developer (d) System Programmer
(a) Application Software (b) System Software (c) Utility Software (d) User
19. When an algorithm is written in the form of a programming language, it becomes a _________
22. An _______ is a connector showing the relationship between the representative shapes. a) line
b) arrow c) Process d) box
24. A program that translates mnemonic statements into executable instructions is referred as
25. An assembler is a
(A) Language translator (B) Hardware (C) Assembly language (D) None of these
26 Software designed to enable a user carry out everyday tasks is referred to as:
[A] System software [B] Operation software [C] Application software [D] Utility software
1 Begin
2 Get price A
4 If N <10
5 TOTAL= A*N
6 Else
8 Print Total
9 End.?
[A] Sack time [B] Critical time [C] Lag time [D] Slag time
[A] Monitoring structure [B] Abstract structure [C] Control structure [D] Data structure
30 A graphical network model used to depict the interdependencies between a project’s task is called:
[A] Gantt chart [B] Work chart [C] Pert chart [D] Slack chart
4
4 a) Study the following Gantt chart for a project and then answer the questions that follow:
Activity
F
E
C
C
B
A
1 2 3 4 5 6 7 8 9 10 11 Duration(days)
_____________________________________________________________________
_____________________________________________________________________
ii) Use the above Gantt chart to determine the critical path 2 Marks
_____________________________________________________________________
iii) Define the term slack time of a task 2 Marks
iv) _____________________________________________________________________
_____________________________________________________________________
v) Identify and write down activities in the project that have slack time and calculate their respective duration
in days? ____________________________________________________________
1. Draw a flowchart for a program that would enable the user to enter student mark. The program should then
determine whether the mark entered is a pass or fail given that the pass mark is 50. (5 marks)