Computer Science, asked by mdivakar2543, 11 months ago

Convert binary,octal and hexadecimal into decimal number system

Answers

Answered by Anonymous
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