Hero image

Raymond Chambers's Shop

Average Rating2.96
(based on 27 reviews)

My name is Ray Chambers. I'm a specialist in computing and have a first class honours degree in computer science. I'm currently the lead teacher of computer science at Brooke Weston Academy in Corby Northamptonshire. I have been teaching for roughly 8 years and I thoroughly enjoy my job. In 2015 I was fortunate to win the Pearson National Teaching Award for innovative use of technology. I also won the BAFTA for mentoring young coders.

97Uploads

49k+Views

12k+Downloads

My name is Ray Chambers. I'm a specialist in computing and have a first class honours degree in computer science. I'm currently the lead teacher of computer science at Brooke Weston Academy in Corby Northamptonshire. I have been teaching for roughly 8 years and I thoroughly enjoy my job. In 2015 I was fortunate to win the Pearson National Teaching Award for innovative use of technology. I also won the BAFTA for mentoring young coders.
OCR Computer Science 1-9: - Introductory Assessment - Python
r_chambersr_chambers

OCR Computer Science 1-9: - Introductory Assessment - Python

(0)
Introduction to Python - Assessment This task will assess students on the basics of Python. At this point the students will have only been introduced to how to use Python, comments, input, output, operators and variables. The assessment has been modified to use the OCR criteria but it should only fit into an hour. It will not require a test plan but must show evidence of testing. They're not required to show a flow chart at this point. This is a limited assessment to make sure that they can use Python. There will be further assessments which build on this in the resource bank. Use of programming techniques: • Comments • Input • Output • Operators / Arithmetic • Variables
OCR - A-Level Computer Science - Input - Output - Storage
r_chambersr_chambers

OCR - A-Level Computer Science - Input - Output - Storage

(0)
A series of 12 slides going over questions from the A-Level computer science spec with marks that you would give students. The idea of this is that you can have a lesson where you break down the terms that the exam board would be looking for. They include the marks and show students the type of thing that would be required for an answer. This resource helped my year 12 students which is why I'm sharing it here.
Python - User Interface Programming - Tkinter - OCR - Alevel & GCSE - Part 2
r_chambersr_chambers

Python - User Interface Programming - Tkinter - OCR - Alevel & GCSE - Part 2

(0)
This is a combination of two tasks. It helps students create a user interface. Once they have produced the user interface it allows them to get text from text boxes and write them to a text file. It has a number of procedures inside it. One produce to clear the text boxes. One procedure to save the information. Another procedure is used for going to the next record in the file. The next task in this series will allow students to move backwards and it will also allow students to delete records from the list. Comes with a complete Python file so that you can see how it works.
OCR Computer Science - Data Representation - Lesson 1 - 1-9
r_chambersr_chambers

OCR Computer Science - Data Representation - Lesson 1 - 1-9

(0)
Lesson explaining how Data representation works. There is a PowerPoint which walks through two methods of conversion but it also specifies how to use binary. It explains to students place value and compares denary to binary. Lesson 1 in a series of 4 lessons. Students will also learn about: - Switches Binary Exam questions Binary conversion using switches Binary conversion using division Binary grid method Least / Most significant bit] Worksheet provided Content written by Ray Chambers - National Teaching Award Winner - 2015 - Innovative use of technology
Lesson 2 - Object Orientation - OCR - Alevel - Python
r_chambersr_chambers

Lesson 2 - Object Orientation - OCR - Alevel - Python

(0)
This lesson introduces constructors to students and talks about the need for setting up the class. There is an example program to work through with a worksheet attached. it shows students how to initialise variables in their program and how to pass items in. This should help students become more confident and builds on nicely from the previous task. If students have been absent they can pick it up quite easily.
Lesson 1 - Object Orientation - OCR - Alevel - Python
r_chambersr_chambers

Lesson 1 - Object Orientation - OCR - Alevel - Python

(0)
This lesson introduces object orientation to students and the need for classes. There is a worksheet for the students to work through and it shows them step by step how they can complete the activity. There is an example print screen in the slide show and it breaks down the need for classes in a database.
OCR - Python Lesson 3 - Introducing input and data types
r_chambersr_chambers

