by Editorial | Nov 10, 2020 | Grade 12, Pseudocode Tracetables
You have to be able to write an algorithm in pseudocode as well as produce a trace table based on a pseudocode algorithm. There is no single exact version of pseudocode, but this handout based on the IEB examinations from 2018 onwards is reasonably mainstream. Click...
by Editorial | Jun 1, 2020 | Grade 12, Grade12 - Theory, Pseudocode Tracetables
The final question of your theory paper is usually OOP, pseudocode, algorithms flowcharts and tracetables. Here is question 7 of the IEB Thoery paper supplementary 2019. To answer it you need to know how to set out a class diagram (part of the OOP part of the...
by Editorial | May 24, 2020 | Grade 12, Grade12 - Theory, Pseudocode Tracetables
Be able to read a program written in pseudocode and then fill out the relevant tracetable. Here is an example for download. Now create your own trace tableĀ with differing values for ageArr for the example above. ageArr[0] = 5 ageArr[1] = 17 ageArr[2] = 48 ageArr[3] =...