Multiple choice

Convert 192 into Hexadecimal number system.

  1. 11000000

  2. 00000011

  3. 03

  4. C0

  5. B0

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

192 can be written as 11000000 in binary form. 11000000 is divided into two strings with 4 bit size. So, it is 1100 and 0000, i.e,C0 in hexadecimal form..