GRADE 10
JAVA MATERIAL FOR GRADE 10 STUDENTS
Gr 10 – Reading text file
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 amount raised per house, and then...
Gr 10 – All about loops
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 input arrives as a...
Installing Java NetBeans jGRASP
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...
Gr 10 11 – SQL summary
Here is a paried down SQL summary suitable for grade 10 and 11. Version 10 Click here
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 where a...
Gr – 11/12 GUI images problem
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...
Gr 10 – Nov exams memos
November 2021 exam papers and memos for both the Java practical exam as well as the IT Theory exam Theory Paper Memo Practical Paper and memo
Gr 10 – July exams memos
Here you will find the exam papers from July 2022. The IT theory paper and memo as well as the Java practical paper and memo. Theory exam paper Theory exam memo Java practical exam paper Java practical exam memo
Gr 10/11/12 – Boolean Logic
Boolean Logic. AND OR and NOT. Search engines, Expressions. Functions. Truth tables with 2 and 3 variables. Click here for part one Two more examples
Gr 10 11- GUIs 101
Teacher's Calculator Learning how to create GUIs in Java takes your coding to the next level and empowers you to start your Grade 12 PAT project. Up to this point your coding has had to run sequentially from top to bottom without user interventions. The big advantage...