Difference between revisions of "Binary"

esse quam videri
Jump to: navigation, search
(Explanation)
(Explanation)
Line 8: Line 8:
  
 
=Explanation=
 
=Explanation=
{| class="BinTable"
+
 
[[File:Binary.png |thumb|For Simplicity!|180 px]]
+
'''Base 2 Table'''
! Decimal 
+
 
!Binary
+
[[File:BinaryTable2.png | 200px]]
|-
 
| 1
 
| 1
 
|-
 
| 2
 
| 10
 
|-
 
| 3
 
| 11
 
|-
 
| 4
 
| 100
 
|-
 
| 5
 
| 101
 
|-
 
| 6
 
| 110
 
|-
 
| 7
 
| 111
 
|-
 
| 8
 
| 1000
 
|-
 
| 9
 
| 1001
 
|-
 
| 10
 
| 1010
 
|-
 
| 11
 
| 1011
 
|-
 
| 12
 
| 1100
 
|-
 
| 13
 
| 1101
 
|-
 
| 14
 
| 1110
 
|-
 
| 15
 
| 1111
 
|-
 
| 16
 
| 10000
 
|-
 
| 32
 
| 100000
 
|-
 
| 165
 
| 10100101
 
|-
 
| 255
 
| 11111111
 
|-
 
| 256
 
| 100000000
 
|-
 
|}
 
  
 
=Resources=
 
=Resources=

Revision as of 17:34, 26 June 2019

Definition

Binary, also known as Base 2, is a method of counting wherein a radix, or base, of 2 is used. In Binary, only 0 and 1 are used to represent numbers

Relevance

Explanation

Base 2 Table

BinaryTable2.png

Resources

https://techterms.com/definition/binary

See also

External Links

https://en.wikipedia.org/wiki/Binary