A complete scheme of work for AQA 8132 Business Studies: 3.5 Marketing, featuring exam-style questions, case studies, paired and group activities, worksheets, and discussions.
Designed for a mixed-ability group, PowerPoints are clear and concise with chunked explanations and plenty of stretch activities for higher-attaining students. And, of course, all answers are supplied!
The scheme of work includes the following:
3.5.1 Identifying and Understanding Customers
3.5.2 Market Growth and Segmentation + worksheet
3.5.3 The Purpose and Methods of Market Research
3.5.4a Overview of the Marketing Mix + printable case study
3.5.4b The Marketing Mix - Product + printable activity sheet
3.5.4c The Marketing Mix - Price + printable worksheet
3.5.4d The Marketing Mix - Promotion + printable worksheet
3.5.4e The Marketing Mix - Place + printable worksheet
Save yourself hours of planning. Download now.
Complete scheme of work for J277 OCR Computer Science 2.3 Producing Robust Programs, including PowerPoint for each lesson, homework sheets, worksheets, Python example files, end-of-topic exam, and mark sheets. Designed for my mixed-ability group with lots of simple explanations; large clear and bright diagrams; chunked lessons; and stretch and activity tasks for higher-achieving students.
Includes the following lesson PowerPoints and resources:
2.3.1a Defensive Design (plus Python files)
2.3.1b Input Validation (plus Python files)
2.3.1c Maintainability (plus Python files)
2.3.2a Testing
2.3.2b Test Data
2.3.2c Refining Algorithms (plus Python files)
2 x Homework worksheets plus answers
End-of-module test paper plus answers
Save yourself hours of planning by downloading now.
Use SQL to return results of queries on the supplied James Bond movie database (e.g. What is the average IMDB rating of movies directed by John Glen?)
The worksheet includes instructions for creating a new database, uploading the SQL file to it, then using SQL to obtain the answers to questions. Students can copy and paste their queries and results into the worksheet, then save or print for marking.
SQL commands used: describe, select, count, from, where, group by, like, and, or; and wildcards.
The database is a single-table flat database.
This is an intermediate-level task, suitable for students who are already familiar with SQL commands and structure. It also assumes that users will be using phpMyAdmin and they have sufficient privileges to create and edit databases.
My Year 12 and 13 Computer Science A-Level students enjoyed the lesson, which took around 1 hour for most to complete.
Included: SQL file, student worksheet, teacher’s answer sheet.
Complete unit of work for J277 OCR Computer Science 1.1 Systems Architecture, including PowerPoint for each lesson, two homework sheets, end-of-topic exam, and mark sheets.
Designed for my mixed-ability group with lots of simple explanations; large clear and bright diagrams; chunked lessons; and stretch and activity tasks for higher-achieving students.
Includes the following:
1.1.1a - Purpose of the CPU (including unplugged activity)
1.1.1b - CPU Components
1.1.1c - Von Neumann Architecture
1.1.1d - Factors Affecting CPU Performance
1.1.1e - Embedded Systems
2 x Homework sheets (10 marks each, plus answer sheet)
End of topic test (designed to look like an exam paper, 25 marks, plus mark sheet)
All lessons are tried-and-tested. Save yourself hours of work by downloading now. Save yourself weeks of planning by buying the Component 1 bundle at a reduced price!
Complete scheme of work for J277 OCR Computer Science 2.4 Boolean Logic, including PowerPoint for each lesson, homework sheet, worksheets, end-of-topic exam, and mark sheets. Designed for my mixed-ability group with lots of simple explanations; large clear and bright diagrams; chunked lessons; and stretch and activity tasks for higher-achieving students.
Includes the following lesson PowerPoints and resources:
2.4.1a Logic Diagram and Truth Tables
2.4.1b Logic Circuits
2.4.1c Solving Problems
1 x Homework sheet plus answers
End-of-module test paper plus answers
Save yourself hours of planning. Download now.
Ten list programming challenges to help students practice their Python and problem-solving skills and prepare for their Computer Science GCSE.
Students use their existing programming knowledge to plan each challenge in the booklet before testing it on their computer. This “writing-before-typing” approach helps to develop the crucial skills needed to gain maximum marks in the algorithms section of their exam.
The booklet is supplied ready to be printed and stapled to make a 16-page booklet (uses four duplex-printed A4 sheets), and as single pages for individual printing or uploading to your VLE.
A full set of example code is provided for teachers, written in a way which is appropriate for GCSE students to fully understand.
This is a great way for students to practice their coding skills. Download today.
Complete scheme of work for J277 OCR Computer Science 1.4 Network Security, including PowerPoint for each lesson, homework sheets, end-of-topic exam, and mark sheets. Designed for my mixed-ability group with lots of simple explanations; large clear and bright diagrams; chunked lessons; and stretch and activity tasks for higher-achieving students.
Includes the following:
1.4.1a Forms of Attack Lesson
1.4.1b Social Engineering Lesson
1.4.1c Brute-force Attacks Lesson + Brute-force demo (Python)
1.4.1d Denial of Service Attack Lesson + Overview of AO3 DDoS attack, questions, and mark scheme
1.4.1e Data Interception and Theft Lesson
1.4.1f SQL Injection Lesson + Worksheet + Demo database to hack (Python)
1.4.2a Software Prevention Methods
1.4.2b Prevention Against Hacking
2 x Homework sheets (10 marks each, plus mark sheets)
1 x End of topic test (designed to look like an exam paper, 25 marks, plus mark sheet)
Save yourself weeks of planning by buying the Component 1 bundle at a reduced price!
Complete scheme of work for AQA 8132 Business Studies: 3.3 Business Operations, featuring exam-style questions, paired activities, and group discussions.
Designed for a mixed-ability group, and including large colourful diagrams and graphics; simple, chunked explanations; plenty of stretch activities for higher-ability students; and answers to all questions!
This scheme of work includes the following PowerPoint lessons:
3.3.1 - Production Processes
3.3.2 - The Role of Procurement
3.3.3a - The Concept of Quality (Part A)
3.3.3b - The Concept of Quality (Part B)
3.3.4a - Good Customer Service (Part A)
3.3.4b - Good Customer Service (Part B)
Download this complete unit of work and save yourself hours of planning!
A complete KS3 scheme of work, including how computers process and store binary, conversion to denary, binary addition, bitmaps, vector graphics, and sound.
Full of activities, discussions, and games especially written for years 7 to 9, and with all answers provided, this is an ideal introduction to key concepts to prepare and inspire your students for Key Stage 4.
Lesson 1: Binary to denary conversion + worksheet
Lesson 2: Denary to binary conversion + worksheet
Lesson 3: Binary addition and terminology + worksheet
Lesson 4: Character sets + worksheet
Lesson 5: Bits and pixels (bitmap and vector graphics) + worksheet
Lesson 6: Bits and sounds + worksheet
A fun scheme of work for students, easy-to-deliver for teachers. My students thoroughly enjoyed it, I’m sure yours will too.
Download today.
Ten string manipulation programming challenges to help students practice their Python and problem-solving skills and prepare for their Computer Science GCSE.
Students use their existing programming knowledge to plan each challenge in the booklet before testing it on their computer. This “writing-before-typing” approach helps to develop the crucial skills needed to gain maximum marks in the algorithms section of their exam.
The booklet is supplied ready to be printed and stapled to make a 16-page booklet (uses four duplex-printed A4 sheets), and as single pages for individual printing or uploading to your VLE.
A full set of example code is provided for teachers, written in a way which is appropriate for the GCSE students to fully understand.
This is a great way for students to practice their coding skills. Download today.
Transform your BTEC Level 3 Computer Science Unit 15 (Web Design) lessons with our expertly crafted resources! Designed to engage and empower students, these comprehensive teaching materials cover essential coursework topics (HTML, CSS, and JavaScript) to get your students engaged!
Lesson 1: Web design
An overview of the client-server relationship used by websites
Basic design and layout principles
Lesson 2: Introduction to HTML
The structure of an HTML web page
Commonly-used tags
Self-paced worksheet for students
Lesson 3: CSS
CSS syntax
External, internal, and in-line CSS
Self-paced worksheet for students
Lesson 4: Responsive design
Explanation, reasons, and principles behind responsive design
CSS media queries and examples
Self-paced worksheet for students
Lesson 5: Introduction to JavaScript
Client-side vs server-side scripting
Overview of the document object model (DOM) and how JavaScript interacts with it
Self-paced worksheet for students
Simple to deliver, with all answers to practical work, this is an ideal introduction to inspire and prepare your students for Unit 15.
Download today.
Complete scheme of work for J808 Cambridge National Level 1/2 in Information Technologies. This is a full set of lessons, homeworks, and an end-of-module test. All lessons are fully explained and ready-to-teach.
7.2.1abc Tables, Text, Referencing, Contents, Indexes Lesson PLUS worksheet
7.2.1d Advanced Mail Merge Lesson PLUS worksheet and example files
7.2.1e Macros Lesson PLUS worksheet
7.2.1fghij More Word Features Lesson
7.2.2abcd Presentation Techniques Lesson PLUS WAGOLL for activity
7.2.2efg Presentation Techniques Lesson
7.2.3a Design Lesson
7.2.3b HTML (Double) Lesson PLUS worksheets and example files
7.2.3b HTML Cheat Sheet
7.2.3c CSS Lesson PLUS example files
7.2.3c WAGOLL Website
7.2.3d Responsive Design Lesson PLUS Responsive HTML and CSS example files
7.2.3e Security Measures Lesson
2 x Homework sheets with marking scheme
1 x End-of-module test question paper with marking scheme
1 x Module self-assessment learning checklist for students
Update: a review stated that some tasks were missing. This omission has been fixed and all of the tasks are present.
All lessons are tried-and-tested. Save yourself hours of work by downloading now.
Complete scheme of work for J808 Cambridge National Level 1/2 in Information Technologies. This is a full set of lessons, homeworks, and an end-of-module test. All lessons are fully explained and ready-to-teach.
6.1.1 Spreadsheets Lesson PLUS supporting files
6.1.2 Databases Lesson
6.2.1 Presentation Software Lesson
6.2.2 Presentation Software Suitability Lesson
6.2.3 Presentation Pros and Cons Lesson
6.3.1 Hardware Requirements Lesson
6.3.2 Software Requirements Lesson
6.3.3 Connectivity Requirements Lesson
3 x Homework sheets with marking scheme
1 x End-of-module test question paper with marking scheme
1 x Module self-assessment learning checklist for students
All lessons are tried-and-tested. Save yourself hours of work by downloading now.
Complete scheme of work for J808 Cambridge National Level 1/2 in Information Technologies. This is a full set of lessons, homeworks, and an end-of-module test. All lessons are fully explained and ready-to-teach.
Database lessons use Microsoft Access.
5.1.1a Spreadsheet Functions Lesson PLUS worksheet and example files
5.1.1b VLOOKUP Lesson PLUS worksheet and example files
5.1.2 Cell Referencing and Importing Lesson PLUS example and solution files
5.1.3 Charts and Tables Lesson PLUS worksheet
5.1.4 What-If Analysis Lesson PLUS worksheet, answer and example files
5.1.5 Macros Lesson PLUS worksheet
5.2.1 Relational database Lesson
5.2.2 Import data from other sources Lesson PLUS worksheet, sample and example files
5.2.3 Data validation Lesson PLUS worksheet, sample and example files
5.2.4 Input Forms Lesson PLUS worksheet, sample and example files
5.2.5 Queries Lesson PLUS worksheet, sample and example files
5.2.6-8 Reports, Security, Exporting Data Lesson plus database file
5.2.x Bringing It All Together – recap lesson incorporating all database learning
5.2.x Mini-project – Mini project Lesson to consolidate learning. WAGOLL included.
2 x Homework sheets with marking scheme
1 x End-of-module test question paper with marking scheme
1 x Module self-assessment learning checklist for students
All lessons are tried-and-tested. Save yourself hours of work by downloading now.
Complete scheme of work for J808 Cambridge National Level 1/2 in Information Technologies. This is a full set of lessons, homeworks, and an end-of-module test. All lessons are fully explained and ready-to-teach. Aspects of this scheme of work are also suitable for KS3 Computer Science.
4.1.2 Malware Lesson
4.1.3 Social Engineering Lesson
4.1.4 Hacking Lesson
4.1.5 4.1.1 Botnets and DDoS Lesson
4.1.6 Pharming Lesson
4.2.1 Vulnerabilities – Environmental Lesson
4.2.1 Vulnerabilities – Physical Lesson
4.2.1 Vulnerabilities – System Lesson
4.3.1 Impacts of an Attack Lesson
4.3.2 Consequences of an Attack Lesson
4.4.1 - 4.4.3 Prevention Measures Lesson
4.5.1 Legal Protection Lesson PLUS questions worksheet and marking scheme
4.5.2 Ethics and Morals Lesson PLUS “classroom courtroom” activity
4.6 Validity, Reliability and Bias Lesson
4 x Homework sheets with marking scheme
1 x End-of-module test question paper with marking scheme
1 x Module self-assessment learning checklist for students
All lessons are tried-and-tested. Save yourself hours of work by downloading now.
Complete scheme of work for J808 Cambridge National Level 1/2 in Information Technologies. This is a full set of lessons, homeworks, and an end-of-module test. All lessons are fully explained and ready-to-teach.
2.1 Analysing Project Requirements Lesson and Sample Design Brief
2.2 Mitigating Risks Lesson
2.3.1a Gantt and PERT Charts Lesson PLUS ProjectLibre example file and activities
2.3.1b Spreadsheets Lesson PLUS worksheet and solution files
2.3.2 Critical Path Lesson PLUS Worksheet and solution files
2.3.3 Project Documentation Lesson
2.4.1 Testing (Functionality) Lesson
2.4.2 Testing (Useability) Lesson
2.4.3 Testing (Accessibility) Lesson
2.4.4 Testing (Test Plans) Lesson
4 x Homework sheets with marking scheme
1 x End-of-module test question paper with marking scheme
1 x Module self-assessment learning checklist for students
All lessons are tried-and-tested. Save yourself hours of work by downloading now.
Complete scheme of work for J808 Cambridge National Level 1/2 in Information Technologies. This is a full set of lessons, homeworks, and an end-of-module test. All lessons are fully explained and ready-to-teach.
3.1.1 What is data? Lesson
3.1.2 Data types? Lesson
3.2.1 What is information? Lesson
3.2.2 How data and information are related Lesson
3.3.1-1 Data collection and storage Lesson
3.3.1-2 Data collection and storage Lesson
3.3.2 IT in data collection Lesson
3.4.1 Cloud Storage Lesson
3.4.2 Physical Storage Devices Lesson
3.5.1 Big Data Lesson
3.5.2 Data stores Lesson
3.5.3 Data benefits and drawbacks Lesson
3 x Homework sheets with marking scheme
1 x End-of-module test question paper with marking scheme
1 x Module self-assessment learning checklist for students
All lessons are tried-and-tested. Save yourself hours of work by downloading now.
Add links to other web pages using the <a> tag. Links can be added to headline, paragraph, and list item tags.
Please be aware that Weggo! is ‘beta’ software, and some bugs will be present.
Weggo! is a free-to-use website with no adverts or logins.
I hope you and your students enjoy using Weggo!
Introduce your students to HTML using a drag and drop interface. Designed to be intuitive and colourful, students drag Lego-like ‘tag’ blocks onto the board to build up their page. Works on both mouse-based computers and touch-screen tablets.
This resource includes “Tutorial 1” and “Teacher’s Notes”, both as printable PDFs.
Tutorial 1 is an introduction to the Weggo! interface and a quick “Hello world” lesson. The Teacher’s Notes provide an overview of Weggo’s usage, system compatibility, limitations and pointers for each of the five tutorials.
Please be aware that Weggo! is ‘beta’ software, and some bugs will be present.
Weggo! is a free-to-use website with no adverts or logins.
I hope you and your students enjoy using Weggo!
Introduce Python 3 to your students using Turtle and Edublocks 4 (a free online drag-and-drop Python editor). Students program Turtle to draw a Christmas card. Their code can be downloaded and opened using IDLE or any other Python IDE.
Includes:
PowerPoint to get students started
Printable worksheet with step-by-step instructions to complete the project and challenge activities
Completed file which can be imported into Edublocks
Python files which can be opened using IDLE
Teachers’ instruction sheet
This is an ideal end-of-term standalone lesson ready for Christmas. I hope you and your students enjoy it.