Difference between revisions of "Binary"

esse quam videri
Jump to: navigation, search
(External Links)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
 
=Definition=
 
=Definition=
 +
Binary, also known as Base 2, is a method of counting wherein a radix, or base, of 2 is used. Radix or base is the number of unique digits, including zero, that are used to represent numbers. In Binary, only 0 and 1 are used to represent numbers
  
 
=Relevance=
 
=Relevance=
 +
*[[Base 2]]
 +
*[[Bit]]
  
 
=Explanation=
 
=Explanation=
  
 +
'''Base 2 Table'''
  
 +
[[File:BinaryTable2.png | 200px]]
  
 
=Resources=
 
=Resources=
 +
https://techterms.com/definition/binary
 
== See also ==
 
== See also ==
  
* [[Base 2]]
+
* [[Base 10]]
 
* [[Numeral Systems]]
 
* [[Numeral Systems]]
 
==Notes==
 
 
  
 
==External Links==
 
==External Links==
 
+
https://en.wikipedia.org/wiki/Binary
 
 
  
 
[[Category:Programming Language Concepts]]
 
[[Category:Programming Language Concepts]]

Latest revision as of 17:52, 30 July 2019

Definition

Binary, also known as Base 2, is a method of counting wherein a radix, or base, of 2 is used. Radix or base is the number of unique digits, including zero, that are used to represent numbers. 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