CameraIcon
CameraIcon
SearchIcon
MyQuestionIcon
MyQuestionIcon
1
You visited us 1 times! Enjoying our articles? Unlock Full Access!
Question

Convert 192 to binary.


Open in App
Solution

The given number is192.

If we represent any number in the form of 0and1, then that is the binary representation of the given number.

To convert a decimal number to binary, we divide it successively by2, until the quotient is 0. Keep the whole part for the next step and set the remainder aside.

1922=96,remainderis0,

962=48,remainderis0

482=24,remainderis0

242=12,remainderis0

122=6,remainderis0

62=3,remainderis0

32=1,remainderis1

12=0,remainderis1

Now, read from the bottom (MSB) to top (LSB) as 11000000

So 19210=110000002.


flag
Suggest Corrections
thumbs-up
1
Join BYJU'S Learning Program
similar_icon
Related Videos
thumbnail
lock
A Little Secret About Fractions and Decimals
MATHEMATICS
Watch in App
Join BYJU'S Learning Program
CrossIcon