Explore

Number Systems Flashcards
OCR GCSE J277 Computer Science specification
Ready to master these flashcards?
Sign in to study with spaced repetition and track your progress.
Sign In to Track ProgressTerms in this set (10)
Binary
A number system that uses only two digits: 0 and 1. It is base-2 and used by computers to represent data.
Denary
The standard number system humans use, also known as base-10, which includes digits 0 to 9.
Hexadecimal
A number system that uses base-16, including digits 0-9 and letters A-F to represent values.
Binary to Denary Conversion
To convert binary to denary, multiply each binary digit by 2 raised to its position index (starting from 0 on the right) and sum the results.
Denary to Binary Conversion
To convert denary to binary, repeatedly divide the number by 2, recording the remainders, and read the remainders in reverse order.
Hexadecimal to Binary Conversion
Each hexadecimal digit is converted into a 4-bit binary equivalent (e.g., A = 1010).
Binary to Hexadecimal Conversion
Group binary digits into sets of 4 bits (starting from the right) and convert each group into its hexadecimal equivalent.
Binary Addition
Add binary numbers bit by bit, carrying over when the sum exceeds 1 (e.g., 1+1=10).
Overflow Error
Occurs in binary addition when the result exceeds the number of bits available to store it.
Binary Shift
A left shift multiplies a binary number by powers of 2, while a right shift divides it by powers of 2.

Want to Learn More?
Get personalised lessons, quizzes, and instant feedback from your AI tutor.
Start Learning