Monday 22 October 2012

Number System Conversion by Nurul Faizah

NUMBER SYSTEM CONVERSION



1. BINARY TO OCTAL

  • Bits from binary will be grouped into 3 bit starting from LSB.
  • Each 3 bits group will be converted to octal.
  • Example : 

2. OCTAL TO BINARY

  • Converting octal to binary, is usually by referring the conversion table as shown above.
  • Each octal number have their own binary number, grouped in 3 bits per number.
  • Example : 

3. HEXADECIMAL TO BINARY

  • Converting hexadecimal to binary, is usually by referring the conversion table as shown above.
  • Each octal number have their own binary number, grouped in 4 bits per number.
  • Example :

4. BINARY TO HEXADECIMAL

  • Bits from binary will be grouped into 4 bit.
  • Each 4 bits group will be converted to hexadecimal by referring to the table shown above.
  • Example :




by Nurul Faizah binti Sasaruddin - B031210257




No comments:

Post a Comment