by Editorial | Aug 31, 2022 | Grade 12, Grade 12 - Cheat Sheets, Grade12 - Theory
After you have studied from your text book, and you basically know your work, then it is time to move over to the summary theory cheat sheet followed by the category cheat sheet. Use the “summary cheat sheet” 12 hours before the exam. Concentrate on the...
by Editorial | Sep 18, 2021 | Grade 11 - GUI, Grade 12, Grade 12 - Cheat Sheets, Grade 12 - PAT
When coding your Java GUIs in JFrameForm you will need the same lines of code over and over again. Because GUIs are only in the PAT, you do not have to memorize structure or syntax; you can just use a cheatsheet to remind you how to structure each line of code. Here...
by Editorial | May 31, 2021 | Grade 11, Grade 11 - NetBeans, Grade 12 - Cheat Sheets
NetBeans can be very helpful – sometimes toooo helpful which is why we start coding in jGRASP. Here are some shortcuts to begin with . . . psvm <tab> – public static void main(String[]args) sout <tab> – System.out.println(”...
by Editorial | May 29, 2021 | Grade 12, Grade 12 - Cheat Sheets
After marking 100s of Java practical exams I prepared this handout. Things you must do, and things you must not do when coding in Java. Click...
by Editorial | Jul 4, 2019 | Grade 12 - Cheat Sheets, PWC grade 12 - All
Here is a Java Cheat Sheet from Princeton University, complimented by PWC notes, covering all aspects of the syntax of Java. Also has essential, must-know algorithms that come up in almost every Java exam. Click here ...