Secondary Education Certicifate Examination: Caribbean Examnations Council
Secondary Education Certicifate Examination: Caribbean Examnations Council
INFORMATION TECHNOLOGY
PRACTICAL
2017-2018
Database Management
Spread Sheet
Word Processing
Problem Solving
1
GENERAL INFORMATION:
Database Management
Spread Sheet
Word Processing
Problem Solving
Cover Page
Table of Contents
Numbered Pages
Each cover page should be well laid out with the following information:
Name of Component/Segment
Name of Student
Students Registration Number
Name of School
Schools Centre Number
Name of Territory
Year of Exam
2
3
4
5
6
7
8
9
10
11
PROBLEM SOLVING AND PROGRAMMING
1. Develop an algorithm that will
a. Read in the name, address, insurance company and bill amount for a
sample of five patients.
b. calculate the following :
i. Deduction = Bill amount * 8%.
ii. Final Bill Amount = Bill Amount Deduction
iii. Deduction Total = Deduction total + Deduction
iv. Grandtotal = Grandtotal + Bill Amount
c. Display a brief summary with the name, address, insurance company, bill
amount, deduction and the final bill amount for sample of five patients
with an appropriate heading that includes the date.
d. Display the Grandtotal and total deductions with appropriate labels at the
end after the last of the sample of five patients has been printed.
2. Use a pseudocode and do a dry run before you implement your program.
3. Design and execute a trace table that starts when the variables were initialized
and stops after the sample of five patients were processed.
PROGRAM IMPLEMENTATION
Using Pascal programming language, write code for the pseudocode produced in
number 4 above.
END OF SBA
12