Lesson 1: Pseudocode
In this first lesson you will recap the concept of Pseudocode. This code is not really a code but a method of designing a programming solution. Users can take the pseudo code and then develop the solution in any programming language.
Click here for the lesson
Then try converting the flowcharts into pseudocode
Lesson 2: Skills and NEA COURSEWORK WRITE UP
Apply your understanding of pseudocode and other concepts to your coursework
Lesson 3: Skills Lesson 1
In this lesson we will reap basic Python skills and techniques
Lesson 4: Skills lesson 2
In this lesson we will reap Python skills and techniques
Lesson 5: Skills Lesson 3
In this lesson we will reap Python skills and techniques
Lesson 6 Introduction to Development
This session looks at the requirements of the Development section of the NEA.
Lesson 7, 8: COURSEWORK
Lesson 9: Analysis Skills
Lesson 10 : NEA COURSEWORK WRITEUP
Lesson 11: Success Criteria
Lesson 12: Validation
In this lesson you will learn about validation and its role in reducing errors in programs. Work through the online Python worksheet which will demonstrate various techniques to valid inputs and data. Click here: http://www.canyoucompute.co.uk/validation.html
Lessons - NEA COURSEWORK WRITEUP
Lesson Producing Robust Programs
In these lessons you will look at Defensive Design and also Testing. You can then apply this understanding to your coursework.
Lesson 1: Defensive Design
Lesson 2: Testing