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

105k+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.
BTEC First Award in Business Unit 2 Business Finance Revision
Pipjen77Pipjen77

BTEC First Award in Business Unit 2 Business Finance Revision

(0)
Inspired by a Sunny May Day bank holiday on 7 May 2018! Recapping theory of Business Finance looking at the ice cream sales of an ice cream van man and woman. Names of students can be altered to suit your class, but animated so that questions come up one by one and follow on from each other. Simple answers in the notes section.
GCSE Computing A451 Revision - Tricky Words
Pipjen77Pipjen77

GCSE Computing A451 Revision - Tricky Words

(0)
Tricky Words Revision Resource A451 Computer Systems & Programming Get your students ready for the A451 exam with this keyword sheet. a) Circle the ones you don't understand b) Starter: Allocate a word to each member of the class, they need to explain it to the rest of the class c) Plenary: Choose a word, explain it to leave the lesson d) Home revision: You need to know what these words mean for the exam, Fill students with confidence by word recognition. Good luck to all your students in the exam.
Year 7 From Scratch to Python using Reeborg
Pipjen77Pipjen77

Year 7 From Scratch to Python using Reeborg

(0)
In the previous Programming & Algorithms unit, students were introduced to programming concepts of sequence, selection and iteration using visual-based programming in Scratch. This unit is the bridge between visual-based programming and text-based programming, and uses a robot to perform tasks using a limited range of instructions (whilst introducing Python syntax). It is a good unit for re-iterating programming concepts, and also for the concept of 'efficiency' in writing code, using libraries, functions and other programming techniques. This unit uses the Reeborg website: http://reeborg.ca/reeborg.html to complete the Python challenges.
BTEC FA Business - Unit 2 Finance Revision
Pipjen77Pipjen77

BTEC FA Business - Unit 2 Finance Revision

(0)
Using musical instruments in class for the ‘beat’, I have created a summary revision lesson on the main content for the Unit 2 online Business Finance exam. With definitions, examples and some common points that may be useful in the ‘explain’ questions, this is a final revision before mock practice (prior to the exam). Thanks for taking an interest in this resource. I hope it helps if you purchase it.
BTEC TA DIT Home Learning C3 D1
Pipjen77Pipjen77

BTEC TA DIT Home Learning C3 D1

(0)
Paired Discussion/Written-based Revisision Activity Discussion Cards for Component 3 - D1 Forms of Notation Peer: Read the card asking the same questions for each key concept: What is it? How is this relevant to business? Why is this relevant to me? Once discussion has taken place, the student then writes a paragraph summarising the discussion. Peer Support: Knowledge Organiser provides overview of topic. Golden Nuggets of key concept theory included in case prompting is needed in the discussion.
Basic Calculations for Business
Pipjen77Pipjen77

Basic Calculations for Business

(0)
Training students how to use a calculator to perform basic calculations using +, -, x, / before progressing onto problem solving and extracting the figures needed for the calculation. My daughter in Year 4 recently expressed her frustrations with problem solving: "First you have to extract the figures and then you have to work out which calculation to use. " Around the same time, a Year 11 student said honestly “I miss it out the calculation question because it is words and numbers together, so it looks hard.” Both of these comments resonated with me and thus I have created this resource as an induction to the GCSE Business course to show students the types of calculations they may encounter and how to problem solve in a business context.
A453 Preparation: Python - Prompt Sheets
Pipjen77Pipjen77

A453 Preparation: Python - Prompt Sheets

(0)
As requested by my students to practice for their controlled assessment, prompt sheets for common tasks. Adding a record number to a file. Reading from, writing to, appending file. Lists, for loops and while loops. Troubleshooting Trees
A265 GCSE Business Revision Quizzes
Pipjen77Pipjen77

A265 GCSE Business Revision Quizzes

(1)
Revision resources designed using Cornell's 2 column format (notes - summary). Topics drawn from the mark scheme answers. Questions multiple-choice, short-answer questions and extended questions. Quizzes designed using the Business Communication Systems A265 past papers but relevant to other Business exams. Help from students to create these resources, and any money made from these resources will be invested in the Enterprise activities of the Business Department.
BTEC First Award in Music PLCs
Pipjen77Pipjen77

BTEC First Award in Music PLCs

(1)
EdExcel BTEC First Award in Music Personal Learning Checklist for the BTEC First Award in Music. RAG rates students against the PLCs for each unit of the syllabus. Monitor progress on completion of assessment objectives.
BTEC ICT Online World (Exam)
Pipjen77Pipjen77

BTEC ICT Online World (Exam)

(0)
Knowledge Build Cards for LA.A Online Services & Communication. Developing over the Summer term 2017. This resource includes the first 10 Knowledge Build Cards (15 minutes - Read & Answer differentiated questions). Small chunking of theory as start to lesson. Also included student working documents to answer the questions to the Knowledge Build Cards. LA.B and LA.C development by September 2017.
KS3 Graphics Project - Juicin'
Pipjen77Pipjen77

KS3 Graphics Project - Juicin'

(1)
A final short unit for the end of Key Stage 3: Creating graphics for a smoothie company called Juicin'. This resource includes a working document for students and an introduction to the scenario.
OCR GCSE Computing A452 Controlled Assessment Practice
Pipjen77Pipjen77

OCR GCSE Computing A452 Controlled Assessment Practice

(0)
Evaluate the usefulness and ease of use of maintaining a database with MySQL, compared with using Query By Example (QBE) In preparation for the A452 Controlled Assessment material 2, I created this activity so that students could see the difference between creating a resource in Microsoft Access compared with command line in MySQL. Worked well for them completing Task 9 of the controlled assessment
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.