Untitled

Binary Manipulation and Negative Numbers -

Rules -

Conversions -

Denary to Hexadecimal -

  1. Convert number to binary first
  2. Split 8 bit binary to two 4 bit binary numbers
  3. Find the values for both 4 bit binary numbers
  4. Convert to hexadecimal

Hexadecimal to Denary -

  1. Convert hexadecimal into 4 bit binary numbers
  2. add the 4 bit binary numbers to make an x bit binary number
  3. find the value of the x bit binary number