Skip to main content

The Writers | Binary Numbers | How to convert decimals into binary digits.

Binary Numbers

A binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically "0" and "1". The base-2 numeral system is a positional notation with a radix of 2. Radix is basically another term for the base.

The decimal digits are 0,1,2,3,4,5,6,7,8,9.

Each digit is referred to as a bit.

If the total binary digit is 1 then it is called bit.
If the total binary digits are 4 then it is called nibble.
If the total binary digits are 8 then it is called byte.


Conversion of a decimal number into binary form :

  1. Let there be a number, say, 42. Now we know that binary digit places are the powers of 2

  1. Now,       26       25       24       23        22        21         20

                       64     32     16       8        4         2        1                

     
     3.   Now  42 < 64  so subtract 32 from 42 as 42 > 32.

     4.   42 - 32  = 10.

     5.   Now  10>8  so  10-8 = 2.

     6.   Now  2-2 = 0
    
     7.   Since 32, 8, 2, are the only numbers to be used so mark them as 1 and the rest as 0

     8.   So after marking them in the above table 
  
                                  
                    26      25      24       23       22        21       20


                    0       1       0       1        0        1        0


                      
        Therefore the binary digits of the number 42 will be 101010 


Comments

Popular posts from this blog

The Writers| 5 ways of becoming a millionaire thhrough Live Streaming

Live streaming apps are widely used nowadays since they help you broadcast live streams. You may also tune in with what other people are broadcasting in different parts of the world. With live streaming apps, you may connect with your friends, relatives and loved ones in real time. You can get updated of the things that they do or celebrate.                                                         TWITCH   Twitch is a live streaming platform but it targets the gaming community. This app lets you broadcast your game play and chat with other viewers & streamers anytime all over the world. It supports a wide variety of platforms including PlayStation 4, Xbox One and PC. Besides, it is also considered one of the best live streaming apps for Android and iPhone which is loved by gamers. STREAMUP Streamup offers a fun way of ...

The Writers| The Ultimate Guide To MAKE BLOG SUPERFAMOUS

The Ultimate Guide To MAKE BLOG SUPERFAMOUS The most significant way to develop a loyal online following is by creating useful content that readers will consume and share. “Blogging, at its core, is about offering something of value to your audience,” says Dharmesh Shah, co-founder and chief technology officer of the inbound marketing software company  HubSpot , and the author of  Inbound Marketing: Get Found Using Google, Social Media, and Blogs . Making a blog popular is every bloggers dream. It cannot be done overnight and I know it is not easy if you are new in the business but if you are hard working and are willing to learn and adapt, I can guarantee success my friend. So without further waiting, I am listing out several tremendous ways you can get your blog popular. 1. Make sure your content is Search Friendly.  Get smart about search engine optimization. Identify the key words for searching for a posting’s subject matter, and think about th...