All Implementation videos utilise Python
Click the thumbnail to view the YouTube video.
By the end of this video, you will be able to describe and exemplify debugging techniques, including dry runs, trace tables, breakpoints, watchpoints
The following documents are available to accompany the video 📄Slide Deck; 📄Trace Tables Worksheet; 📄Watchpoint Worksheet.
These practical projects incorporate all elements aspects of implementation, and are good practise for the assignment.
All projects can be implemented using Parallel Arrays or Array of Records - although the design make focus on one particular structure.
Here are some other resources that I've found that might help you.
It's worth highlighting that there is more than one way to programme, so the authors of the material below may do things differently to how I do it - this doesn't mean either of us is necessarily wrong.
A YouTube series which takes you through most of the Implementation aspects of the unit, with loads of Python examples.
A website with notes, videos and examples.