Hero image

Programmer's Paradise

Average Rating3.91
(based on 22 reviews)

Computer Science resources for KS3-4, with a focus on programming. Programming resources include Scratch, Microbit, Small Basic and Visual Basic for now, with other languages potentially in the future, such as C#. I have worked with the AQA specification throughout my teaching career and so these resources will be suitable for anyone teaching the new AQA spec. Please review any resources, suggestions are welcome for improvements etc.

99Uploads

36k+Views

19k+Downloads

Computer Science resources for KS3-4, with a focus on programming. Programming resources include Scratch, Microbit, Small Basic and Visual Basic for now, with other languages potentially in the future, such as C#. I have worked with the AQA specification throughout my teaching career and so these resources will be suitable for anyone teaching the new AQA spec. Please review any resources, suggestions are welcome for improvements etc.
KS2 / KS3 Scratch superunit - introduction and follow-up unit
MrHawes8MrHawes8

KS2 / KS3 Scratch superunit - introduction and follow-up unit

13 Resources
This bundle contains two units of work for Scratch, including at least 14 lessons in total (some may take longer, depending on programming speed). It can be broken down into two units, or potentially completed in one go. I have completed these with the same students over two years - the introductory unit in Y5 and then the second unit in Y6. However, this could be used with older children with little Scratch experience. The lessons conatined are as follows: Unit 1 Introduction to Scratch - algorithms Joke - sequencing Disco - sequencing / iteration Etch-a-sketch - controlling sprites Maze - Selection / iteration Assessment Unit 2 Flowcharts - algorithms Chatbot - sequencing / selection Scrolling maze - variables Falling fruit - indefinite iteration / variables Breakout - Variables / subroutines Rock, Paper, Scissors - Definite iteration / subroutines Assessment
KS2 / KS3 Scratch intermediate bundle
MrHawes8MrHawes8

KS2 / KS3 Scratch intermediate bundle

7 Resources
This unit is designed to be used after the initial Scratch unit, and contains lessons on flowcharts, sequencing, selection, iteration, variables and subroutines. The games that will be made through this unit include: A chatbot A scrolling maze Falling Fruit game Breakout Rock, paper, scissors Following the flowcharts lesson, the students will complete the other lessons to create the above programs, and then finish with an assessment. The assessment says Y6 at the top as this was the year group I have used it with, but that is because my Y5s completed the introductory unit and so moved onto this in Y6. However, this could be used for KS2 or KS3, depending on programming and Scratch experience.
KS2 / KS3 Scratch Assessment
MrHawes8MrHawes8

KS2 / KS3 Scratch Assessment

(0)
This assessment is similar but more advanced than the introductory Scratch unit assessment in my shop, and includes questions on subroutines and variables as well as algorithms, sequencing, selection and iteration. This is aimed at students who have completed two units of Scratch.
KS2 / KS3 Rock paper scissors tutorial - subroutines
MrHawes8MrHawes8

KS2 / KS3 Rock paper scissors tutorial - subroutines

(0)
This lesson is for students who have completed the introductory unit of Scratch, or have other experience in Scratch or other programming languages. The lesson focuses on creating a game using subroutines, and includes a presentation which introduces the task, the complete code for demonstration purposes and starter code for the students. There is also a tutorial for the students to complete the creation of the game following the demonstration.
KS2 / KS3 Scratch Breakout Game - subroutines
MrHawes8MrHawes8

KS2 / KS3 Scratch Breakout Game - subroutines

(0)
This resource is for students who have experience in Scratch or other programming languages, including those who have completed the introductory unit of Scratch. The resource contains a powerpoint presentation to introduce subroutines, and a tutorial for students to create the game. It also includes the full game for demonstration and debugging purposes.
KS2 / KS3 Scratch Falling Fruit Game
MrHawes8MrHawes8

KS2 / KS3 Scratch Falling Fruit Game

(0)
This lesson is based around using indefinite iteration in Scratch, through creating a game where the player catches randomly falling objects. This resource includes the full game code, a presentation to introduce indefinite iteration, and a tutorial for students to create the game.
KS2 / KS3 Scratch Scrolling Maze Tutorial
MrHawes8MrHawes8

KS2 / KS3 Scratch Scrolling Maze Tutorial

(0)
This resource is for students who have completed an introductory unit of Scratch or who are older and more experienced in programming. The lesson is based around creating a scrolling maze, which is more advanced than a normal maze game, and introduces variables. It includes a tutorial, Powerpoint to introduce variables, the full game code and starter code for the students to begin programming with.
KS2 / KS3 Scratch chatbot lesson
MrHawes8MrHawes8

KS2 / KS3 Scratch chatbot lesson

(0)
This resource is for students who have already completed an introductory unit of Scratch, or are older students who might be more familiar with programming. They will create a program on Scratch using sequencing and selection.
KS2/KS3 Scratch Flowcharts / algorithms lesson
MrHawes8MrHawes8

KS2/KS3 Scratch Flowcharts / algorithms lesson

