Computer Science study guides
GCSE-EDEXCEL Β· GCSE (Pearson Edexcel) Β· aligned to Pearson Edexcel.
- Edexcel GCSE Computer Science Topic 1 Computational thinking: decomposition, abstraction, algorithms, trace tables, standard algorithms and truth tables
A deep-dive Edexcel GCSE Computer Science guide to Topic 1 Computational thinking. Covers decomposition and abstraction, writing and following algorithms with sequence, selection and repetition, variables and data structures, the operators, trace tables, error types, the standard searching and sorting algorithms, evaluating efficiency, and truth tables with up to three inputs.
π 14 min readTopic 1 - Edexcel GCSE Computer Science Topic 2 Data: binary, two's complement, hexadecimal, ASCII, images, sound, storage and compression
A deep-dive Edexcel GCSE Computer Science guide to Topic 2 Data. Covers why computers use binary and the number of states a pattern holds, unsigned and two's complement signed integers, denary-binary conversion, binary addition and shifts, overflow, hexadecimal, 7-bit ASCII, bitmap images, sampled sound, the binary storage multiples and file-size calculations, and lossy and lossless compression.
π 15 min readTopic 2 - Edexcel GCSE Computer Science Topic 3 Computers: von Neumann and the CPU, secondary storage, embedded systems, operating systems, utilities and translators
A deep-dive Edexcel GCSE Computer Science guide to Topic 3 Computers. Covers the von Neumann stored program concept and the fetch-decode-execute cycle, secondary storage (magnetic, optical, solid state), embedded systems, the operating system's four functions, utility software, developing robust software, and low-level versus high-level languages with compilers and interpreters.
π 15 min readTopic 3 - Edexcel GCSE Computer Science Topic 4 Networks: LANs and WANs, the internet, wired and wireless, protocols, TCP/IP layers, topologies and network security
A deep-dive Edexcel GCSE Computer Science guide to Topic 4 Networks. Covers why computers are networked, LANs and WANs, how the internet is structured with IP addressing and routers, wired and wireless performance and transmission-time calculations, the network and email protocols, the four-layer TCP/IP model, bus, star and mesh topologies, and network security.
π 15 min readTopic 4 - Edexcel GCSE Computer Science Topic 5 Issues and impact: environmental, ethical and legal data, AI ethics, intellectual property and cybersecurity
A deep-dive Edexcel GCSE Computer Science guide to Topic 5 Issues and impact. Covers the environmental impact of digital devices, the ethical and legal issues of personal data, the ethics of artificial intelligence, machine learning and robotics, intellectual property protection, and cybersecurity threats and protection methods.
π 14 min readTopic 5 - Edexcel GCSE Computer Science Topic 6 Problem solving with programming: developing code, constructs, data types, strings, files, validation and subprograms in Python
A deep-dive Edexcel GCSE Computer Science guide to Topic 6 Problem solving with programming, the onscreen Python paper. Covers developing and debugging code, the program constructs, primitive and structured data types, string handling, input, output and CSV files, validation, authentication and subprograms.
π 16 min readTopic 6