Hero image

Business, Computing & ICT Shop

Average Rating3.59
(based on 55 reviews)

Welcome to my TES shop, here you will find Computing and ICT related items which will be of use throughout the secondary context. Feel free to have a browse of the resources available, which include: -Individual Lessons -Full Schemes of work -Mock Exam Papers & Mark Schemes -Revision Plans All resources are available at a very reasonable price and have be used effectively to teach lessons. Enjoy!

101Uploads

90k+Views

22k+Downloads

Welcome to my TES shop, here you will find Computing and ICT related items which will be of use throughout the secondary context. Feel free to have a browse of the resources available, which include: -Individual Lessons -Full Schemes of work -Mock Exam Papers & Mark Schemes -Revision Plans All resources are available at a very reasonable price and have be used effectively to teach lessons. Enjoy!
OCR Computing (9-1) Revision Worksheet: Secondary Storage ***Answers included**
msmarwahamsmarwaha

OCR Computing (9-1) Revision Worksheet: Secondary Storage ***Answers included**

(0)
An easy to follow worksheet designed to revisit Secondary Storage as part of 1.3 Storage in the Computer Systems component. The worksheet s designed for students to read over their notes, and attempt the questions, Answer sheet is included. Has been found useful for mock papers with the students in the past ** Answers are included for teachers who are new to the subject
OCR Computing (9-1) Revision Worksheet: (Scenario Based) Secondary Storage ***Answers included**
msmarwahamsmarwaha

OCR Computing (9-1) Revision Worksheet: (Scenario Based) Secondary Storage ***Answers included**

(0)
An easy to follow worksheet designed to revisit Secondary Storage using scenarios as part of 1.3 Storage in the Computer Systems component. The worksheet s designed for students to read over their notes, and attempt the questions, Answer sheet is included. Has been found useful for mock papers with the students in the past ** Answers are included for teachers who are new to the subject
OCR Computing (9-1) Revision Worksheet: Calculating File Sizes ***Answers included**
msmarwahamsmarwaha

OCR Computing (9-1) Revision Worksheet: Calculating File Sizes ***Answers included**

(0)
An easy to follow worksheet designed to revisit calculating file sizes as part of 1.3 Storage in the Computer Systems component. The worksheet s designed for students to read over their notes, and attempt the questions, Answer sheet is included. Has been found useful for mock papers with the students in the past ** Answers are included for teachers who are new to the subject
2. Google Sketchup Skills Development
msmarwahamsmarwaha

2. Google Sketchup Skills Development

(0)
This is the second lesson on Google Sketchup, it introduces the students to new skills that can be used as part of their designing process. Also included is a worksheet to assist in using the previous tools. ***The whole unit is also available in my shop! Grab a bargain! and decrease your planning time!***
1. Introduction to Python (KS3 + KS4 Friendly)
msmarwahamsmarwaha

1. Introduction to Python (KS3 + KS4 Friendly)

(0)
An introduction to Python Programming which takes the students through the initial use of: -Printing -Variables -Comments It also explains the use of Syntax and the ways in which students should structure their work. Has been tried and tested many a time! Look out for more lessons on Python soon! Including full SOWs
2. Data Casting & IF Statements (KS3 + KS4 Friendly)
msmarwahamsmarwaha

2. Data Casting & IF Statements (KS3 + KS4 Friendly)

(0)
The second lesson in my Python scheme of work, this is aimed at building upon the introduction lesson and taking the students through the following: - Data Casting -If statements -Elif Statements Students will be challenged to complete some tasks alongside these, easy to follow and all set up for you to use! Reduce your planning time!
4. Google Sketchup Developing A Product
msmarwahamsmarwaha

4. Google Sketchup Developing A Product

(0)
As part of the 3D Printing module students are tasked with creating a product, this lesson takes them through the process of developing their product ***The whole unit is also available in my shop! Grab a bargain! and decrease your planning time!***
3. Design Work in Google Sketchup
msmarwahamsmarwaha

3. Design Work in Google Sketchup

(0)
As part of the 3d printing module students are tasked with designing and implementing a product, this takes the students through that process and introduces them to the importance of design work They are then tasked with producing a design which is to be implemented ***The whole unit is also available in my shop! Grab a bargain! and decrease your planning time!***
4. While Loops + Random using Turtle (KS3 + KS4 Friendly)
msmarwahamsmarwaha

4. While Loops + Random using Turtle (KS3 + KS4 Friendly)

(0)
The fourth lesson in my introduction to python takes the students through the use of while loops and also random. I have used turtle to show the students this as it uses visual graphics and the students tend to enjoy using this. Skills Covered Variables Loops While Loops Libraries Random Turtle
OCR Model Sample Task Solution NEA : Mr Leeman
msmarwahamsmarwaha

OCR Model Sample Task Solution NEA : Mr Leeman

(0)
Attached is the solution i made to the sample task released by OCR, it has been created using Python (version 3) with the use of the SQLite3 library. An SQL database was created called students to store the information needed. The program allows the user to log in and do the following: 1. Enter and store the students details 2. Recall a students details (need ID number) 3. Show all students 4. Show students by gender 5. Show students by form 6. Delete a Student 7. Log out the data in the database was created using a random name/street generator.
Introduction to Python (KS3 +KS4 Friendly)
msmarwahamsmarwaha