OCR - Python Lesson 3 - Introducing input and data types

(0)
This lesson is all about introducing data types and it teaches students about how to assign variables to sentences. They're taught to repeat these back with a work sheet which gets them to demonstrate their understanding. They're given a task where they're expected to write a story but they will need to include variables in their story. The idea of this is so that they can see how the variable appears on the screen. Part of the way through this lesson, students are invited to try out each other's stories and they should be typing in the input before the sentence appears. After this, they're introduced to different data types and they're taught about casting. This is another thing that is in the OCR spec and it's good to break each piece of the spec down piece by piece so that they can build on it.
OCR - (9-1) Computer Science - Legislation - Privacy / Censorship / Arguments
r_chambersr_chambers

OCR - (9-1) Computer Science - Legislation - Privacy / Censorship / Arguments

(0)
There are 13 slides here discussing privacy concerns with the internet. The slides get students to have deeper thinking when discussing. It explains arguments for and against censorship and it gets them to also understand how the internet has made it less likely for us to hide personal information. There is some think time and discussion time build into these slides.
Pseudo Code - Array and Multidimensional Array
r_chambersr_chambers

Pseudo Code - Array and Multidimensional Array

(0)
This is a powerpoint which you can get part of a pack. It teaches you how to do a multidimensional array and shows examples of how they can be used to work out the range. Hope that it is useful to some other teachers.
Computer Science 1-9 - Networks Introduction - Topologies, Wifi and Encryption
r_chambersr_chambers

Computer Science 1-9 - Networks Introduction - Topologies, Wifi and Encryption

(0)
Objective: - We’re learning to identify different network infrastructures and the encryption involved. During this lesson there are some videos to break up the lesson and teaching notes for you to have a look at. On top of this there are some activities for them to try such as creating their own encryption key. This usually makes the lesson more engaging for the students. Content covered in this lesson: - Topologies Ring Star Bus Mesh Students to draw the network topologies and explain the advantages and disadvantages. Wifi and wifi channels Encryption using the Caesar shift and also comments on brute force. Public and private keys used in encryption.
Lesson 3 - Object Orientation - OCR - Alevel - Python - Design Class
r_chambersr_chambers

Lesson 3 - Object Orientation - OCR - Alevel - Python - Design Class

(1)
This shows students how to design a class with a class diagram. It walks through the need to design classes and there is a worksheet attached that gets the students do design the class and build the program. They can use a number of different programming opportunities with this and it will help them for their A-level project.
Computer Science 1-9 - Networks Introduction - Part 2
r_chambersr_chambers

Computer Science 1-9 - Networks Introduction - Part 2

(0)
Objective: - We’re learning to identify the hardware and classification linked with networks. This lesson includes notes in the teacher slides to help teachers understand the content they're delivering with links to videos and also embedded videos. During this lesson students will learn about: Client server models Client-Server Servers available Peer to peer networks Advantages and disadvantages Network hardware NIC Wireless access points Routers Switches Draw your own network diagram
Kodu Lesson 5 : - Pages and Selection (KS2/KS3)
r_chambersr_chambers

Kodu Lesson 5 : - Pages and Selection (KS2/KS3)

(0)
This lesson will introduce to students how they're able to sequence and talks about how they're able to make code more efficient. There are teacher notes and there is information about advanced selection. This lesson will introduce Tinker time and will get the students to use pages within Kodu. Students will continue to work with Kodu after this to complete their game.
Kodu Lesson 2 : - Your world (KS2/KS3)
r_chambersr_chambers

Kodu Lesson 2 : - Your world (KS2/KS3)

(0)
This lesson starts getting students to think about the way the world looks. Their main objectives are to learn how to create a basic landscape and to experience the techniques available. They will look at existing games and talk about what makes them more interesting. I've included some screen shots of existing games to guide the teacher. It starts getting the students to come up with a concept for their own game and they have a few ideas. Teacher requires prior knowledge of how to use the landscape tools or can use YouTube videos to support. Students to complete the worksheet to show that they're able to use the tools available and that they can come up with their idea. Homework included.