(0)
This Powerpoint is designed for students who have completed a unit of Scratch before, and this would be the start of the second unit. The lesson introduces flowcharts and the students create a flowchart based on an algorithm given to them. This can be done on the computers, either using office or online. This could also be completed on paper if preferred.
KS2 / KS3 Scratch Introduction Bundle
MrHawes8MrHawes8

KS2 / KS3 Scratch Introduction Bundle

6 Resources
The resources in this bundle should cover 7 lessons, and result in students creating 4 different programs. The associated content covers algorithms, sequencing, selection and iteration, and the assessment at the end also includes debugging and showing an understanding of code.
KS2 Introduction to Scratch Assessment
MrHawes8MrHawes8

KS2 Introduction to Scratch Assessment

(0)
This assessment is based around lessons completed using Scratch, and includes questions on algorithms, sequencing, selection, iteration, and debugging and understanding code. There are 13 questions in total, with 17 marks available.
KS2 Scratch Maze game - selection and iteration
MrHawes8MrHawes8

KS2 Scratch Maze game - selection and iteration

(0)
This resource includes a short PowerPoint presentation including a brief starter, a finished maze game with two levels and a tutorial. I usually show them the finished game, then begin a new program and show them how to create the maze sprite using the line tool, and moving the sprites (they should have covered this by now). I also show them how to get the program to know if they are touching the other sprites (maze or end of the level). Once they start to make their mazes I give them the tutorial (on computers or can be printed) so they have step-by-step instructions for making their game and help if they are stuck. This usually takes at least two lessons for them to have a finished maze game with two levels. Some students will customise the game further with added features suggested at the bottom of the tutorial.
KS2 Scratch Controlling sprites drawing program
MrHawes8MrHawes8

KS2 Scratch Controlling sprites drawing program

(0)
Included in this resource is a short PowerPoint presentation which includes a quick starter and introduces the idea of using Scratch to create an Etch-a-sketch type drawing program. I usually then show them the finished program, and then give them instructions on creating the sprite, and moving it with the arrow keys. After that, they begin to work on their own programs and use the tutorial if they are stuck or need a hint. If there is time at the end, they can have a drawing competition using their newly created programs!
KS2 Scratch Iteration disco animation lesson
MrHawes8MrHawes8

KS2 Scratch Iteration disco animation lesson

(0)
Included is a short powerpoint presentation, with a sample program and tutorial instructions for making the animation program on Scratch. After the starter task on the Powerpoint I give them a look at the finished program, before starting a new program and showing them the first few steps. After this they begin creating their own programs, using the tutorial for reference or if they are stuck.
KS2 Scratch sequencing lesson materials
MrHawes8MrHawes8

KS2 Scratch sequencing lesson materials

(0)
Included in this resource is a tutorial for programming a joke animation on Scratch, as well as a sample program. I usually begin by showing the finished program, then give them some step-by-step instructions. When it is their turn to program, the tutorial is made available to give them any help they need and remind them of what needs to be added to their program next.
KS2 Introduction to Scratch and algorithms
MrHawes8MrHawes8

KS2 Introduction to Scratch and algorithms

(0)
Included in this resource is a PowerPoint presentation on Scratch, with an accompanying worksheet (can be used on the computers or printed). The lesson focuses on using Scratch and ends with introducing algorithms which is a key word that can be used going forward.
How a Computer Works KS3 Unit of Work
MrHawes8MrHawes8

How a Computer Works KS3 Unit of Work

11 Resources
This 10-lesson unit consists of the following lessons: Computer Systems Hardware Components Input and Output devices CPU Software Operating Systems Logic Gates Storage x2 Revision
Logic Gates Information Sheet
MrHawes8MrHawes8

Logic Gates Information Sheet

(0)
This resource is an information sheet useful for an introduction to logic gates, revision or for absent students to help them catch up. Double side of A4.
Storage Lesson 2 KS3
MrHawes8MrHawes8

Storage Lesson 2 KS3

(0)
This lesson is the ninth in the 'How a Computer Works' topic. It includes a PowerPoint presentation for the teacher to talk through each type of storage, which can build on the main task in the previous lesson. Towards the end the students can create a table to fill in information about each type of storage. There is also a template for this included for weaker students.
Storage KS3 Lesson
MrHawes8MrHawes8

Storage KS3 Lesson

(0)
This resource contains a PowerPoint presentation to introduce different types of storage, another containing questions for the main activity (each will need to be printed for each team), and information sheets for the students to research the answers to the questions. It is best to keep these on the computer, rather than print them for each student. For the main activity, students team up in 3s, and take the first question from the teacher. They use the information sheets to find out the answer, write it down and then bring it up to check with the teacher. If correct, they hand back the first question and take the second. If incorrect, they go back to find the correct answer. The winning team is the first to answer all 10 questions. Questions and answers are also included in a text file for easy access for the teacher. This is the eighth lesson in the topic 'How a Computer Works'.