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

91k+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: Memory ***Answers included***
msmarwahamsmarwaha

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

(0)
An easy to follow worksheet designed to revisit RAM, ROM and Virtual Memory as part of 1.2 Memory 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
*** KS3 Full Unit *** 3d Printing & Google Sketchup Pro
msmarwahamsmarwaha

*** KS3 Full Unit *** 3d Printing & Google Sketchup Pro

5 Resources
In the pack you will find a full SOW of lessons for google sketchup. Tried and tested at KS3, these lessons introduce students to 3d printing the developing designs through google sketchup! All lessons complete with tasks, save yourself some hassle!
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
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
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.
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
1. Writing To a Database using SQLite3 in Python (Great for NEA / Controlled Assessment practice!)
msmarwahamsmarwaha

1. Writing To a Database using SQLite3 in Python (Great for NEA / Controlled Assessment practice!)

(0)
Attached is a lesson on how to write to a database using SQLite3 in Python. Included are the following: 1. PPT explaining how to write to 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
J276 OCR Computer Science Unit 1.7 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 1.7 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 1.7 Systems Software which includes: the purpose and functionality of systems software operating systems: user interface memory management/multitasking peripheral management and drivers user management file management utility system software: encryption software defragmentation data compression the role and methods of backup: full incremental. 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!
J276 OCR Computer Science Unit 2.1 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 2.1 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 2.1 Algorithms computational thinking: abstraction decomposition algorithmic thinking standard searching algorithms: binary search linear search standard sorting algorithms: bubble sort merge sort insertion sort how to produce algorithms using: pseudocode using flow diagrams interpret, correct or complete algorithms. 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!
J276 OCR Computer Science Unit 2.6 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 2.6 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 2.6 Data Representation Units bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte how data needs to be converted into a binary format to be processed by a computer. Numbers how to convert positive denary whole numbers (0–255) into 8 bit binary numbers and vice versa how to add two 8 bit binary integers and explain overflow errors which may occur binary shifts how to convert positive denary whole numbers (0–255) into 2 digit hexadecimal numbers and vice versa how to convert from binary to hexadecimal equivalents and vice versa check digits. Characters the use of binary codes to represent characters the term ‘character-set’ the relationship between the number of bits per character in a character set and the number of characters which can be represented (for example ASCII, extended ASCII and Unicode). Images how an image is represented as a series of pixels represented in binary metadata included in the file the effect of colour depth and resolution on the size of an image file. Sound how sound can be sampled and stored in digital form how sampling intervals and other factors affect the size of a sound file and the quality of its playback: sample size bit rate sampling frequency. Compression need for compression types of compression: lossy lossless. 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!
J276 OCR Computer Science Unit 2.5 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 2.5 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 2.5 Translators and facilities of languages characteristics and purpose of different levels of programming language, including low level languages the purpose of translators the characteristics of an assembler, a compiler and an interpreter common tools and facilities available in an integrated development environment (IDE): editors error diagnostics run-time environment translators. 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!
J276 Computer Science 1.1-1.8 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 Computer Science 1.1-1.8 Revision Sheets / Practice Questions

8 Resources
Here you will find easy to follow revision sheets which will help your students to recap the topics: 1.1 Systems Architecture 1.2 Memory 1.3 Storage 1.4 Wired and Wireless Networks 1.5 Network Topologies Protocols and Layers 1.6 Systems Security 1.7 System Software 1.8 Ethical Legal Cultural and Environmental Concerns 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 for a bundle on unit 2! as well as a complete set of sheets for both unit 1 & 2! Enjoy!
J276 Computer Science Unit 2.1-2.6 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 Computer Science Unit 2.1-2.6 Revision Sheets / Practice Questions

6 Resources
Here you will find easy to follow revision sheets which will help your students to recap the topics: -2.1 Algorithms -2.2 Programming Techniques -2.3 Robust Programs -2.4 Computational Logic -2.5 Translators & Facilities of Languages 2.6 Data Representation 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 for the unit 1 bundle as well as a complete set for unit 1 and 2! Enjoy!
J276 OCR Computer Science All Units Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science All Units Revision Sheets / Practice Questions

14 Resources
The complete revision set for OCR Computer Science. For all topics: Computer systems • Systems Architecture • Memory • Storage • Wired and wireless networks • Network topologies, protocols and layers • System security • System software • Ethical, legal, cultural and environmental concerns Computational thinking, algorithms and programming • Algorithms • Programming techniques • Producing robust programs • Computational logic • Translators and facilities of languages • Data representation included are 100’s of practice questions related to each topic! Buy now save ££££’s!
J277 OCR Computer Science Unit 1.5 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1.5 Revision Sheets / Practice Questions

(0)
NEW J277 SPECIFICATION Here you will find easy to follow revision sheets which will help your students to recap the topic: 1.5 Systems Security The purpose and functionality of operating systems: o User interface o Memory management and multitasking o Peripheral management and drivers o User management o File management 1.5.2 Utility software ¨ The purpose and functionality of utility software ¨ Utility system software: o Encryption software o Defragmentation o Data compression
J277 OCR Computer Science Unit 1.3 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1.3 Revision Sheets / Practice Questions

(0)
NEW J277 SPECIFICATION Here you will find easy to follow revision sheets which will help your students to recap the topic: 1.3 Computer Networks, Connections and Protocols 1.3.1 Networks and topologies ¨ Types of network: o LAN (Local Area Network) o WAN (Wide Area Network) ¨ Factors that affect the performance of networks ¨ The different roles of computers in a client-server and a peer-topeer network ¨ The hardware needed to connect stand-alone computers into a Local Area Network: o Wireless access points o Routers o Switches o NIC (Network Interface Controller/Card) o Transmission media ¨ The Internet as a worldwide collection of computer networks: o DNS (Domain Name Server) o Hosting o The Cloud o Web servers and clients ¨ Star and Mesh network topologies 1.3.2 Wired and wireless networks, protocols and layers ¨ Modes of connection: o Wired • Ethernet o Wireless • Wi-Fi • Bluetooth ¨ Encryption ¨ IP addressing and MAC addressing ¨ Standards ¨ Common protocols including: o TCP/IP (Transmission Control Protocol/Internet Protocol) o HTTP (Hyper Text Transfer Protocol) o HTTPS (Hyper Text Transfer Protocol Secure) o FTP (File Transfer Protocol) o POP (Post Office Protocol) o IMAP (Internet Message Access Protocol) o SMTP (Simple Mail Transfer Protocol) ¨ The concept of layers