Tagged: Programming

0

Technique – Modular Programming Alternative Conceptions

Summary of Technique This technique is designed to challenge pupils’ understanding of modular programming, and develop understanding of how data flows in and out of program modules. It is imperative that pupils know the difference between the internal data flow and external data input/output of the program....

0

Technique – Expression TRACS

Summary of Technique Office mix TRACS for expressions is a technique for analysing the expressions in code. This could be as simple as the expression 4+5, to a complex expression such as (INT(RND*23)+1)>ROUND(a,3) OR b<j*r. The approach uses annotation to outline the order of evaluation of...