Difference between revisions of "Bits Bytes etc"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Mebi Byte)
(The Bit)
Line 10: Line 10:
  
 
==The Bit==
 
==The Bit==
The Bit is a single binary digit used in computing and is represented using either a 1 or 0. The two values of a single digit act as an On or Off function or True/False and putting them together can result in unique functions as 1 digit can control one variable and another digit can control an entirely different variable. By putting multiple bits together functions become more complex and have more outcomes as if you set one value to true it can lead to another set of values different to what you would get if it was set to false. Putting 8 of theses bits together is called a byte (see pg 2.3)
+
The Bit is a single binary digit used in computing and is represented using either a 1 or 0. The two values of a single digit act as an On or Off function or True/False and putting them together can result in unique functions as 1 digit can control one variable and another digit can control an entirely different variable. By putting multiple bits together functions become more complex and have more outcomes as if you set one value to true it can lead to another set of values different to what you would get if it was set to false. Putting 8 of theses bits together is called a [[Bits_Bytes_etc#The_Byte|byte]]
  
 
==The Byte==
 
==The Byte==

Revision as of 11:08, 12 September 2018

Units

https://www.youtube.com/watch?v=9kzCoDFrMGE&list=PLCiOXwirraUCa2MYf_oSM94uvwIGPMZ1q

New Units

Computer Science units are now based around the powers of 10

Powers of 10

The Bit

The Bit is a single binary digit used in computing and is represented using either a 1 or 0. The two values of a single digit act as an On or Off function or True/False and putting them together can result in unique functions as 1 digit can control one variable and another digit can control an entirely different variable. By putting multiple bits together functions become more complex and have more outcomes as if you set one value to true it can lead to another set of values different to what you would get if it was set to false. Putting 8 of theses bits together is called a byte

The Byte

A byte is made up of 8 bits, and larger amounts of data are based around the value of a byte (e.g Gigabyte being 1,000,000,000 bytes). A single byte represents one binary number, as it is made up of a total of 8 1's and 0's. A single byte can also represent a single character, such as the letter B.

Kilo Byte

A Kilo Byte is 1000 bytes. It is also a multiple of the byte unit with the prefix kb.

Mega Byte

A Mega Byte is 1000 Kilo Bytes, thus is 1000000 Bytes. In Base 10 the prefix Mega is 10^6.

Giga Byte

1 giga byte (1Gb) is 1000 megabytes and also 1 Gigabyte (G / GB) = 10^9 bytes = 1,000,000,000 bytes

Tera Byte

1 TeraByte = 1,000 GigaByte, 10^12 bytes

Peta Byte

Symbol PB Power 10^15

Exa Byte

Symbol: EB Power: 10^18 Bytes: 1,000,000,000,000,000,000

Zetta Byte

Symbol: ZB, Power : 10^21, Bytes  : 1,000,000,000,000,000,000,000

Yotta Byte

Yottabyte (YB) is a unit of digital information that equals to one septillion (10^24), more precisely to 2^80.

Old Units

Units based around powers of 2, according to the spec you don't need to know these

Powers of 2

A power of two is a number of the form 2n where n is an integer. (e.g. 7).

  • 20 = 1
  • 21 = 2 2x1 = 2
  • 23 = 4 2x2 = 4
  • 24 = 8 2x2x2 = 8

Etc.

Kibi Byte

A kibibyte is a multiple of the unit byte, with the binary prefix 'kibi' meaning 2 to the power of 10 or 1024 bytes. Therefore meaning 1 kibibyte is 1024 bytes.
The unit symbol for a kibibyte is KiB.

Mebi Byte

The binary prefix mebi means 2^20; therefore one mebibyte is equal to 1048576bytes = 1024 kibibytes.

The unit symbol for the mebibyte is MiB.

1 MiB = 2^20 bytes = 1024 kibibytes = 1048576bytes

Gibi Byte

1 GiB is equal to 2^30. (Two to the power of thirty)

1 GB = 0.931323 GiB

Tebi Byte

A tebibyte is a unit of data storage that equals 2 to the 40th power, or 1,099,511,627,776 bytes. While a terabyte can be estimated as 10^12 or 1,000,000,000,000 bytes, a tebibyte is exactly 1,099,511,627,776 bytes.

Pebi Byte

A Pebi Byte is a multiple of the unit byte, used for digital information.

The prefix for pebi is Pi

1,125,899,906,842,624 bytes is equivalent to 1024 tebibytes or 1 pebibyte.

to get from pebibytes to bits, you can do: pebibytes times 2 to the power of 50 or pebibytes times 1024 to the power of 5

and to get from bits to pebibytes, you can do: bits divided by 2 to the power of 50 or bits times 1024 to the power of 5

Exbi Byte

Zebi Byte

Yobi Byte