0% found this document useful (0 votes)
1K views

Bits and Bytes

Bits are the smallest units of information a computer can process, having a value of either 0 or 1. Groups of 8 bits are called bytes, which can represent numbers, letters, and other symbols. Programs and data are stored as collections of bits in binary notation on computer hardware. Common units of measurement for digital storage include the kilobyte, megabyte, gigabyte, terabyte, and petabyte, with each unit being approximately 1,000 times larger than the previous unit. Bits allow computers to process digital information through binary encoding of numbers, text, instructions, and other data in compact binary form.

Uploaded by

Lariemeeva
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views

Bits and Bytes

Bits are the smallest units of information a computer can process, having a value of either 0 or 1. Groups of 8 bits are called bytes, which can represent numbers, letters, and other symbols. Programs and data are stored as collections of bits in binary notation on computer hardware. Common units of measurement for digital storage include the kilobyte, megabyte, gigabyte, terabyte, and petabyte, with each unit being approximately 1,000 times larger than the previous unit. Bits allow computers to process digital information through binary encoding of numbers, text, instructions, and other data in compact binary form.

Uploaded by

Lariemeeva
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Tamara Fakhoury ITGS 11th Grade

3.1 Hardware Bits and Bytes 12/Oct/2010

I. Instruction
- World of computers, information is digital: made up of digits
- Bit (binary digit):the smallest unit of information a computer can process
Can only have one of two values: 0 and 1
Think of them as yes-no; black-white; on-off; etc…
Binary= a choice of two values (0 and 1)
- A computer can process large chunks of information by treating groups of bits as logical units.
For example: a group of 8 bits (byte) can represent 256 different messages. (256 = 28)
Order is important as well. Example: 01 is different than 10
Bits as NUMBERS
- Numbers are represented using the binary number system
Today’s computer software converts decimal numbers into binary numbers automatically, and vice
versus. Binary number processing is completely hidden from the users.
Bits as Codes
- ASCII (American Standard Code for Information Interchange= 8 bit codes)
- Unicode: a 65,000-character set for making letters, digits, and special characters fit for the computer’s
binary circuitry. Used to facilitate multilingual computing.
Bits as Instructions in Programs
- Program instructions are represented in binary notation through the use of codes. Programs are stored
as collections of bits.
- Vocabulary:
Byte: a logical group of 8 bits. (One character of the ASCII-encoded text)
Kilobyte (KB or K): About 1,000 bytes of information
Megabyte (MB): About 1,000 KB, or 1 million bytes
Gigabyte (GB): About 1,000 MB, or 1 billion bytes
Terabyte (TB): About 1 million MB or 1 trillion bytes
Petabyte (PB): About 1,000 TB, or 1 quadrillion bytes (not possible to store this amount of data yet)
*** Exabyte (EB)
*** Zettabyte (ZB)
*** Yottabyte (YB)
- KB, MB, GB, TB, and PB are used to describe the capacity of memory and storage components.
Examples: Computer with memory RAM of 512MB and a hard disk having 120GB storage capacity.

1|Page
Tamara Fakhoury ITGS 11th Grade
3.1 Hardware Bits and Bytes 12/Oct/2010

2|Page

You might also like