Sunday, 21 October 2012

Binary Number Part 4

Hexadecimal

Now that we are done with be Binary Numbers
Conversion and Operations, We will be moving to the next Number System which is Hexadecimal.

Hexadecimal is a number system which contains 16 digits. The numbers is:


0  1  2  3  4  5  6  7  8  9  A  B  C  D  E F

  

   *Keep in mind that this number could be represented in decimal as~
    -A represents 10
    -B represents 11
    -C represents 12
    -D represents 13
    -E represents 14
    -F represents 15



Converting Binary To Hexadecimal







By referring to the upper table, it's easier to understand how to convert binary to a hexadecimal number.However, I'm quite sure the table won't be given during any examination  so please memorize it okay?

Step1


Let says for example, we take 1000000000111111 as our 16 bit binary numbers,

First of all seperate the numbers into 4 bit binary numbers 

eg:


      1000   0000   0011   1111



Step2

Then change it into the binary by referring to it's value. For example  1111 is 15 means  it's F.

eg:


 


      1000   0000   0011   1111


         8          0         3       F


Therefore the answer is 803F!

Another simple steps isn't it? 


Here, for more detail about this conversion refer  below here :) 



 

                                                                                                  By : Lai Chai Teng



No comments:

Post a Comment