by Editorial | Apr 8, 2020 | Grade 10 - Theory, Grade 11 - Theory, Grade12 - Theory
All things related to ICT – Information Communication Technology. Here we are talking about the hardware mainly. There is this most awesome YouTube Channel called PowerCert Animated Videos. Here is a list of videos you need to watch working from Gr 10 material...
by Editorial | Apr 7, 2020 | Grade 11 - Theory
Being able resolve an everyday problem into a number of logical steps is a critical programming skill. We can represent a solution (algorithm) using a flow chart or pseudocode. Trace tables are a useful tool that assist us to understand how the program...
by Editorial | Apr 3, 2020 | Announcements 2020 - All, Getting started, Grade 12, PWC grade 10 - All, PWC grade 11 - All
Ms Teams (for education) is a bit different to Ms Teams (for business). Here is a guide to Ms Teams for Education This guide shows you how to submit assignments via...
by Editorial | Mar 30, 2020 | Announcements 2020 - All, Getting started, Grade 12, PWC grade 10 - All, PWC grade 11 - All
You will be invited by your teacher to join an online meeting at a certain time if you have the Ms Team app loaded on your PC or phone (this will be a notification). Make sure that you do the preparation required for the meeting (if relevant) Five minutes before the...
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 4, 2019 | Grade 11 - String and Character Handling, PWC grade 11 - All
Summary of String Methods. You need to be able to manipulate String values that you have read in from a text file. This can be for searching, comparing, for updating or even correcting data that is by nature “poor” because of inconsistencies etc. Click...