Convert binary,octal and hexadecimal into decimal number system
Answers
Answered by
1
Answer:
for converting binary to decimal number system is by multiplying each digit with 2 to its powers
for octal we should multiply with 8 to its power
for hexadecimal we should multiply with 16 to its powers
Similar questions