This aim of this workshop is to develop students’ confidence with assembly language programming in Little Man Computer. Students will use their ability to decompose processes before solving complex problems, including sequences as seen in GCSE Mathematics.
CS101: HTML
This workshop introduces students to HTML. It provides them with the necessary skill to create their own HTML web page(s) to be used as a tool for revision.
CS101: Algorithms II
This workshop builds on the first whilst focusing on implementing the various algorithms using Python. Students will learn how to create and utilise algorithms including sort and search algorithms, whilst reinforcing their programming knowledge.
CS101: Algorithms I
This workshop develops students’ ability to decompose complex processes through the use of flowcharts and step-by-step instructions. These skills are then applied to solve a Numeracy GCSE-style question and examples of commonly used algorithms are explored.
CS101: Greenfoot
This workshop develops students’ knowledge of object oriented programming, focusing on the Java-based Greenfoot environment. Through creating a series of games, students will strengthen their understanding of how object orientated programs are structured.