Question | Answer |
How to convert from Decimal to Binary | Subtract starting from the left the decimal value using the binary values: 1024, 512, 256, 128 64 32 16 8 4 2 1 |
Converting Binary to Decimal | Set the Binary value bits then add up all on bit values which will result in the decimal value |
Converting Binary to Hexadecimal | Split the binary 8 bit (1 Byte) into two 4 bit nibbles. Each nibble has a binary value of 8, 4, 2, 1 then add each hex value |
How to convert decimal to hexadecimal | Convert decimal to binary then split the binary bits into nibbles starting from the right and add the hex values from each nibble |
Want to create your own Flashcards for free with GoConqr? Learn more.