GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Networking
Go To First  |  Previous Question  |  Next Question 
 Networking  |  Question 12 of 84    Print  
Can somebody give me a clear calculation and explanation why 2 is 10 in binary digits?

  
Total Answers and Comments: 9 Last Update: March 07, 2009     Asked by: tdj 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 18, 2006 09:09:47   #1  
Athiq        

RE: Can somebody give me a clear calculation and expla...

It is very simple do you no about hexadecimal values.ok cool i will give you a list of hexadecimal values..

Binary------>Hexadecimal

0000-------->0

0001-------->1

0010-------->2

0011-------->3

0100-------->4

0101-------->5

0110-------->6

0111-------->7

1000-------->8

1001-------->9

1010-------->A

1011-------->B

1100-------->C

1101-------->D

1110-------->E

1111-------->F

The above table explains you why 2 called 10 in binary.

I will give you a small example.

Write 2 and 5 in hexadecimal form

In hexa 11 can be written as 1011 this is in binary and in hexa A.

In hexa 15 can be written as 1111 this is in binary and in hexa F.

Now you compare the above table.....

Hope you understand this...If their is any doubts feel free to ask


 
Is this answer useful? Yes | No
April 18, 2006 17:02:40   #2  
sunilverma Member Since: April 2006   Contribution: 2    

RE: Can somebody give me a clear calculation and expla...

Decimal is a numbering system with base 10 i.e. it has ten digits in any numbering system total number of possible digitd always equals the base of that numbering system thus 10 possible digits in decimal 0 1 2 3 4 5 6 7 8 9.

To start counting you start from 0 and increment the ones position till you reach the last possible digit after that you increment the tens position and reset the ones position to zero and count again...

On similar pattern: total number of digits in binary (base 2) will be 2 i.e. 0 1 so when you start counting...

0 0

1 1 <- max binary digit

2 10 <- increase the tens (ideally you should call it twos) position and reset ones position to 0.


 
Is this answer useful? Yes | No
June 25, 2006 04:54:33   #3  
Vignesh        

RE: Can somebody give me a clear calculation and expla...

hi... im a final year B.Tech Student..

'2' is of base 10 - it is a decimal number.

binary number has a base 2 - ie all the binary no.s have only 1s n 0s

a conversion mechanism can be used.. since the base10 no has to be converted into a base2

divide '2' by 2.. the quotient is 1 and remainder is 0.. 1 cannot be further divided.. so write the answer in reverse order which becomes 10.


 
Is this answer useful? Yes | No
July 26, 2006 21:04:40   #4  
navaneethan        

RE: Can somebody give me a clear calculation and expla...
In decimal system upto ten numbers are possible(0-9).In binary only two(0-1). So the first number is 0 in both next 1 1 next 10 1. Because the possiblity of the next greatest number to 1 in binary is 10.
 
Is this answer useful? Yes | No
February 22, 2007 06:05:01   #5  
sunilbaglur Member Since: April 2006   Contribution: 6    

RE: Can somebody give me a clear calculation and expla...
in binary no system there are only 2nos they are 1sand 0s and it also called base 2 no system

for writing the binary value of 2

it is calculate using powers of 2
20 21 22

Like this so the value of 2 is 10


 
Is this answer useful? Yes | No
April 18, 2007 04:07:25   #6  
Dinesh kr Singh        

RE: Can somebody give me a clear calculation and expla...
Hi
It has a very simple principle to convert decimal into binary
1) write decimal nos. like 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 6 17.........99 100...
2) cut those are not 0 OR 1
3) rest are binaries


For Example:- 0 1 2 3 4 5 6 7 8 9 10 11 12 13 ........ 99 100 101 102..... 109 110 111
by cutting non 0 & 1s rest we left are 0 1 10 11 100 101 110 111 only in the given

now compare these with decimals
0 ----> 0
1-----> 1
2-----> 10
3 ----> 11
4-----> 100
5-----> 101
6-----> 110
7------> 111

& so on
hope now u must hav got ur answer
for further querries reply it.

 
Is this answer useful? Yes | No
April 27, 2007 04:47:36   #7  
sonali        

RE: Can somebody give me a clear calculation and expla...
to find binary of any number:

divide the number by 2 till u get remainder 1.& note down the remainder for each. this remainder is your corresponding binary. but while writing final answer u have to write from last remainder to first.

here is example:
14 1110

14/2 7 remainder 0
7/2 3 remainder 1
3/2 1 remainder 1
1 remainder 1

as i said while writing write from bottom to top that is 1110

 
Is this answer useful? Yes | No
April 30, 2007 14:56:49   #8  
Laxman Paudel        

RE: Can somebody give me a clear calculation and expla...

Remember Binary means two i.e 0 & 1. and Decimal means 10 i.e 0 to 9.


 
Is this answer useful? Yes | No
March 06, 2009 08:11:11   #9  
tituxjec Member Since: February 2008   Contribution: 8    

RE: Can somebody give me a clear calculation and explanation why 2 is 10 in binary digits?
Do not take it as '10' rather take it as '1' and then '0'. Refer to binary notation and you will be more clear
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape