1 . How do you convert a binary number into a decimal number? Describe.
-
Answers
Answered by
3
To convert a binary number into decimal number multiply the digit with 2^n where n is the place value of digit starting from zero and add all values . For Example :-
Binary number =(11101)_2
Starting from right of number :-
Hence ,Converted into decimal .
Similar questions