explain how to change any number to binary digit. (take any number to change).....
Answers
Answered by
1
i have a trick which is different from classical method ..
so first of all you have to write
all powers of 2 including 2 power zero like
256,128,64,32,16,8,4,2,1
ig you get any no. try to get that no. from adding smallest possible no. from these above
(this method will become very lenghty for very big no.)
the no which you are using put their 1 and 0 ti rest..
so first of all you have to write
all powers of 2 including 2 power zero like
256,128,64,32,16,8,4,2,1
ig you get any no. try to get that no. from adding smallest possible no. from these above
(this method will become very lenghty for very big no.)
the no which you are using put their 1 and 0 ti rest..
Attachments:
Similar questions