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

88k+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!
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
J276 OCR Computer Science Unit 2.2 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 2.2 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 2.2 Programming techniques 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: sequence selection iteration (count and condition controlled loops) the use of basic string manipulation the use of basic file handling operations: open read write 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 and two dimensional arrays how to use sub programs (functions and procedures) to produce structured code the use of data types: integer real Boolean character and string casting the common arithmetic operators the common Boolean operators. 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!
J277 OCR Computer Science Unit 1.6 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1.6 Revision Sheets / Practice Questions

(0)
NEW J277 SPEC Here you will find easy to follow revision sheets which will help your students to recap the topic: 1.6 Ethical, Legal, Cultural and Environmental Impacts of Digital Technology ¨ Impacts of digital technology on wider society including: o Ethical issues o Legal issues o Cultural issues o Environmental issues o Privacy issues ¨ Legislation relevant to Computer Science: o The Data Protection Act 2018 o Computer Misuse Act 1990 o Copyright Designs and Patents Act 1988 o Software licences (i.e. open source and proprietary)
J277 OCR Computer Science Unit 2.1 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 2.1 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: 2.1 – Algorithms Principles of computational thinking: o Abstraction o Decomposition o Algorithmic thinking Identify the inputs, processes, and outputs for a problem ¨ Structure diagrams ¨ Create, interpret, correct, complete, and refine algorithms using: o Pseudocode o Flowcharts o Reference language/high-level programming language ¨ Identify common errors ¨ Trace tables Standard searching algorithms: o Binary search o Linear search ¨ Standard sorting algorithms: o Bubble sort o Merge sort o Insertion sort 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!
J277 OCR Computer Science Unit 2.3 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 2.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: 2.3 Producing Robust Programs ¨ Defensive design considerations: o Anticipating misuse o Authentication ¨ Input validation ¨ Maintainability: o Use of sub programs o Naming conventions o Indentation o Commenting ¨ The purpose of testing ¨ Types of testing: o Iterative o Final/terminal ¨ Identify syntax and logic errors ¨ Selecting and using suitable test data: o Normal o Boundary o Invalid/Erroneous ¨ Refining 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. Enjoy!
J276 OCR Computer Science Unit 2.4 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 2.4 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 2.4 Computational logic: why data is represented in computer systems in binary form simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT to two levels applying logical operators in appropriate truth tables to solve problems applying computing-related mathematics: – / Exponentiation (^) MOD DIV 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!
J277 OCR Computer Science Unit 2.5 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 2.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: 2.5 – Programming languages and Integrated Development Environments 2.5.1 Languages Characteristics and purpose of different levels of programming language: o High-level languages o Low-level languages The purpose of translators The characteristics of a compiler and an interpreter 2.5.2 The Integrated Development Environment (IDE) Common tools and facilities available in an Integrated Development Environment (IDE): o Editors o Error diagnostics o Run-time environment o Translators
J276 OCR Computer Science Unit 2.3 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J276 OCR Computer Science Unit 2.3 Revision Sheets / Practice Questions

(0)
Here you will find easy to follow revision sheets which will help your students to recap the topic: 2.3 Producing Robust Programs defensive design considerations: input sanitisation/validation planning for contingencies anticipating misuse authentication maintainability: comments indentation the purpose of testing types of testing: iterative final/terminal how to identify syntax and logic errors selecting and using suitable test data. 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!
J277 OCR Computer Science Unit 1.1 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1.1 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.1 Systems Architecture which includes: The purpose of the CPU: o The fetch-execute cycle ¨ Common CPU components and their function: o ALU (Arithmetic Logic Unit) o CU (Control Unit) o Cache o Registers ¨ Von Neumann architecture: o MAR (Memory Address Register) o MDR (Memory Data Register) o Program Counter o Accumulator How common characteristics of CPUs affect their performance: o Clock speed o Cache size o Number of cores ¨ The purpose and characteristics 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!
J277 OCR Computer Science Unit 1 (1.1-1.6) Complete Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1 (1.1-1.6) Complete Revision Sheets / Practice Questions

