COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

BINARY OCTAL DECIMAL AND HEXADECIMAL NUMBER SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Convert the Hex number 93 to decimal .
A
39
B
132
C
147
D
150
Explanation: 

Detailed explanation-1: -The conversion of hexadecimal to decimal is done by using the base number 16. The hexadecimal digit is expanded to multiply each digit with the power of 16. The power starts at 0 from the right moving forward towards the right with the increase in power. For the conversion to complete, the multiplied numbers are added.

There is 1 question to complete.