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 image...
by Editorial | Nov 7, 2022 | Grade 10, Grade 10 - Exam 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...
by Editorial | Sep 15, 2022 | Grade 10, Grade 10 - Exam 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...
by Editorial | Sep 4, 2022 | Grade 10, Grade 11, Grade 12, Grade 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...
by Editorial | Aug 7, 2022 | Grade 10, Grade 10 - GUI, Grade 11, Grade 11 - GUI, Grade 12 - PAT
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...