Number Conversions Flashcards

OCR GCSE J277 Computer Science specification

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.

1 / 10

Ready to master these flashcards?

Sign in to study with spaced repetition and track your progress.

Sign In to Track Progress

Terms in this set (10)

1

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.

2

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.

3

Binary to Hexadecimal Conversion

Group the binary digits into sets of 4 (starting from the right), convert each group to its hexadecimal equivalent.

4

Hexadecimal to Binary Conversion

Convert each hexadecimal digit into its 4-bit binary equivalent.

5

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.

6

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.

7

Binary Addition

Add binary numbers column by column. If the sum in a column is 2 or more, carry over to the next column.

8

Binary Overflow

Occurs when the result of a binary addition exceeds the number of bits available to store it.

9

Binary Shift Left

Shifting binary digits left multiplies the number by 2 for each shift.

10

Binary Shift Right

Shifting binary digits right divides the number by 2 for each shift.

Genie

Want to Learn More?

Get personalised lessons, quizzes, and instant feedback from your AI tutor.

Start Learning