Trace Tables - AQA GCSE Computer ScienceQuick View
mledain

Trace Tables - AQA GCSE Computer Science

(6)
<p>A set of resources for tracing algorithms.</p> <p>Including:</p> <ul> <li>Powerpoint presentation and worksheet</li> <li>Exam-style questions and mark scheme</li> </ul>
Python Programming for A Level Computer ScienceQuick View
mledain

Python Programming for A Level Computer Science

(6)
<p>A set of three PowerPoints that cover some essentials for A-Level Computer Science students, looking at</p> <ul> <li>Object Oriented Programming</li> <li>Recursion</li> <li>GUI programming<br /> … in Python.</li> </ul>
Turtle in Python - Iterative patternsQuick View
mledain

Turtle in Python - Iterative patterns

(0)
<p>A simple resource looking at the basics of the Turtle module, as well as how it can be used to create iterative patterns. The task for students is to create a snowflake by</p> <ul> <li>writing a procedure to draw one branch</li> <li>iterating to repeat the process</li> <li>changing the angle each time to allow for a pattern to develop</li> </ul>