Biyernes, Enero 31, 2014

Computer's Language

Computer is a very intelligent machine and it only computes 0 and 1 in just a glimpse of an eye.

Converting Binary, Decimal and Hexadecimal is quite interesting and uhm. . .fun. It is like a secret code that you should convert to understand it. Computers converts decimal or hexadecimal into binary enable for them to understand.

YES. Computer Science involves MATH. You need your math skills in order to get the correct corresponding answer. Example: Binary to Hexadecimal. 0001 10012 ----- _______16 


  • Group the numbers into 2 with the equal value of 8, 4, 2, 1 
           8, 4, 2, 1     8, 4, 2, 1       
           0  0  0  1     1  0  0  1

  •  Add the given equivalent values.
          0 + 0 + 0 + 1 = 1
          8 + 0 + 0 + 1 = 9

The rightmost digit indicates the ones digit while the leftmost indicates the tens digit so the answer is 19.

Walang komento:

Mag-post ng isang Komento