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

87k+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 Computer Science Checklist
msmarwahamsmarwaha

OCR Computer Science Checklist

(15)
A checklist i gave to my students to help them cover the key aspects of the specificiation. They tick each box as they go along and feel confident in that area. A good tool to locate weaknesses and improve!
Python Workbook
msmarwahamsmarwaha

Python Workbook

(21)
This python workbook starts with the very basics and guides the students in developing their skills. It hasd multiple tasks throughout the booklet and covers topics such as: Print Data Types Operands Variables Loops Indexing
J277 OCR Computer Science Unit 1.2 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1.2 Revision Sheets / Practice Questions

(1)
NEW J277 SPECIFICATION Here you will find easy to follow revision sheets which will help your students to recap the topic: 1.2 Storage and Memory which includes: The need for primary storage The difference between RAM and ROM The purpose of ROM in a computer system The purpose of RAM in a computer system Virtual memory ¨ The need for secondary storage ¨ Common types of storage: o Optical o Magnetic o Solid state ¨ Suitable storage devices and storage media for a given application ¨ The advantages and disadvantages of different storage devices and storage media relating to these characteristics: o Capacity o Speed o Portability o Durability o Reliability o Cost ¨ The units of data storage: o Bit o Nibble (4 bits) o Byte (8 bits) o Kilobyte (1,000 bytes or 1 KB) o Megabyte (1,000 KB) o Gigabyte (1,000 MB) o Terabyte (1,000 GB) o Petabyte (1,000 TB) ¨ How data needs to be converted into a binary format to be processed by a computer ¨ Data capacity and calculation of data capacity requirements Numbers ¨ How to convert positive denary whole numbers to binary numbers (up to and including 8 bits) and vice versa ¨ How to add two binary integers together (up to and including 8 bits) and explain overflow errors which may occur ¨ How to convert positive denary whole numbers into 2-digit hexadecimal numbers and vice versa ¨ How to convert binary integers to their hexadecimal equivalents and vice versa ¨ Binary shifts 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, e.g.: o ASCII o Unicode Images ¨ How an image is represented as a series of pixels, represented in binary ¨ Metadata ¨ The effect of colour depth and resolution on: o The quality of the image o The size of an image file Sound ¨ How sound can be sampled and stored in digital form ¨ The effect of sample rate, duration and bit depth on: o The playback quality o The size of a sound file ¨ The need for compression ¨ Types of compression: o Lossy o Lossless The revision sheets include over 50 exam questions at the end of each topic to help the students recap their revision and apply it to a question. Enjoy!
BTEC Level 3 Unit 8: E-Commerce
msmarwahamsmarwaha

BTEC Level 3 Unit 8: E-Commerce

(1)
part of the BTEC Level 3 Diploma in Information Technology that i delivered at Level 3, contains all of the lessons and assignments for unit 8 e-commerce
SQLite Program Introduction (DB Browser)
msmarwahamsmarwaha

SQLite Program Introduction (DB Browser)

(1)
DB Browser is a handy tool you can use for SQLite, it is freeware which is available at: http://sqlitebrowser.org This little guide take you through how to make use of DB Browser for SQLite!
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!
J277 OCR Computer Science Unit 2.2 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 2.2 Revision Sheets / Practice Questions

(1)
NEW J277 SPECIFICATION: Here you will find easy to follow revision sheets which will help your students to recap the topic: 2.2 – Programming fundamentals ¨ The use of variables, constants, operators, inputs, outputs and assignments ¨ The use of the three basic programming constructs used to control the flow of a program: o Sequence o Selection o Iteration (count- and condition-controlled loops) ¨ The common arithmetic operators ¨ The common Boolean operators AND, OR and NOT The use of data types: o Integer o Real o Boolean o Character and string o Casting The use of basic string manipulation ¨ The use of basic file handling operations: o Open o Read o Write o Close ¨ The use of records to store data ¨ The use of SQL to search for data ¨ The use of arrays (or equivalent) when solving problems, including both one-dimensional (1D) and two-dimensional arrays (2D) ¨ How to use sub programs (functions and procedures) to produce structured code ¨ Random number generation 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!
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!
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
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
Binary Addition
msmarwahamsmarwaha

Binary Addition

(0)
A straight forward lesson which explains the ways in which you perform binary addition, the lesson outlines the rules for binary addition and also has example questions. Answers are included on the final slide.
Introduction to Logic Gates (KS3 + 4 Friendly)
msmarwahamsmarwaha

Introduction to Logic Gates (KS3 + 4 Friendly)

(0)
An introduction to logic gates which i used at KS3 and KS4. Easy to understand and straight forward. Included are: Teachers powerpoint (walks the students through the gates with examples) Progress log (Track students progress) Self marking spreadsheet that includes tasks, extension and a helpsheet
Unit 18 / 19 / 20 Cambridge Technicals Level 3 *Triple Pack*
msmarwahamsmarwaha

Unit 18 / 19 / 20 Cambridge Technicals Level 3 *Triple Pack*

3 Resources
**Unit 18 / 19 / 20 Cambridge Technicals (2016) Level 3 Triple Pack ** This rescource will provide you with the relevant resoucres to complete the following units on the Cambridge Technicals units: Unit 18 - Hardware Unit 19 - Software Unit 20 - Technical Support Combine these 3 units with the examination units (1 & 2) to achieve 1 A Level for your students! Each unit is available on their own in my shop, the 3 together offered at over 40% off!
Revision Sheets Topic 1.1 Enterprise and Entrepreneurship (Pearson Edexcel Business)
msmarwahamsmarwaha

Revision Sheets Topic 1.1 Enterprise and Entrepreneurship (Pearson Edexcel Business)

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topics in 1.1 Enterprise and Entrepreneurship, these include: -1.1.1 The dynamic nature of business -1.1.2 Risk and reward -1.1.3 The role of business enterprise Attached at the end of the notes are revision questions which the students should be able to answer once they have studied the topic. Enjoy!