2.2 Programming Fundamentals

Please note, whilst it is absolutely possible to learn programming by reading, you are much better off actually doing some programming! The notes here are just that – revision notes, a backup should you miss a lesson, something to use…

2.1.3 – Searching and Sorting Algorithms

This is one of the most straightforward parts of unit 2. All of the algorithms here have easy to understand methods and are sufficiently different that you shouldn’t confuse one for the other. As usual, at GCSE level, you need…

2.4 – Boolean Logic

In Unit 1 we learned that the CPU has a fixed set of instructions (an instruction set) and that these can be combined to make useful programs. The CPU then fetches, decodes and executes these instructions continuously until the power…

2.3 – Producing Robust Programs

This section is all about creating programs that don’t fall apart as soon as something unexpected happens. We should all know by now that computers have zero intelligence and can only do exactly as they are told. Therefore, when we…

2.1.2 Designing, Creating and Refining Algorithms

Section two is a little bit all over the shop. In 2.1.2 you are expected to be able to demonstrate the skill of creating and writing algorithms in three ways – one of which is in a programming language. In…

2.1.1 – Computational Thinking

How do we actually get machines to do things for us? The dream many decades ago was that we would simply sit in front of a ChatGPT like interface and just dictate our problems into a machine and a few…

1.6.1 Ethical, Legal, Cultural and Environmental ImpactÂ

This section of the course is simultaneously the most in depth and interesting of all topics we study. The legal side of computing is fascinating in its own right, but the often forgotten environmental impact of the technology we consume…

1.5.2 – Utility Software

Utilities are pieces of software which perform a single, specific task in a computer system and usually do so in the background with little or no user interaction. Utilities have been around since the dawn of computing and basically fall…

1.5.1 – Operating Systems

Operating Systems are the single most important piece of software on any computer system. All computer systems must have an operating system in order to work, whether you notice it or not! Any OS is an incredibly complex and intricate…