Hero image

Phablessed's Shop

Average Rating3.50
(based on 2 reviews)

Producer and supplier of secondary computer science resources for key stage 3, key stage 4 and key stage 5. The owner has been teaching computer science since 2003 and taught students who have come out as top A Level computer science students for three different examination boards.

Producer and supplier of secondary computer science resources for key stage 3, key stage 4 and key stage 5. The owner has been teaching computer science since 2003 and taught students who have come out as top A Level computer science students for three different examination boards.
Introduction to Databases
phablessedphablessed

Introduction to Databases

(0)
This resource is an introductory lesson for databases. It is suitable for KS3 or even KS4 students who are being introduced to databases as it explains the concepts of fields, records and primary keys. There are three activities (including a homework activity) that students can complete to enhance their understanding of these concepts.
Binary Addition. Two different methods to add binary numbers
phablessedphablessed

Binary Addition. Two different methods to add binary numbers

(0)
GCSE Binary addition. This resource teaches how to add binary numbers using two different methods. Each method is described and a demonstration of how it is used to add binary numbers follows . This is followed by exercises to reinforce the learning. I have used it with my year 9 classes and it worked very well even for less able pupils.
Introduction to Structured English
phablessedphablessed

Introduction to Structured English

(0)
This introduction to structured English presentation is suitable for GCSE and A Level Computer Science. It has explains with examples how to write structured English to solve simple problems. It also has tasks for all abilities.
Databases - SQL tasks
phablessedphablessed

Databases - SQL tasks

(1)
Seventeen SQL tasks covering the creation and modification of a database structure and querying or modifying data in a table. There is a separate worksheet with the tasks and model answers. This resource is the last of three resources which have been developed for the A level Computer Science course. All the three resources have been used successfully in the classroom.
Data security
phablessedphablessed

Data security

(0)
This presentation covers data security, privacy and integrity. How to protect computer systems - user accounts and firewalls. It also covers authentication methods, digital certificates and signatures, backups and disk mirroring (raid 1).
Processor Instruction set 1.4.4
phablessedphablessed

Processor Instruction set 1.4.4

(0)
This presentation covers different addressing modes such as direct, immediate, indirect and indexed. It also covers symbolic addressing, assembly language instructions and two-pass assembler.
Data Transmission - GCSE
phablessedphablessed

Data Transmission - GCSE

(0)
This presentation covers parallel and serial data transmission, simplex, half-duplex and duplex transmission. It also covers error checking with parity bits using odd, even and parity blocks and checksums.
Database Management Systems, DDL and DML.
phablessedphablessed

Database Management Systems, DDL and DML.

(0)
This presentation has examples of SQL statements with exercises. It explains what DDL and DML are. It also has questions on E-R diagrams and Relational databases. It is suitable for CIE, AQA and OCR examination boards.
Visual Basic Built-In functions
phablessedphablessed

Visual Basic Built-In functions

(0)
This presentation covers VB string,formatting and random functions. It covers most of the VB.NET 2010 which are useful for the CIE, AQA and other examination boards for A Level.
Web layers and HTML
phablessedphablessed

Web layers and HTML

(0)
This resource is suitable for key stage 3 and key stage 4. It covers the different web layers and introduces HTML using Brackets a lightweight
Database and data modelling
phablessedphablessed

Database and data modelling

(0)
This resource covers flat files and relational databases. It explains access rights, advantages of relational databases and features of a relational database management systems.It also has an example of a program being used to connect to a relational database.
Python programming - Lesson 1
phablessedphablessed

Python programming - Lesson 1

(0)
This resource is useful as an introductory lesson for python programming. It is suitable for years 7, 8 or 9 taking their first python programming lesson. It has cross-curricular inks with maths - working with number. The resource consists of a presentation, worksheet and a lesson plan. It covers the python IDE and explains float and int. The tasks are split into sections A and B. Section A could be completed/attempted by less able students. The resource includes videos to walk students through installing and running their first programs on both Windows and IOS. There are other videos which students could watch to help them work on the tasks. This is the first in a series of 8 python programming lessons to cover the data types, assignment (variables), selection, repetition and lists.
Number representation
phablessedphablessed

Number representation

(0)
This resource covers the binary, BCD and hexadecimal number system. It also covers the conversion from one number system to another and the expression of positive or negative integers in two's complement form.