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.
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.
Pseudocode Basics
phablessedphablessed

Pseudocode Basics

(0)
This resources explains what algorithms are, and explains the basics of pseudocode including variables, selection, loops, counting and totaling. It introduces the concepts of variables, selection, loops, counting and totaling with worked examples for each topic and challenge topics which combine two or more of the concepts explained. Scaffolding has been used to introduce each topic so it is not daunting for students. The resource could be used for at least 4 lessons after which your students should be very confident.
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.
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.
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
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.
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.
Introduction to Programming - Lesson 1 (suitable for Python and Visual Basic)
phablessedphablessed

Introduction to Programming - Lesson 1 (suitable for Python and Visual Basic)

(0)
This is the first of 8 lessons introducing programming to students. Teaching programming should not be about teaching the language - its should be about the ability of students to breakdown a problem into simple instructions that they can write program code for. This unit teaches students about variables, selection If.., If...Else.., Case..., Loops (count-controlled, pre & post condition loops), arrays and subroutines. This resource covers pseudocode, Visual Basic and Python syntax.
Introduction to Python Programming - Complete Unit suitable for years 7, 8 or 9.
phablessedphablessed

Introduction to Python Programming - Complete Unit suitable for years 7, 8 or 9.

(0)
This resource is a whole unit of work suitable for years 7. 8 or 9. It consists of 4 one hour lessons with Presentations and tasks, including worked examples. It covers python numbers, selection and iteration and includes tasks for each lesson. The activities for each lesson are scaffolded to make it easy for students to follow and understand. This resource has worked very well with our year 7 classes in our school.
Python programming Unit - Lesson 2
phablessedphablessed

Python programming Unit - Lesson 2

(0)
This unit covers everything your students need to learn the basics of python programming. There are extension tasks for each lesson and the worked solutions for each task written in Python (zipped folder). The worked solutions from the second lesson upwards in the unit has comments explaining things like string.lower() and when it is used etc. This lesson covers selection starting from checking one condition only, then 2 conditions progressing to 5 conditions. The presentation scaffolds the topic making it easy for students to understand the concepts used.
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.
Binary Addition - Complete Lesson
phablessedphablessed

Binary Addition - Complete Lesson

(0)
GCSE Binary addition. This contains resources for a whole lesson - lesson plan, presentation, worksheets and extension worksheeet. 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.