Gweru Diocese Computer Science Marking Scheme Paper 3
Gweru Diocese Computer Science Marking Scheme Paper 3
YEAR: 2022
O’ level computer science
PAPER 3 marking scheme
1. Design and write a Vb.net program to accept a number from a user through Input Box
and display its multiplication table into the List Box.
Design
Code
2. Design an interface below which shows a temperature converter .The program should be
able to convert Celsius to Fahrenheit.
2(a).Design
(b). btnCompute
btnExit
Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnExit.Click
Me.Close()
End Sub
3(a) Design the Interface
btnCompute
btnClear
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button2.Click
txtWeight.Text = ""
txtHeight.Text = ""
txtResult.Text = ""
End Sub
btnExit
(a)Design
(b)
5. (a) Create the following database which keeps student details [8]
(b)Create a form with all fields to display all students. The form should be titled
“STUDENTS”. Print the form.
[5]
(c) Create a report showing surname, first name and fees. The report should calculate the total
fees paid by all students. Print the report.
[6]
(d) Create a query for pupils who have paid $500 or more. Print the query.
[4]
(e) Create a query to display students whose names begin with the letter P. Print the query.
[3]