by Editorial | Sep 2, 2021 | Grade 11, Grade 11 - GUI, Grade 11 - Text Files, Grade 12 - PAT
The weather station project – Grade 11 This Java project is similar to the grade 10 project but a much higher level of sophistication is required – in how the four text files are read in for example. The grade 11 version uses 4 arrays which the grade 10...
by Editorial | May 21, 2020 | Grade 12, Grade 12 - PAT
Neat, readable output formatted into columns is an important part of our programming. Method One Up to this point the escape character “t” has been offered as a means of arranging your work in columns. Only works if the data in the fields is more or less...
by Editorial | Apr 15, 2020 | Grade 12 - PAT
In PAT 2 A you designed a flowchart that showed the sequencing of your graphic user interfaces i.e. what happens when. Now we need to turn out attention to the technical design of our program i.e. your database, tables and fields. Also your classes, your fields and...
by Editorial | Apr 15, 2020 | Grade 12 - PAT
Phase One and Two is concerned with “Data Modelling” Data modelling (design) includes normalization, tables, primary keys, relationships, data-types, class-objecs, business rules etc etc so that data is standard, consistent and predictable i.e. data must...
by Editorial | Mar 1, 2020 | Grade 12, Grade 12 - PAT
Your Gr 12 PAT starts with an idea, a theme. Click here for more....