by Editorial | Jul 27, 2020 | Grade 11, Grade 11 - OOP, Grade 12, Grade 12 - OOP
2020 – New IEB layout for class diagrams. Candidates offering Information Technology need to be able to read and create class diagrams. In the practical paper you read the class diagram and then code. In the theory paper you read the question and draw the...
by Editorial | Jul 15, 2020 | Grade 11, Grade 11 - Exam memos, Grade 11 - OOP
Here is your practical exam that you can view and or download and save. Click here Here is the SQL database for section three. You can open it with SQLBrowser where you will also write your SQL statements. Click here Here is the exam declaration Click here Code your...
by Editorial | Jun 25, 2020 | Grade 11, Grade 11 - OOP, Grade 12 - OOP
Java – One class many methods, static methods Calling classes from a main method Parameter passing Void and typed methods Constructors. All these topics are covered by the chapter from “Java by Example” PWC – For July exams 2020 study pages 1...
by Editorial | Jun 24, 2020 | Grade 11, Grade 11 - OOP, Grade 12
Like with any program write a bare bones program first. Get the framework to run, then you can begin to answer the precise question. Here are two examples demonstarting bare bones examples of a one class program with static methods Click here...
by Editorial | Feb 11, 2020 | Grade 11, Grade 11 - OOP, Grade 11 - String and Character Handling
This example uses the Scanner class for input (not JOptionPane).Below are two Java programs that do exactly the same thing. String handling methods using a one class program and multiple static variables and methods. Therefore no parameter passing needed. Click here....
by Editorial | Nov 3, 2019 | Grade 11 - OOP, PWC grade 11 - All
Reading in from a text file. Using NetBeans Using a two class solution with methods Click...