Hero image

Mr Watkins Resources

Average Rating4.36
(based on 9 reviews)

A place to share some of the resources I have made for Computer Science and Maths. Primarily focused on assessment and curriculum resources for GCSE Computer Science where I feel there is a shortage of good quality material available.

68Uploads

27k+Views

5k+Downloads

A place to share some of the resources I have made for Computer Science and Maths. Primarily focused on assessment and curriculum resources for GCSE Computer Science where I feel there is a shortage of good quality material available.
GCSE Computer Science - Programming Fundamentals Worksheet and Quiz
MrWatkins123MrWatkins123

GCSE Computer Science - Programming Fundamentals Worksheet and Quiz

(0)
This is a combination of 2 resources to create a rich revision or summary lesson on Python programming. The worksheet "Python Fundamentals" contains explanations of key programming concepts and selected questions to help students practice the skills. The document entitled "Main Techniques Quiz" is a multiple choice quiz designed to assess students' understanding of main programming techniques. Thanks, Toby Watkins
GCSE Computer Science Knowledge Organiser - Data Representation
MrWatkins123MrWatkins123

GCSE Computer Science Knowledge Organiser - Data Representation

(1)
A knowledge organiser/revision sheet on the Computer Science topic Data Representation. This includes number systems, conversion of binary and hexadecimal numbers and compression algorithms (Huffman). Each organiser contains key words, key skills and key knowledge. These are great for student revision, or as teaching aids for staff to be aware of the breadth of the module. Thanks, Toby Watkins
GCSE Computer Science Knowledge Organiser - Computational Thinking
MrWatkins123MrWatkins123

GCSE Computer Science Knowledge Organiser - Computational Thinking

(1)
A knowledge organiser on the GCSE Computer Science topic Computational Thinking. Includes algorithm concepts, searching and sorting algorithms, flowcharts and basic pseudocode. Each organiser contains key words, key skills and key knowledge. These are great for student revision, or as teaching aids for staff to be aware of the breadth of the module. Thanks, Toby Watkins
GCSE Computer Science Programming Project / Assessment - Grade Calculator App
MrWatkins123MrWatkins123

GCSE Computer Science Programming Project / Assessment - Grade Calculator App

(0)
This is a programming project assessment designed to assess students' programming skills and help them prepare for their paper 1 assessments and controlled assessments. I use this as an assessed piece to help inform working grades, but can also be delivered as an individual, paired or group project. Full python solution provided for the main parts.
GCSE Computer Science Overall Assessment End of Year 10 Theory Assessment 2 AQA
MrWatkins123MrWatkins123

GCSE Computer Science Overall Assessment End of Year 10 Theory Assessment 2 AQA

(0)
This is a GCSE level assessment of all main topics in the GCSE specification. It is designed as a summary of all topics covered by the end of year 10, but would also be useful as an additional examination resource for year 11. The assessment includes a full mark scheme, along with a manifest detailing topics covered. Here is a brief summary of topics: Computational Thinking Concepts Algorithms Flowcharts Boolean Logic Searching Algorithms Sorting Algorithms Programming Fundamentals Data Types and Structures Selection Iteration Functions and Procedures Maths in Programming Data Representation Converting Binary Numbers Converting Hexadecimal Numbers Units of Data and Character Sets Representing Images Representing Sound Compression The Computer System Computer System Memory and Storage The CPU Types of Software Development and Testing Software Development Cycle Types of Errors Testing Networks Types of Networks Topologies Protocols and Security Hope it is helpful. Toby Watkins
GCSE Computer Science Computational Thinking and Programming Fundamentals Assessment
MrWatkins123MrWatkins123

GCSE Computer Science Computational Thinking and Programming Fundamentals Assessment

(0)
This is a GCSE level assessment of Computational Thinking and Basic Programming. It includes a range of questions designed to test students initial understanding of key computing concepts. List of topics: Computational Thinking Concepts Algorithms Flowcharts Boolean Logic Searching Algorithms Sorting Algorithms Programming Fundamentals Data Types and Structures Selection Iteration Functions and Procedures Maths in Programming I use this as an initial assessment after 2 modules (around 2 months of teaching). Includes a mark scheme to help with marking. Hope it is helpful. Toby Watkins
GCSE Computer Science Paper 1 Mock Exam in style of AQA New Spec Grade 9 - 1 8520
MrWatkins123MrWatkins123

GCSE Computer Science Paper 1 Mock Exam in style of AQA New Spec Grade 9 - 1 8520

(0)
This is a full mock/practice paper 1 for the new specification GCSE Computer Science. It is based on the AQA 8520 style of exams and heavily influenced by the AQA specimen and includes a full exam board level mark scheme. Also suitable for assessing OCR and other exam boards. Currently, there are very few full practices papers online so I decided to make this one. A huge amount of time was invested to make sure it covers the full specification of the new GCSE, so you can actually assess what is necessary. It uses the same proportions of topics and assessment points at the AQA specimen paper so you can accurately attain what your students know or need to work on. Paper 2 will also be available soon. Hope it helps! Toby Watkins
Festive Programming Challenges
MrWatkins123MrWatkins123

Festive Programming Challenges

(2)
A selection of Christmas themed programming challenges aimed at students of varying ability. Tasks were designed with Python in mind, although other programming languages would work.