Gr 10 – Past papers 2022

Here is a list of 2022 IT examination papers for grade 10 – both Java and IT theory. Note that in some papers question one is experimental and therefore may not match your needs. In this case just move onto the next question. There may also be some back pages...

Gr 10 – Binary, Decimal, Hex

A computer is a series of transistor switches that are either on or off. By combining these switches together we can represent numbers, words and operations e.g. on off off on on off on on off off off on on etc etc In the counting system called binary there are only 2...

Gr 10 – OOP

Object Orientated Programming is a journey where you move from a single class, single method program (has a main method only)  to a multi-class program with many methods. The best place to start is with a single class program that has more than one method. A single...