Difference between revisions of "Base 2"

esse quam videri
Jump to: navigation, search
(External Links)
Line 1: Line 1:
  
 
=Definition=
 
=Definition=
 +
Base 2, also known as Binary, is a method of counting wherein a radix, or base, of 2 is used. In Binary, only 0 and 1 is used to represent numbers
 +
  
 
=Relevance=
 
=Relevance=
 +
*[[Binary]]
 +
*[[Bit]]
 +
*[[Base 10]]
 +
*[[Decimal]]
  
 
=Explanation=
 
=Explanation=
 
+
{| class="BinTable"
 
+
! Decimal 
 +
!Binary
 +
|-
 +
| 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=
 
== See also ==
 
== See also ==
  
* [[Binary]]
+
* [[Base 10]]
 
* [[Numeral Systems]]
 
* [[Numeral Systems]]
  
Line 18: Line 87:
  
 
==External Links==
 
==External Links==
 
+
https://en.wikipedia.org/wiki/Binary
  
  

Revision as of 14:54, 19 June 2019

Definition

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


Relevance

Explanation

Decimal Binary
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

See also

Notes

External Links

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