Binary: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "== Binary == Binary, a system of expressing numbers using only two discrete symbols (typically: 1, and 0), is the system used by modern digital computers for simple numeric q...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Binary ==
Binary, a system of expressing numbers using only two discrete symbols (typically: 1, and 0), is the system used by modern digital computers for simple numeric quantities. It was [[wikipedia:Claude Shannon|Claude Shannon]] who made the connection between [[wikipedia:George Boole|George Boole]]'s work on logical systems based on true and false values and using electronic circuits to implement them as circuitry. Using a binary system makes a physical implementation much simpler than a decimal system such as [[wikipedia:Charles Babbage|Charles Babbage]]'s [[wikipedia:Difference Engine|Difference Engine]].


Binary, a system of expressing numbers using only two discrete symbols (typically: 1, and 0), is the system used by modern digital computers for simple numeric quantities. It was [[wikipedia:Claude Shannon|Claude Shannon]] who made the connection between [[wikipedia:George Boole|George Boole]]'s work on logical systems based on true and false values and using electronic circuits to implement them as circuitry. Using a binary system makes a physical implementation much simpler than a decimal system such as [[wikipedia:Charles Babbage|Charles Babbage]]'s [[wikipedia:Difference Engine|Difference Engine]].
=== Counting in binary (performance) ===
[[File:Hc2012 binary.160p.webm]]


  Rules (Binary):
  Rules (Binary):
  1. When tapped on your shoulder, raise your hand.
  1. When tapped on your shoulder, raise your hand.
  2. When you get tapped and your hand is raised, tap the shoulder of the person next to you put your hand down.
  2. When you get tapped and your hand is raised, tap the shoulder of the person next to you put your hand down.
== Links ==
* http://binspector.github.io/blog/2014/10/13/binspector-a-binary-format-analysis-tool/

Latest revision as of 19:52, 16 October 2014

Binary, a system of expressing numbers using only two discrete symbols (typically: 1, and 0), is the system used by modern digital computers for simple numeric quantities. It was Claude Shannon who made the connection between George Boole's work on logical systems based on true and false values and using electronic circuits to implement them as circuitry. Using a binary system makes a physical implementation much simpler than a decimal system such as Charles Babbage's Difference Engine.

Counting in binary (performance)

File:Hc2012 binary.160p.webm

Rules (Binary):
1. When tapped on your shoulder, raise your hand.
2. When you get tapped and your hand is raised, tap the shoulder of the person next to you put your hand down.

Links