![]() |
Created by William Henderson
over 6 years ago
|
|
Question | Answer |
How do you convert binary into hexadecimal? | 1. Split the binary number into two nibbles 2. Convert each one into a denary number 3. Convert the two denary numbers into hexadecimal 4. Bring them together |
How do you convert hexadecimal into binary? | 1. Convert each hexadecimal number into denary 2. Convert each denary number into a binary nibble 3. Bring each nibble together |
There are no comments, be the first and leave one below:
Want to create your own Flashcards for free with GoConqr? Learn more.