Hero image

Teach | Code | Repeat

Average Rating5.00
(based on 2 reviews)

I aim to give you access to useful resources that I have created and used in secondary classrooms when teaching Computing to KS3 (Year 7, 8 & 9) and GCSE Computer Science to KS4 (Year 10 & 11).

I aim to give you access to useful resources that I have created and used in secondary classrooms when teaching Computing to KS3 (Year 7, 8 & 9) and GCSE Computer Science to KS4 (Year 10 & 11).
KS4 Year 10 GCSE Summer Python Programming Worksheet for AQA
mrandystoreymrandystorey

KS4 Year 10 GCSE Summer Python Programming Worksheet for AQA

(0)
The following programming activities have been carefully developed for KS4 GCSE Computer Science Year 10 pupils to carry out throughout the Summer holidays in order to ease their transition into Year 11. A wide range of abilities will be able to attempt this worksheet that contains nine separate tasks that follow AQA’s guidance notes on teaching Python. Both pupil and teacher versions are provided as a .docx so you can share the solutions with your pupils. Task 1: Input, output and variables Task 2: Selection Task 3: Indefinite Iteration Task 4: Indefinite Iteration and Input Validation Task 5: Definite Iteration Task 6: 1D Arrays Task 7: 2D Arrays Task 8: Subroutines and Functions Task 9: Optional Bonus Challenge A Visual Basic (VB.NET) version of this worksheet is also available.
Python Programming Beginners Workbook for KS3, Year 8 9 in Secondary School
mrandystoreymrandystorey

Python Programming Beginners Workbook for KS3, Year 8 9 in Secondary School

(0)
This Python Beginners Workbook has been designed to introduce secondary school students to a text-based programming language step-by-step for the first time. The long term objective is to build their knowledge ready AQA GCSE Computer Science. Contents: Introduction Output and Input Variables Selection Definite Iteration Indefinite Iteration The questions in this KS3 Python Workbook have been carefully created to be solvable by all students either on a computer or off line using pen and paper. Each topic has ten questions with five extra bonus questions as extension work. Question techniques include: Simple Recall Questions Fill in the Blanks Parsons Problems Predicting Outcomes Error Detection Scaffolded Programming Questions This approach ensures that even students without access to a computer can fully engage and learn Python. A wide range of abilities will be able to attempt this workbook with the reading age aimed at around 11 years old, so suitable for the majority of your year 8 or 9 students. The resource contains a questions PDF, an answers PDF, and a .py file with all the code you will need for any live coding demonstrations.
GCSE AQA SQL Worksheet for Year 10/Year 11 studying relational databases
mrandystoreymrandystorey

GCSE AQA SQL Worksheet for Year 10/Year 11 studying relational databases

