Hero image

Computing, Business and IT Buddy

Average Rating4.11
(based on 64 reviews)

With a few decades of experience teaching Computer Science, Business and IT, this shop has a variety of resources for KS3 Computing as well as the KS4 GCSE Computer Science, GCSE Business, BTEC Business and BTEC TA DIT. More resources coming in the near future.

293Uploads

97k+Views

23k+Downloads

With a few decades of experience teaching Computer Science, Business and IT, this shop has a variety of resources for KS3 Computing as well as the KS4 GCSE Computer Science, GCSE Business, BTEC Business and BTEC TA DIT. More resources coming in the near future.
GCSE Computer Science 9-1: Python - Iteration (For and While Loops)
Pipjen77Pipjen77

GCSE Computer Science 9-1: Python - Iteration (For and While Loops)

(0)
Algorithmic Thinking through Flowcharts and Python: Iteration A resource designed to teach complete novices how to think logically before attempting to write code in Python. This resource emphasises the importance of working out the algorithm using a flowchart, and gets students to practice writing the code before going onto Python (thus preventing the 'Rabbit in headlights' scenario).
A452 MySQL
Pipjen77Pipjen77

A452 MySQL

3 Resources
Give students preparatory tasks so they are ready to tackle the OCR A452 Controlled Assessment 2017. Using these enabled my students to go on and tackle the controlled assessment confidently.
GCSE Computer Science (9-1) - Python Selection using IF, ELIF, ELSE
Pipjen77Pipjen77

GCSE Computer Science (9-1) - Python Selection using IF, ELIF, ELSE

(0)
Algorithmic Thinking through Flowcharts and Python A resource designed to teach complete novices how to think logically before attempting to write code in Python. This resource emphasises the importance of working out the algorithm using a flowchart, and gets students to practice writing the code before going onto Python (thus preventing the 'Rabbit in headlights' scenario).
Year 7 Computing Baseline - using PowerPoint
Pipjen77Pipjen77

Year 7 Computing Baseline - using PowerPoint

(0)
With Computing, students come with a varying degrees of experience from primary so we have selected an ICT skill which all should be able to demonstrate skills so we can get an initial picture. The structure of the test is based on the KS4 model which I am introducing from the outset in KS3 as 'Computing de Facto standards'.
GCSE Computing A451 Self-Assessment
Pipjen77Pipjen77

GCSE Computing A451 Self-Assessment

(0)
Use these AfL checklists as you cover theory for the A451 exam. Differentiated for main topics to identify where students need more help in preparation for their exam.
KS3 Functional Skills - Microsoft Word
Pipjen77Pipjen77

KS3 Functional Skills - Microsoft Word

(1)
Incorporate functional skills into the new KS3 Computing curriculum - essential transferable skills for use in other curriculum areas. This scheme of work and self-assessment checklist, will help develop students report writing skills in Microsoft Word, ready for use in KS4 controlled assessment write-up.
Functional Skills:  KS3 Spreadsheets
Pipjen77Pipjen77

Functional Skills: KS3 Spreadsheets

(0)
Incorporate functional skills into the new KS3 Computing curriculum - essential transferable skills for use in other curriculum areas. This is the scheme of work for the spreadsheet unit, with a self-assessment checklist and an end of unit test.
Unit 2 Computational thinking, algorithms and programming checklist (OCR GCSE Computer Science 9-1 )
Pipjen77Pipjen77

Unit 2 Computational thinking, algorithms and programming checklist (OCR GCSE Computer Science 9-1 )

(0)
Differentiated self-assessment sheets for the main units in the new OCR GCSE Computer Science 9-1. Gauge the progress of students against their ability - Low Ability Pupils (LAP), Middle Ability Pupils (MAP), High Ability Pupils (HAP) and Most Able pupils (MA). Use as a progress check for students, and as a check for teachers that they are covering the content outlined in the OCR GCSE Computer Science 9-1 specification.
Unit 1 Computer Systems Checklists (OCR GCSE Computer Science 9-1)
Pipjen77Pipjen77

Unit 1 Computer Systems Checklists (OCR GCSE Computer Science 9-1)

(0)
Differentiated self-assessment sheets for the main units in the new OCR GCSE Computer Science 9-1 - Unit 1 Computer Systems. Gauge the progress of students against their ability - Low Ability Pupils (LAP), Middle Ability Pupils (MAP), High Ability Pupils (HAP) and Most Able pupils (MA). Use as a progress check for students, and as a check for teachers that they are covering the content outlined in the OCR GCSE Computer Science 9-1 specification.
A451 Data Representation practice
Pipjen77Pipjen77

A451 Data Representation practice

(0)
Converting numbers - a key skill for the A451 exam. Use these resources as 5 minute starters to engage students on arrival to lesson, and cover an important topic at the same time. More to follow as I develop these during the Autumn term.
GCSE Computer Science 9-1 Schemes of Work
Pipjen77Pipjen77

GCSE Computer Science 9-1 Schemes of Work

(0)
Scheme of Work for the new OCR GCSE Computer Science 9-1 I have been developing the new Computer Science course, and hope that these schemes of work can be of assistance to others, maybe not in their entirety but at least through objectives or tasks.
A453 prep - Python:  Finding Keywords in User Response
Pipjen77Pipjen77

A453 prep - Python: Finding Keywords in User Response

(0)
This lesson looks at how to create a decision tree for a problem to be solved in Python. The program then uses functions to search for keywords in user responses. The first function provides a response internal to the program whereas the second function looks externally and imports the information from a text file. As .py file extensions are not accepted, I have uploaded it as a text file - this simply needs copied and pasted into Python IDLE.