write the step to perform the the following conversion.
(a) hexadecimal number system to decimal number system .
(b) octal number system to decimal number system .
(c) binary number system to decimal number system
(d) decimal number system. to any binary system .
Answers
Answer:
a. To convert a hexadecimal to a decimal manually, you must start by multiplying the hex number by 16. Then, you raise it to a power of 0 and increase that power by 1 each time according to the hexadecimal number equivalent.
b. Number. So the first one the one we're going to multiply that by 8th to 0 and then the 7. We're going to multiply that by 8 to the first power and is 0 by H squared and the 1 by 8 to the third.
c. Number let us start by converting one one one one base to two decimal. The base two indicates that a number is a binary number first of all write down the digit position starting from the right zero.
d. Divide the number by 2.
Get the integer quotient for the next iteration.
Get the remainder for the binary digit.
Repeat the steps until the quotient is equal to 0.
hope i help you
Explanation: