Binary to Decimal
Sum each bit multiplied by 2 raised to its position (starting from 0 on the right).
Decimal = ฮฃ (bit ร 2^position) AQA GCSE 2025
Essential formulas for binary conversions, logic gates, storage calculations, networking, and CPU performance aligned to AQA GCSE Computer Science (8525) specification.
This formula sheet covers fundamental computer science relationships from the AQA GCSE Computer Science specification, helping you solve problems involving binary arithmetic, data storage, and system performance.
Binary conversions
Logic gate rules
Storage calculations
Network formulas
Converting between binary, decimal, and hexadecimal number systems.
Sum each bit multiplied by 2 raised to its position (starting from 0 on the right).
Decimal = ฮฃ (bit ร 2^position) Repeatedly divide by 2, record remainders, read in reverse order.
Continue until quotient is 0.
Group binary digits into sets of four (from right), convert each group to hex.
Each hex digit represents 4 bits (a nibble).
Multiply each hex digit by 16 raised to its position, sum results.
Decimal = ฮฃ (hex_digit ร 16^position) Topic Focus
Number System Conversions
Calculating file sizes and storage requirements for different data types.
Binary storage units (powers of 2).
1 byte = 8 bits 1 KB = 1024 bytes 1 MB = 1024 KB 1 GB = 1024 MB Number of characters ร bits per character.
ASCII uses 7-8 bits; Unicode uses 16+ bits per character.
File size (bits) = Characters ร Bits per character Uncompressed bitmap image size.
File size (bits) = Width ร Height ร Colour depth Uncompressed audio file size.
File size (bits) = Sample rate ร Bit depth ร Duration ร Channels Topic Focus
File Size Calculations
Understanding logic gate operations and Boolean expressions.
Standard logic gate operations.
AND
A ยท B (output 1 only if both inputs are 1) OR
A + B (output 1 if either input is 1) NOT
ยฌA (inverts the input) XOR
A โ B (output 1 if inputs differ) Topic Focus
Logic Gate Operations
Calculations for processor performance and network transmission.
Instructions per second calculation.
MIPS = (Clock speed in Hz) / (Average cycles per instruction) Time to transmit data over a network.
Time = File size (bits) / Bandwidth (bits per second) Topic Focus
Performance Calculations
Boost your Cambridge exam confidence with these proven study strategies from our tutoring experts.
Always show step-by-step conversions between number bases. This helps secure method marks even if the final answer is incorrect.
Pay attention to units: bits vs bytes, and storage units (KB, MB, GB) which use powers of 1024, not 1000.
Master computer science calculations with expert GCSE tutors who help you understand computational concepts and apply formulas confidently.
Formulas align with AQA GCSE Computer Science specification (8525) for UK students.
Always show your working, check units carefully, and verify conversions are correct.