Website Security Test
18 September 2014, 08:10 #1
  • Joined:
  • Posts: 0
Why do we use only 1 and 0?cool
18 September 2014, 08:11 #2
  • Joined:
  • Posts: 0
1 and 0 are used in computing as a mathematical abstraction to denote the physical state of a logic gate. Either representing “On” or “Off” (True or False, 1 or 0).
 
This is a base 2 number system (0 and 1) as opposed to our base 10 system (0-9). The computer uses binary to represent numbers and letters. 1s and 0s are used as they  easily represent On or Off which is how digital electronic circuitry works.
 
Please see the links below for a more detailed explanation:
 
http://en.wikipedia.org/wiki/Binary_number
http://www.allaboutcircuits.com/vol_4/chpt_3/1.html

enlightened

 
01 March 2015, 23:26 #3
  • Joined:
  • Posts: 0
The reason binary is used is because it is cheap and simple to achieve using electronic switches (transistors) ie on or off (1 or 0)
Website Security Test