Introduction to Python (KS3 +KS4 Friendly)

4 Resources
An introduction to python programming aimed at students who may not have come across it before. The SOW includes: Printing Commenting Storing and using Variables Data Casting If Statements Elif Statements Using Lists Using LIbraries Turtle Using Random
(Full Year) KS3 Scheme of work
msmarwahamsmarwaha

(Full Year) KS3 Scheme of work

(0)
In this pack is a scheme of work which can be used in KS3, why plan when you can have your whole year done for you! Included are the following topics: -Digital Safety -Sequencing & Microbits -Hardware & Software -3d Printing in Sketchup Pro -Python Programming Topics in the pack can also be bought as separates if you prefer from my shop.
2. Querying a Database File via SQLite3 in Python (Great for NEA / Controlled Assessment practice!)
msmarwahamsmarwaha

2. Querying a Database File via SQLite3 in Python (Great for NEA / Controlled Assessment practice!)

(0)
Attached is a lesson on how to query a database using SQLite3 in Python. Included are the following: 1. PPT explaining how to run a query in a database 2. Example programs (in zip file) 3.Example Database (in zip file, access through a program such as DB Browser (Freeware)) if you need free software to run and connect to sql databases please download the DB Broswer for FREE and also check out a little guide i made to the software, also FREE: https://www.tes.com/teaching-resource/sqlite-program-introduction-db-browser-11751031
3. Creating a Login System  in SQLite3 via Python (Great for NEA / Controlled Assessment practice!)
msmarwahamsmarwaha

3. Creating a Login System in SQLite3 via Python (Great for NEA / Controlled Assessment practice!)

(0)
Attached is a lesson on how to create a login system using a database of users in SQLite3 in Python. Included are the following: 1. PPT explaining how to create a login system (2 ways) 2. Example programs (in zip file) 3.Example Database (in zip file, access through a program such as DB Browser (Freeware)) if you need free software to run and connect to sql databases please download the DB Broswer for FREE and also check out a little guide i made to the software, also FREE: https://www.tes.com/teaching-resource/sqlite-program-introduction-db-browser-11751031
4. MAX, MIN, AVG functions in SQLite3 in Python (Great for NEA / Controlled Assessment practice!)
msmarwahamsmarwaha

4. MAX, MIN, AVG functions in SQLite3 in Python (Great for NEA / Controlled Assessment practice!)

(0)
Attached is a lesson on how to use MAX, MIN & AVG in SQLite3 in Python. Included are the following: 1. PPT explaining how to use the functions 2. Example programs (in zip file) 3.Example Database (in zip file, access through a program such as DB Browser (Freeware)) if you need free software to run and connect to sql databases please download the DB Broswer for FREE and also check out a little guide i made to the software, also FREE: https://www.tes.com/teaching-resource/sqlite-program-introduction-db-browser-11751031
Unit 18 - Hardware - Full Unit, Cambridge Technicals Level 3 (2016)
msmarwahamsmarwaha

Unit 18 - Hardware - Full Unit, Cambridge Technicals Level 3 (2016)

(1)
Here you will find the resources to complete unit 18 in the level 3 Cambridge Technicals. All of the Learning Objectives have been covered and the lessons contain notes from the chief moderator from OCR. Also attached is a sample of how you could complete the practical element to the assignment, although you can choose another method! The assignment which has been used has also been checked using the Assignment Checking service from OCR. (Service is £30 per assignment) Enjoy!
Unit 19 - Software- Full Unit, Cambridge Technicals Level 3 (2016)
msmarwahamsmarwaha

Unit 19 - Software- Full Unit, Cambridge Technicals Level 3 (2016)

(1)
Here you will find the resources to complete Unit 19 in the level 3 Cambridge Technicals. All of the Learning Objectives have been covered and the lessons contain notes from the chief moderator from OCR. The assignment which has been used has also been checked using the Assignment Checking service from OCR. (Service is £30 per assignment) Enjoy!
J276 OCR Computer Science Unit 1.1 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 1.1 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 1.1 Systems Architecture which includes: the purpose of the CPU Von Neumann architecture: MAR (Memory Address Register) MDR (Memory Data Register) Program Counter Accumulator common CPU components and their function: ALU (Arithmetic Logic Unit) CU (Control Unit) Cache the function of the CPU as fetch and execute instructions stored in memory how common characteristics of CPUs affect their performance: clock speed cache size number of cores embedded systems: purpose of embedded systems examples of embedded systems. The revision sheets include exam questions at the end of each topic to help the students recap their revision and apply it to a question. Enjoy!
J276 OCR Computer Science Unit 1.2 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 1.2 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 1.2 Memory which includes: the difference between RAM and ROM the purpose of ROM in a computer system the purpose of RAM in a computer system the need for virtual memory flash memory. The revision sheets include exam questions at the end of each topic to help the students recap their revision and apply it to a question. Check out my shop to save on buying multiple sheets!! Enjoy!