CCEA A-Level Digital Technology AS 2 Fundamentals of Digital Technology: a complete overview of data representation, architecture, software and the user interface
A deep-dive CCEA A-Level Digital Technology guide to the AS 2 Fundamentals of Digital Technology unit. Covers data representation in binary and hexadecimal, computer architecture and the fetch-decode-execute cycle, memory and storage hardware, system and application software, the user interface and HCI, and data, information, validation and verification.
Reviewed by: AI editorial process; not yet individually human-reviewed
Jump to a section
What this unit demands
AS 2 Fundamentals of Digital Technology is the technology half of CCEA AS Digital Technology. Where AS 1 is about how systems are built, AS 2 is about what is inside them: how data is represented, how the processor runs instructions, what hardware stores data, what software runs the machine, how users interact with it, and how data quality is protected. The examiners test precise definitions and confident base conversions.
This guide ties the unit's dot points together. Each topic has its own page with worked questions; this overview shows how they connect.
Data representation
Everything is stored as binary. Denary converts to binary by subtracting place values; hexadecimal is a compact shorthand where each digit is four bits. Characters are encoded by a character set (ASCII, Unicode), images as a grid of pixels whose quality and size depend on resolution and colour depth, and sound by sampling, set by sample rate and bit depth. The recurring theme is that higher fidelity always costs more storage.
Architecture and hardware
The CPU contains the control unit, arithmetic logic unit and registers, and runs the fetch-decode-execute cycle over the address, data and control buses. Performance depends on clock speed, cores and cache. Memory is primary (RAM, ROM, cache) or secondary; storage is magnetic, solid state or optical, each chosen by weighing speed, capacity, volatility, cost and portability.
Software and the user interface
System software (the operating system, drivers and utilities) runs and manages the computer; application software does the user's tasks. The operating system manages the processor, memory, files, devices, the interface and security. The user interface comes in graphical, command-line, menu and natural-language forms, and good design follows principles of consistency, simplicity, clear feedback, helpful errors and accessibility.
Data and information
Data is raw; information is processed and meaningful; knowledge is understanding applied to act. Validation checks data is reasonable against rules; verification checks it was entered accurately. Together they protect the quality of the information a system produces.
How this unit is examined
A typical CCEA profile for AS 2:
- Conversions. Denary to binary to hexadecimal and back, often worth several marks.
- Definitions. Distinguishing system from application software, data from information, validation from verification.
- Description. The fetch-decode-execute cycle, operating-system functions, interface types.
- Justification. Choosing memory, storage or an interface type from its characteristics.
Check your knowledge
A mix of conversion, recall and definition questions covering the unit. Attempt them under timed conditions, then check against the solutions.
- Convert denary 75 to 8-bit binary. (2 marks)
- State how many bits a hexadecimal digit represents. (1 mark)
- Name the three phases of the fetch-decode-execute cycle in order. (3 marks)
- State one factor that affects CPU performance and explain its effect. (2 marks)
- Distinguish between RAM and ROM. (2 marks)
- Give one example of system software and one of application software. (2 marks)
- Name two functions of an operating system. (2 marks)
- Explain the difference between validation and verification. (2 marks)
Sources & how we know this
- CCEA GCE Digital Technology specification — CCEA (2016)