Bits are the basic units of information in computing representing either 1 or 0. 8 bits together form a byte, which can represent a single character. Common storage measurements are kilobytes (KB), megabytes (MB), gigabytes (GB), and terabytes (TB) which are powers of 1000 or 1024 bytes. A computer's processor understands information by interpreting patterns of transistors being on or off, with a transistor on representing 1 and off representing 0.
How can werelate to the terms Bits and Bytes?“This computer has a 64-bit processor with 4 Gigabytes of RAM and 200 Gigabytes of hard disk space”“My parents played Atari (8-bit) and I play Nintendo (64-bit)”
Text to binaryconversionhttp://www.digitalcoding.com/tools/text-to-binary-conversion.html010101000110100001100101001000000110110001100101 0110000101100110011100110010000001101011011010010110001101101011011001010110010000100000011100110110111101101101011001010010000001001000011000010110001000100000011000010111001001110011011001010010000001101100011000010111001101110100001000000110111001101001011001110110100001110100The Leafs kicked some Habarse last night
8.
How does acomputer processor understand bytes????The processor is made of zillions of Transistors. Transistor on = 1Transistor off = 0
The ”A” existsas a pattern in eight transistors, where some are “turned on” (charged) and others are not.
13.
Together these 8transistors make up one byte. Give this a shot…..The Binary Math Game
14.
UNITS Big& Way Big BytesByte a grouping of eight bits for instance --> 0110 0001Kb (kilobyte) about 1000 bytesMb (megabyte) about one thousand Kb or one million bytesGb (gigabyte) about one thousand Mb or one billion bytesTb (terabyte) is about one thousand Gb or one trillion bytes
15.
Terms for StorageCapacities 1 bit = 0 or 1 (b)8 bits = 1 byte (B)1 thousand bytes = kilobyte (KB)1 million bytes = megabyte (MB)1 billion bytes = gigabyte (GB)1 trillion = terabyte (TB)