GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Concepts  >  Data Structures
Go To First  |  Previous Question  |  Next Question 
 Data Structures  |  Question 8 of 202    Print  
Why is the binary numbering system used in computing?
Skill/Topic: Memory, Abstract Data Types, and Addresses
A) The binary numbering system is used in computing because it contains 2 digits that can be stored by changing the state of a transistor. Off represents 0 and On represents 1.



  
Total Answers and Comments: 6 Last Update: February 06, 2007   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: samiksc
 
The binary system is used in computing since basically we have two states high voltage and low voltage which can travel on a wire and combinations of these are used to represent different values.

Above answer was rated as good by the following members:
yogeshshivdas
January 19, 2006 01:09:09   #1  
samiksc Member Since: October 2005   Contribution: 233    

RE: Why is the binary numbering system used in computi...

Binary number system is has 2 as its base. The way we have digits 0-9 in a decimal system and 10 is the base we have digits 0 and 1 in a binary system whose base is 2.

In decimal a number is represented as follows using the positional values which are powers of 10.

145 1*10^2 + 4*10^1 + 5*10^0

Similarly a binary number is calculated as follows using the positional values which are powers of 2.

1011 1*2^3 + 0 + 1*2^1 + 1*2^0 8 + 0 + 2 + 1 11 in decimal.


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
January 19, 2006 01:11:20   #2  
samiksc Member Since: October 2005   Contribution: 233    

RE: Why is the binary numbering system used in computi...
The binary system is used in computing since basically we have two states high voltage and low voltage which can travel on a wire and combinations of these are used to represent different values.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
February 27, 2006 10:02:32   #3  
karishma Member Since: February 2006   Contribution: 9    

RE: Why is the binary numbering system used in computi...
As computer operates on electricity so it can underastand only in terms of high and low voltage.Generally low voltage means 0 and 1 for high voltage.thus all languages are converted to binary system for system to execute.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
May 08, 2006 06:20:10   #4  
narahari        

RE: Why is the binary numbering system used in computi...
computer cannot identify the numbers other than 1 and 0.because it can only understand whether there is a presece of volage or absence.so for low voltages like 0-1 volts it considers off and for 4-5 volts it considers on.so we use binary system in computers or in any other electronic devices.by taking the combinations of 1 and 0 it can understand all the remaining numbers.
 
Is this answer useful? Yes | No
December 12, 2006 05:26:26   #5  
mahesh        

RE: Why is the binary numbering system used in computi...

Because Internally data is stored in transisitor and it can be turned on or off depending on the voltage level .

1-ON

0-Off

Hence data is stored as 1's and 0's


 
Is this answer useful? Yes | No
February 06, 2007 06:32:21   #6  
sivanesh.a Member Since: December 2006   Contribution: 189    

RE: Why is the binary numbering system used in computi...
binary system is used based on 0 - off and 1 - on
 
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