go to previous page   go to home page   go to next page hear noise highlighting

What is sixteen times 8B3 ?

Answer:

8B30


Shifting by one Place in Base Sixteen

Adding a 0 to the end of an integer written in base sixteen multiplies the integer by sixteen. To multiply an integer by sixteenN, add N zeros on the right:

8B3 × 103 = 8B3000      (Here 10 means sixteen.)

To divide an integer represented in hexadecimal by 16, remove the rightmost digit. The result is the quotient. The removed digit is the remainder.

 8B3 div sixteen    =   8B (remainder 3).

QUESTION 10:

A (base 16)   =   (base 10)   =   (base 2)


go to previous page   go to home page   go to next page