0% found this document useful (0 votes)
113 views12 pages

Secondary Education Certicifate Examination: Caribbean Examnations Council

This document provides information and instructions for the Information Technology Practical School Based Assessment for 2017-2018. The SBA consists of 4 components: Database Management, Spreadsheet, Word Processing, and Problem Solving. Each component must be submitted separately in a clearly labeled folder with a cover page, table of contents, and numbered pages. The Problem Solving component involves developing an algorithm and Pascal code to read in patient data, calculate deductions and bill amounts, and display a summary for 5 patients along with totals. A pseudocode, trace table, and program implementation are required.

Uploaded by

Karina Wilson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views12 pages

Secondary Education Certicifate Examination: Caribbean Examnations Council

This document provides information and instructions for the Information Technology Practical School Based Assessment for 2017-2018. The SBA consists of 4 components: Database Management, Spreadsheet, Word Processing, and Problem Solving. Each component must be submitted separately in a clearly labeled folder with a cover page, table of contents, and numbered pages. The Problem Solving component involves developing an algorithm and Pascal code to read in patient data, calculate deductions and bill amounts, and display a summary for 5 patients along with totals. A pseudocode, trace table, and program implementation are required.

Uploaded by

Karina Wilson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 12

CARIBBEAN EXAMNATIONS COUNCIL

SECONDARY EDUCATION CERTICIFATE EXAMINATION

INFORMATION TECHNOLOGY

PRACTICAL

SCHOOL BASED ASSESSMENT

2017-2018

Database Management

Spread Sheet

Word Processing

Problem Solving

1
GENERAL INFORMATION:

This SBA consists of FOUR segments/components:

Database Management

Spread Sheet

Word Processing

Problem Solving

Each component must be presented in its own separate folder

Each folder should be neatly presented with the following:

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.

Key in your code in the pascal compiler and save.

Debug your program.

END OF SBA

12

You might also like