1 / 7

3 Computing System Fundamentals

3 Computing System Fundamentals. 3.2 Computer Architecture. 3.2.2 Bits and Bytes. Bit. The smallest unit of storage in memory or storage is the bit (b), which can store a zero or a one.

Download Presentation

3 Computing System Fundamentals

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 3 Computing System Fundamentals • 3.2 Computer Architecture

  2. 3.2.2 Bits and Bytes

  3. Bit • The smallest unit of storage in memory or storage is the bit (b), which can store a zero or a one. • Bits represent the fact that the transistors that make up computer memory are effectively switches that can only be ON (1) or OFF (0).

  4. Byte • Bits are grouped together in eights to form a byte (B) e.g. 10011010 • Sometimes a group of bytes representing one item of data or one instruction is referred to as a word (typically 2, 4 or 8 bytes, depending on the computer, hence 32- or 64-bit processors). 

  5. Byte • The same prefixes as for other SI units are used: • kB - a kilobyte holds 1024 bytes (about 1000), • MB - a megabyte holds 1024 kilobytes (about a million bytes), • GB - a gigabyte holds 1024 megabytes (about a thousand million bytes), • TB - a terabyte holds 1024 gigabytes (about a million million bytes), etc.

  6. Byte • Note that the increases are not in 1000s but in 1024s - computer storage is measured in units of 210 (1024), not in units of 103 (1000). • Hence (in computing only, not elsewhere): • kilo- represents 210, • mega- represents 220, etc. • A hard disk of 500 GB can store the equivalent of 536 870 912 000 characters = ~62.5 million million words = ~ 200 thousand million pages.

  7. Binary • See section 3.5 • Get used to this series of numbers21 = 2, 22 = 4, 23 = 8, 24 = 16, 25 = 32,26 = 64, 27 = 128, 28 = 256, 29 = 512, 210 = 1024.

More Related