Base 2

esse quam videri
Revision as of 16:37, 21 June 2019 by Ishan115 (talk | contribs)
Jump to: navigation, search

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 are used to represent numbers

What does this mean

When thinking of base 2, think about exponents of 2. So 2^2 = 4, 2^3 = 8, so on and so forth. If exponents are hard to understand, just imagine 2 being multiplied by itself x number of times. x can represent any number or exponent (the formal term).

Relevance

Explanation

Base 2 is the base we use for exponents. In terms of binary data storage, base 2 is the standard counting system we use for calculating the number of patterns a data storage contains. For example: 8-bits of data store 256 patterns of data because the 8 added to the power of 2 (2^8) is 256.

Base 2 Table

Binary Table.png

See also

External Links

https://en.wikipedia.org/wiki/Binary https://www.khanacademy.org/math/algebra-home/alg-intro-to-algebra/algebra-alternate-number-bases/v/number-systems-introduction