Hero image

Michael Beckett's Shop

Average Rating2.79
(based on 24 reviews)

Mainly Computer Science resources - GCSE and A-Level

124Uploads

73k+Views

11k+Downloads

Mainly Computer Science resources - GCSE and A-Level
Python Programming Challenge - Creating a Strong Password, With clues, Extension Task
mogggamoggga

Python Programming Challenge - Creating a Strong Password, With clues, Extension Task

(0)
A python programming challenge where students are expected to write a program that checks if a password is considered to be strong. The password must be greater than a certain length, include numbers, symbols, upper & lower case letters, not contain certain words or number pattens. The booklet includes: A tick sheet for when students have managed a certain task A test plan to check that certain passwords are ‘strong’ or not Some useful snipits of python code that will assist the students. An extension task. Good practice for string manipulation. Depending on your group ability, this could be a 1 or 2 lesson activity.
A Level Computer Science Mega Revision Bundle
mogggamoggga

A Level Computer Science Mega Revision Bundle

15 Resources
A wide range of A-Level computer science revision worksheets/booklets. Including Programming Techniques Logic Gates, Masks, Shifts Layers, OSI, TCP/IP Compilation (Lexical, Syntax, Code Gen, Optimization) Big O Notation Stacks & Queues Trees, Graphs CPU Entity Relationship Diagrams Binary, Hex, Floating Point, two's compliment Software Development Networks
Python Programming Work Booklets
mogggamoggga

Python Programming Work Booklets

(0)
A set of booklets that get students used to tracing code, predicting outputs, and writing code. I have used these booklets with my classes to prepare students for GCSE computer science. There is a booklet for: Sequence Selection Iteration re-cap on sequence, selection and iteration Functions and procedures Lists Each booklet builds up the students confidence at writing code. Prediction outputs, filling in the blanks, spotting syntax errors and writing code. I get my students to predict, then check if they are correct by typing the code in to either IDLE or an online python application like trinket.io
A Level Computer Science Revision Bundle
mogggamoggga

A Level Computer Science Revision Bundle

3 Resources
2 worksheets + 1 starter activity sheet with a wide range of topics to revise. Descriptions, Matching exercises, multiple choice. Topics: Big O Notation Searching Algorithms Data Types Databases Compression (Lossy v Lossless) Acronym Challenge CPU + a nice starter activity using keywords.
Small Basic Graphics Window
mogggamoggga

Small Basic Graphics Window

(0)
Quick challenges for introducing the graphics window to students. Gets the students looking for clues in the syntax and changing settings.