Conversion of hexadecimal number 93FA16 to it’s binary number equivalent is A. 10010011111110102 B. 100100111111101112 C. 1100111111100112 D. 1111100001112 E. None of the above

1.00E+16
1.00E+17
1.10E+15
1111100001112 E. None of the above

The correct answer is A. 10010011111110102.

To convert a hexadecimal number to a binary number, you can use the following steps:

  1. Write the hexadecimal number in a column.
  2. Under each digit of the hexadecimal number, write the corresponding binary digits.
  3. Starting from the right, multiply each binary digit by 2 raised to the power of its position in the column.
  4. Add the products of the binary digits.
  5. The result is the binary equivalent of the hexadecimal number.

In this case, the hexadecimal number is 93FA16. The corresponding binary digits are 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0. The products of the binary digits are 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384. Adding the products of the binary digits gives 10010011111110102.

The other options are incorrect because they do not represent the binary equivalent of the hexadecimal number 93FA16.