You are viewing a free preview of this lesson.
Subscribe to unlock all 4 lessons in this course and every other course on LearningBro.
This lesson covers the key theory topics tested on AQA GCSE Computer Science Paper 2, with a focus on the specific methods, mark scheme expectations, and common errors for each topic. Understanding how AQA marks each topic will help you write answers that earn maximum marks.
You must be able to convert fluently between binary (base 2), denary (base 10), and hexadecimal (base 16).
Use place values. An 8-bit binary number has the following columns:
| 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
|---|
Example: Convert 10110101 to denary.
| 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
|---|---|---|---|---|---|---|---|
| 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 |
128 + 32 + 16 + 4 + 1 = 181
Subtract the largest possible place value repeatedly.
Subscribe to continue reading
Get full access to this lesson and all 4 lessons in this course.