6 Resources
A complete set of revision sheets for J277 OCR Computer Science. Includes all of the topics for the first unit J277/01: Computer systems. 1,1 Systems architecture 1,2 Memory and storage 1,3 Computer networks, connections and protocols 1.4 Network security 1.5 Systems software 1.6 Ethical, legal, cultural and environmental impacts of digital technology With over 150 practice questions to test your students!!!
SQLite 3 in Python Pack! NEA Controlled Assessment Preparation
msmarwahamsmarwaha

SQLite 3 in Python Pack! NEA Controlled Assessment Preparation

5 Resources
Here is the bundle available to prep students for their GCSEs and also teach them the basics of SQLite3. Easy to follow lessons will help you to: Use SQLite 3 Write To a Database Query a Database (Using one + more criteria) Create a Login System (multiple ways) Make use of Functions (MAX, MIN & AVG) If you want an individual lesson from this pack check out my shop!
J277 OCR Computer Science Unit 2 (2.1-2.5) Complete Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 2 (2.1-2.5) Complete Revision Sheets / Practice Questions

5 Resources
A complete set of revision sheets for J277 OCR Computer Science. Includes all of the topics for the first unit J277/02: Computational thinking, algorithms and programming 2.1 Algorithms 2.2 Programming fundamentals 2.3 Producing robust programs 2.4 Boolean logic 2.5 Programming languages and Integrated Development Environments With over 100 practice questions to test your students!!!
J277 OCR Computer Science Unit 2.4 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 2.4 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: 2.4 – Boolean logic Simple logic diagrams using the operators AND, OR and NOT Truth tables Combining Boolean operators using AND, OR and NOT Applying logical operators in truth tables to solve problems 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!
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
J277 OCR Computer Science Unit 1.4 Revision Sheets / Practice Questions
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1.4 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.4 Network Security 1.4.1 Threats to computer systems and networks ¨ Forms of attack: o Malware o Social engineering, e.g. phishing, people as the ‘weak point’ o Brute-force attacks o Denial of service attacks o Data interception and theft o The concept of SQL injection 1.4.2 Identifying and preventing vulnerabilities ¨ Common prevention methods: o Penetration testing o Anti-malware software o Firewalls o User access levels o Passwords o Encryption o Physical security
J277 OCR Computer Science Unit 1 & 2 Revision Pack
msmarwahamsmarwaha

J277 OCR Computer Science Unit 1 & 2 Revision Pack

11 Resources
The ultimate revision pack for your students to get to grips with the J277 OCR Computer Science specification Includes ALL the resources needed for both unit 1 and unit 2 Computer Systems 1.1 Systems architecture 1.2 Memory and storage 1.3 Computer networks, connections and protocols 1.4 Network security 1.5 Systems software 1.6 Ethical, legal, cultural and environmental impacts of digital technology Computational thinking, algorithms and programming 2.1 Algorithms 2.2 Programming fundamentals 2.3 Producing robust programs 2.4 Boolean logic 2.5 Programming languages and Integrated Development Environments Save yourself 50% with this bundle :)
KS3 Sequencing and Flow Charts
msmarwahamsmarwaha

KS3 Sequencing and Flow Charts

(0)
A simple resource to teach the students about sequencing and flow charts at KS3, it includes all the terminology needed as well as the correct way to develop a flow chart using the correct symbols. Also included is a task related to the use of a "Big Trak" which was used to programme a sequence of instructions. I used this for 2 lessons to get the students used to the ideas of flow charts and sequencing prior to programming. **If Big Traks are unavailable you can also switch this task to something like Flowol as the resource will have already given insight into flow charts
Hardware KS3
msmarwahamsmarwaha

Hardware KS3

(0)
A introduction to computer hardware for KS3, this was part of the Hardware and Software unit that was delivered. Lesson includes an introduction to the topic and tasks to complete. Extensions tasks also included. The full SOW can also be bought in the shop
Software (KS3)
msmarwahamsmarwaha

Software (KS3)

(0)
A introduction to computer software for KS3, this was part of the Hardware and Software unit that was delivered. Lesson includes an introduction to the topic and tasks to complete. Extensions tasks also included. The full SOW can also be bought in the shop!
Inputs and Outputs
msmarwahamsmarwaha

Inputs and Outputs

(0)
A introduction to inputs and outputs for KS3, this was part of the Hardware and Software unit that was delivered. Lesson includes an introduction to the topic and tasks to complete. Extensions tasks also included. The full SOW can also be bought in the shop