Makahanap ng mga solusyon at sagot sa lahat ng iyong katanungan sa IDNStudy.com. Makakuha ng mabilis at eksaktong sagot sa iyong mga tanong mula sa aming mga eksperto na laging handang tumulong.

Your classmate challenge you to get the binary number of 256,

what will be the value of decimal 256 in to binary?​


Sagot :

100000000

256256/2 = 128, remainder is 0

128/2 = 64, remainder is 0

64/2 = 32, remainder is 0

32/2 = 16, remainder is 0

16/2 = 8, remainder is 0

8/2 = 4, remainder is 0

4/2 = 2, remainder is 0

2/2 = 1, remainder is 0

1/2 = 0, remainder is 1