by Editorial | Aug 23, 2025 | Grade 10, Grade 10 - Core
If you use a “one class, one main method” approach to grade 10 Java, this is a good end-of-year exercise revising the work done during the year. This program reads in a text file of “learner houses” and “money raised”. It totals the...
by Editorial | Aug 22, 2025 | Grade 10, Grade 10 - Core, Java Core
Here are 8 looping Java programs in a Notepad ++ format. They feature the “for loop” and the “while loop”. Some run and some do not and some are infinite loops. Click here for the code Class Loops with not run because when using JOptionPane the...
by Editorial | Aug 1, 2025 | Getting started, Grade 10, Grade 11, Grade 12
Java is maintained and developed by Oracle NOTE: Do not install onto a laptop that is FULL of movies and games. You hard drive must not be more than 70% full. DeleteĀ . . . Apple is not recommended because the textbooks, tutorials and notes are all based on a Windows...
by Editorial | Jun 6, 2025 | Grade 10 - SQL, Grade 11 - SQL
Here is a paried down SQL summary suitable for grade 10 and 11. Version 10 Click...
by Editorial | Jul 14, 2023 | Grade 10, Grade 10 - Exam memos
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...
by Editorial | Nov 28, 2022 | Grade 10, Grade 10 - GUI, Grade 11, Grade 11 - GUI, Grade 12, Grade 12 - PAT
Many learners have the problem of missing images from their Java JFrameForms when they move their PAT projects from one computer to another. The reason for this is that the path to the image has been hard coded (see examples below) In lines 81, 82 and 91 the...