Difference between revisions of "Read Binary"

Kipkis (Kipkis | contribs)
m (importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "== Video ==" to "")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{fa}}Trying to read a string of binary 1's and 0's can seem a daunting task. However, with a bit of logic we can figure out what they mean. Humans have adapted to use a base ten number system simply because we have ten fingers. Computers, on the other hand (no pun intended), have only two "fingers"--on and off or one and zero. Therefore, the base two number system has been created.
+
Trying to read a string of binary 1's and 0's can seem a daunting task. However, with a bit of logic we can figure out what they mean. Humans have adapted to use a base ten number system simply because we have ten fingers. Computers, on the other hand (no pun intended), have only two "fingers"--on and off or one and zero. Therefore, the base two number system has been created.
[[Category:Mathematics]]
+
[[Category: Mathematics]]
  
 
== Steps ==
 
== Steps ==
Line 30: Line 30:
 
#*In punctuation marks, the 42 equals an asterisk (*). Click [http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/The_Characters.asp here] for a chart.
 
#*In punctuation marks, the 42 equals an asterisk (*). Click [http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/The_Characters.asp here] for a chart.
  
== Video ==
+
 
{{Video:Read Binary|}}
+
 
  
 
== Tips ==
 
== Tips ==