6 Answers - Sort by: Date | Rating
Hi,
The Decimal number system that we commonly use is based on 10 symbols(0,1,2,3,4,5,6,7,8,9) while computer uses Binary number System based on two symbols (0,1).
So, "3" in decimal is represented as "11" in binary and "23" in decimal is "10111" in binary.
So how to convert "10111" to the equivalent 23?
Start from the right of "10111"
1) Take the rightmost 1 and multiply with 2^0(2 raised
to the power 0) i.e. 1 x 2^0 = 1x1 = 1
2) Now we are left with "1011" and 1
3) Take the rightmost 1 and multiply with 2^1 i.e.
1x2^1 = 1x2 = 2
4) Now we have "101" and 1,2
5) Take the next rightmost 1 and apply 1x2^2 i.e.
1x4 = 4
6) Now we have "10" and 1,2,4
7) Take the rightmost 0. 0x2^3 = 0x8 = 0
8) Now we have "1" and 1,2,4,0
9) Take the last remaining 1. 1x2^4 = 1x16 = 16
10) At last the whole binary number is processed and
we are left with 1,2,4,0,16. Add all these numbers
i.e. 1+2+4+0+16 = 23.
That's the answer.
Summary:
1) Start processing the binary number from the left.
2) Multiply each number with 2^n, where n=0
in the start and keeps increasing in value by 1
with each turn. i.e. 0,1,2,3.....
3) Add all the results from each step to get the
Decimal equivalent.
The Decimal number system that we commonly use is based on 10 symbols(0,1,2,3,4,5,6,7,8,9) while computer uses Binary number System based on two symbols (0,1).
So, "3" in decimal is represented as "11" in binary and "23" in decimal is "10111" in binary.
So how to convert "10111" to the equivalent 23?
Start from the right of "10111"
1) Take the rightmost 1 and multiply with 2^0(2 raised
to the power 0) i.e. 1 x 2^0 = 1x1 = 1
2) Now we are left with "1011" and 1
3) Take the rightmost 1 and multiply with 2^1 i.e.
1x2^1 = 1x2 = 2
4) Now we have "101" and 1,2
5) Take the next rightmost 1 and apply 1x2^2 i.e.
1x4 = 4
6) Now we have "10" and 1,2,4
7) Take the rightmost 0. 0x2^3 = 0x8 = 0
8) Now we have "1" and 1,2,4,0
9) Take the last remaining 1. 1x2^4 = 1x16 = 16
10) At last the whole binary number is processed and
we are left with 1,2,4,0,16. Add all these numbers
i.e. 1+2+4+0+16 = 23.
That's the answer.
Summary:
1) Start processing the binary number from the left.
2) Multiply each number with 2^n, where n=0
in the start and keeps increasing in value by 1
with each turn. i.e. 0,1,2,3.....
3) Add all the results from each step to get the
Decimal equivalent.
0
0
Each digit of binary number is multiplied by the power from right to left then all numbers are added have the decimal form for e.g
if the decimal form of 10011 is required then
=1*2^0=1*1=1
=1*2^1=1*2=2
=0*2^2=0*4=0
=0*2^3=0*8=0
=1*2^4=1*16=16
now adding 1+2+0+0+16 we get 19 which is the decimal form of 10011
if the decimal form of 10011 is required then
=1*2^0=1*1=1
=1*2^1=1*2=2
=0*2^2=0*4=0
=0*2^3=0*8=0
=1*2^4=1*16=16
now adding 1+2+0+0+16 we get 19 which is the decimal form of 10011
0
0
From right ( memory number + bit_N_on_number1 + bit_N_on_number2)
0 + 1 + 1 = 0 ( 1 to memory)
1 + 0 + 1 = 0 ( 1 to memory)
1 + 0 + 1 = 0 ( 1 to memory )
1 + 1 + 1 = 1 ( 1 to memory )
1 + 0 + 0 = 1 ( 0 to memory)
=> Result 11000
0 + 1 + 1 = 0 ( 1 to memory)
1 + 0 + 1 = 0 ( 1 to memory)
1 + 0 + 1 = 0 ( 1 to memory )
1 + 1 + 1 = 1 ( 1 to memory )
1 + 0 + 0 = 1 ( 0 to memory)
=> Result 11000
0
0
Guest
answered 9 months ago
Guest
answered 7 months ago
Convert the following binary and decimal number into their respective number system.
I) 396 = ( ? )2
ii) 101011 = ( ? )10
I) 396 = ( ? )2
ii) 101011 = ( ? )10
0
0
Guest
answered 2 months ago
- How To Make A Good Fansite?
- A Network Technician Is Installing Network Service In A New Office. What Is The Distance Limitation Of A Single Data Run For UT Cabling Without Adding Networking Devices?
- A User On The Network Needs To Be Able To Add And Remove Files In A Shared Folder On An NTS-formatted Server. Users Should Never Be Allowed To Assume Ownership Of The Shared Folder. Which Permission Should The Administrator Assign To The User?
- What Is The Different Between Power And Essential Power?
- How Do You Beat MW2 On Veteran?
- How Can I Update My Produbt Key?
- Describe The Operating Software And The Different Software Of The Future May Be Like?
- Can I Get My Free Cams Premium Without Paying?
- I Am Using ACT! By Sage CRM For Small Business. Suggest Me Some ACT! Hosting And ACT! Web Hosting Service Provider?
- What Is One Thing A Technician Can Determine About A System When Using The Command Ipconfig?
- Using RIS, A Technician Is Having Difficulties Performing A Remote Installation. Which Two Problems Would Cause The Remote Installations To Fail? (Choose Two.)
- How Do I Put In The Password For Shaymin Into Platinum Without Ar?
- What I Need To Undergo If I Make A Program?
- Why Does The Internet Say Bad Try When I Want To Download The Rom?
- Are There Any Free Resident Accounts On Ourworld?
- Describe How Remotely Sited Computer Are Able To Communicated?
- What Do We Do First Do We Edit Or Proof Read?
- How To Connect IP Address?
- How Do I Find Carolyn Hooker On My Buddy List?
- How To Make Flowchart For Factorial Numbers?
- Write The Help Of Suitable Programming Example,explain Selection Control Statements And Iteration Statement In C++?
- What Are The Demerits Of Traditional Programming?
- What Is Rad.msn.com?
- How Do U Get A Lamborghini(cheat) In Vice City Gta?
- What Are The Limination Of The Computer? Yes
- Can Anyone Convert The Number 1001 From Binary Number System To Decimal Number System?
- Can Anyone Convert The Number 1000 From Binary Number System To Decimal Number System?
- Can Anyone Convert The Number 10001000 From Binary Number System To Decimal Number System?
- Can Anyone Convert The Number 100100 From Binary Number System To Decimal Number System?
- Can Anyone Convert The Number 11100 From Binary Number System To Decimal Number System?
- How To Convert Binary Number System Into Decimal Number System? Like I) 396 = Ii) 101011
- How To Convert Decimal Number To Binary Number?
- Explain How You Can Convert A Decimal Number To A Binary Number?
- What Is The Binary Number System And How Is It Different Form The Decimal Number System?

New Comment - Comments are editable for 5 min.