(0)
This SQL worksheet sheet can be used either for a cover lesson or within your own scheme of work to provide pupils with some independent working practice to help them with learning SQL. It has been tested with my own Year 11 pupils who take the AQA GCSE Computer Science, whilst studying the 3.7 Relational databases and structured query language topic. Starting sample data is also provided thanks to an .sql import file or a Google Drive download of a .db file that will allow students to use an application like DB Browser for SQLite . Sections include: Introduction: including an ERD diagram illustrating data structure Section one: Ten SELECT statement questions (single & multiple table) Section two:Five questions to get test their vocab knowledge followed by three extensions questions to create tables and insert data An answer sheet is also included. If your students need added support, why not check out my companion [SQL cheatsheet] (https://www.tes.com/teaching-resource/resource-12910086)
KS4 Year 10 GCSE Summer Programming Worksheet VB.NET for AQA
mrandystoreymrandystorey

KS4 Year 10 GCSE Summer Programming Worksheet VB.NET for AQA

(0)
The following programming activities have been carefully developed for KS4 GCSE Computer Science Year 10 pupils to carry out throughout the Summer holidays in order to ease their transition into Year 11. A wide range of abilities will be able to attempt this worksheet that contains nine separate tasks that follow AQA’s guidance notes on teaching VB.NET. Both pupil and teacher versions are provided as a .docx so you can share the solutions with your pupils. Task 1: Input, output and variables Task 2: Selection Task 3: Indefinite Iteration Task 4: Indefinite Iteration and Input Validation Task 5: Definite Iteration Task 6: 1D Arrays Task 7: 2D Arrays Task 8: Subroutines and Functions Task 9: Optional Bonus Challenge Python version of this resource is also available!
GCSE SQL Command Cheat Sheet for KS4 students studying AQA databases / structured query language
mrandystoreymrandystorey

GCSE SQL Command Cheat Sheet for KS4 students studying AQA databases / structured query language

(0)
This SQL cheat sheet is designed to providing pupils with examples for a number of common relational database tasks. Was originally designed to aid KS4 (Year 10 or 11) students studying AQA GCSE Computer Science, topic 3.7 Relational databases and structured query language. Sample data is also provided thanks to an .sql import file that allows you and your students create the sample schema and data using SQL Statements using an application like DB Browser for SQLite . SQL (Structured Query Language) is a very popular and powerful tool that enables users to interact with databases by using commands such as SELECT to retrieve data, INSERT to add records, UPDATE to modify existing data, and DELETE to remove records. All examples use a common set of sample data to aid students. Sections include: Sample Data Recommended tips and conventions SELECT - Querying data from a single table SELECT - Filtering data using numeric fields SELECT - Filtering data using text fields SELECT - Filtering data using multiple fields SELECT - Querying data from multiple tables INSERT - Inserting data into a table UPDATE - Updating data in a table DELETE - Removing data from a table ERD diagram illustrating the Sample Data If your students need some independent practice, why not check out my companion [SQL worksheetsheet] (https://www.tes.com/teaching-resource/resource-12919007)
Algorithmic Thinking Workbook for Year 9/KS3, suitable for offline/unplugged pupils
mrandystoreymrandystorey

Algorithmic Thinking Workbook for Year 9/KS3, suitable for offline/unplugged pupils

(0)
This Algorithmic Thinking Workbook has been designed to introduce secondary school students to creating effective algorithms. The long term objective is to build their knowledge ready AQA GCSE Computer Science. Contents: Introduction Linear Search Pseudo-code Binary Search Trace Tables The questions in this workbook have been carefully created to be solvable by all students either on a computer or off line / unplugged using pen and paper. Each topic has at least 12 questions with extra bonus questions as extension work, ensuring that even students without access to a computer can fully engage and learn. A wide range of abilities will be able to attempt this workbook with the reading age aimed at around 13 years old, so suitable for the majority of your year 9 students. The resource contains a workbook PDF that contains the questions, an answers PDF, and a .py file with all the solutions for any live coding demonstrations.
KS3 Python Beginner Cheatsheet, Single page A4 PDF for Secondary Pupils
mrandystoreymrandystorey

KS3 Python Beginner Cheatsheet, Single page A4 PDF for Secondary Pupils

(1)
This one-page, A4 Python help / cheat sheet is designed to provide pupils with relevant examples for a number of common programming tasks split into six topics. Perfect for students either in class and or for homework when first starting out with Python syntax. Variables Interacting with the user (Input & Output) Making decisions (Selection) Repeating code (Iteration) Turtle Useful tips and tricks (Random) If you find any of my resources helpful your classroom, please do consider leaving a review. NEW FOR 2024: If you find this free resource useful, I have now published a KS3/KS4 two-page help / cheat sheet that covers more indepth topics found in GCSE Computer Science.
KS4 GCSE Python Cheatsheet, Two page A4 PDF for Secondary Pupils
mrandystoreymrandystorey

KS4 GCSE Python Cheatsheet, Two page A4 PDF for Secondary Pupils

(0)
This two-page, A4 Python help / cheat sheet is designed to provide pupils with relevant examples for a number of common programming tasks split into ten topics. Perfect for students either in class and or for homework when their knowledge of Python syntax is not 100% secure. Although I have devised this two-pager to work for my own pupils that are entered for with AQA, it should also be helpful for other exam boards. Programming style Variables Interacting with the user (Input & Output) Making decisions (Selection) Repeating code (Iteration) Comparisions Lists String manipulation Subroutines Random Numbers If you find any of my resources helpful your classroom, please do consider leaving a review. I have also published a free KS3/KS4 one-page help / cheat sheet that covers variables, input/output, selection, iteration and the Turtle module.
Python Programming Intermediate Workbook for KS3, Year 8 9 in Secondary Schools
mrandystoreymrandystorey

Python Programming Intermediate Workbook for KS3, Year 8 9 in Secondary Schools

(0)
This Python Further Programming Workbook has been designed to follow on my first Python Programming workbook, by giving students knowledge about manipulating string, creating more complex decision-making using nested selection, using lists to store multiple pieces of data, creating reusable programs with subroutines and mastering nested iteration. Contents: Introduction String Manipulation Nested Selection Lists Subroutines Nested Iteration The long term objective is to build their knowledge ready AQA GCSE Computer Science. The questions in this KS3 Python Workbook have been carefully created to be solvable by all students either on a computer or off line using pen and paper. Each topic has ten questions with five extra bonus questions as extension work. Question techniques include: Simple Recall Questions Fill in the Blanks Parsons Problems Predicting Outcomes Error Detection Scaffolded Programming Questions This approach ensures that even students without access to a computer can fully engage and learn Python. A wide range of abilities will be able to attempt this workbook with the reading age aimed at around 13 years old, so suitable for the majority of your year 9 students. The resource contains a questions PDF, an answers PDF, and a .py file with all the code you will need for any live coding demonstrations.
KS3 AQA Pseudo-code to Python Cheatsheet, 3-page A4 PDF
mrandystoreymrandystorey

KS3 AQA Pseudo-code to Python Cheatsheet, 3-page A4 PDF

(1)
This three page, A4 PDF cheat sheet is designed to help your students to read, write and convert AQA Pseudocode into Python during Computing lessons. The information is split into the following sections: Variables Input & Output Arithmetic Operators Relational Operators Selection Definite Iteration (Count-controlled) Indefinite Iteration (Condition-controlled) Arrays (Lists) Random Numbers The first column describes the programming concept, the second column gives the Pseudo-code syntax as well as an appropriate example, and the third column is the Python equivalent of the example.