0

Technique – Self Marking Parson’s Puzzles

Summary of Technique Parson’s puzzles can be created in any authoring environment that provides a matching exercise format or using a specially developed Javascript library called JS Parsons and HTML. This allows the puzzle to be self-marking which means that it can be used as an...

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...

0

Approach – Parson’s Puzzles

Summary of Approach The principle behind Parson’s puzzles is to provide students with a selection of jumbled up code fragments that they can rearrange to solve the puzzle. This approach allows learners to focus on how to compose program code to solve a particular problem...

0

Approach – Peer Instruction in Computing Science

Summary of Approach Peer Instruction (PI) is an active learning technique, from the “flip-teaching” stable.  It helps the teacher make best use of their time with students, in particular enabling them to highlight and correct particular student alternative conceptions. Benefits of Peer Instruction One of the...

0

Approach – Alternative Conceptions

Summary of Approach Alternative Conceptions Presentation—PLAN C ProjectDocs.com Pupils can have preconceptions or misunderstandings about computing science concepts.  They may have developed these elsewhere or may have missed or misinterpreted a teaching point in class. These may not be mistakes but instead are alternative conceptions. Pupils...

0

Approach – Unplugged Computing

Summary of Approach Office Mix goes here Unplugged computing is a form of kinaesthetic, or tactile, learning in which learning takes place by the students carrying out physical activities, rather than listening to a lecture or watching demonstrations. In Computing Science these activities usually give an overview of...