f) Converting between hex, binary and denary

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 5

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

6 Terms

1

How do you convert from binary to denary?

Make a base 2 grid, fill it in with 1’s under the numbers that are in your binary number. Sum the numbers above the 1’s.

New cards
2

How do you convert from denary to binary?

Make a base 2 grid, fill in 1’s under the numbers which sum to your denary number. Fill the rest with zeros, and this is your binary number.

New cards
3

How do you convert from binary to hex?

Split the byte into two nibbles, convert each nibble to hex and then combine again.

New cards
4

How do you convert from hex to binary?

Split the hex number up, create two nibbles from the hex numbers and combine the nibbles.

New cards
5

How do you convert from hex to denary?

Hex to binary to denary

New cards
6

How do you convert from denary to hex?

Denary to binary to hex

New cards
robot