Binary number system to other number syatem conversation.
Binary number system to other number system convertion:- Binary number system is a number system in which only two numbers are present as 0 or 1. In this number system only two numbers are present so the base or radix of this number system is 2. Binary to decimal convertion:- *any given binary number can be converted into in a equivalent decimal number by using Positional number to each other. Method for convertion :- 1) write the given binary number with space. 2) now apply Positional weight to each number. 3)cross out all weight under the zero. 4) add the raimaing weight. 5) this addition gives equivalent decimal number of given binary number. *Let's we take a example of this conversion. Ex :- Step 1) :- write the given binary number with space. step 2) :- now apply Positional weight to each number. step 3) :- cross o...