Explore

Number Conversions 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 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.
Binary to Hexadecimal Conversion
Group the binary digits into sets of 4 (starting from the right), convert each group to its hexadecimal equivalent.
Hexadecimal to Binary Conversion
Convert each hexadecimal digit into its 4-bit binary equivalent.
Denary to Hexadecimal Conversion
Divide the denary number by 16 repeatedly, recording the remainders. Convert the remainders to hexadecimal digits and read them in reverse order.
Hexadecimal to Denary Conversion
Multiply each hexadecimal digit by 16 raised to its position index (starting from 0 on the right) and sum the results.
Binary Addition
Add binary numbers column by column. If the sum in a column is 2 or more, carry over to the next column.
Binary Overflow
Occurs when the result of a binary addition exceeds the number of bits available to store it.
Binary Shift Left
Shifting binary digits left multiplies the number by 2 for each shift.
Binary Shift Right
Shifting binary digits right divides the number by 2 for each shift.

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