1 / 23

Five Key Computer Components

Five Key Computer Components. Central Processing Unit Memory Input/Output (I/O) Devices Disk Storage Programs. Central Processing Unit . Executes instructions (programs) To do this the CPU can: read/write information in memory recognize difference between instruction and data

amity
Download Presentation

Five Key Computer Components

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. Five Key Computer Components • Central Processing Unit • Memory • Input/Output (I/O) Devices • Disk Storage • Programs

  2. Central Processing Unit • Executes instructions (programs) • To do this the CPU can: • read/write information in memory • recognize difference between instruction and data • control I/O devices

  3. Memory • Also known as Primary Storage • Provides temporary storage of programs and data • Can be accessed directly by CPU or through I/O devices

  4. Input/Output Devices • Mouse • Keyboard • Video Display • Printer • Modem • Communication Lines (Networks)

  5. Disk Storage • Also known as secondary storage • Provides permanent (non-volatile) storage of programs or data.

  6. Programs • System Software • BIOS- Basis Input/Output Services (ROM) • Operating System - DOS, Windows, Unix • Application Software • Word Processors • Database • etc

  7. More PC Hardware Terms • serial - all information goes one bit at a time over the same wire. • parallel - bits go over many wires running side by side. • clock - sends pulses to synchronize the CPU and other hardware. • MHz - megahertz, one million clock pulses per second.

  8. Main Hardware Components • System Unit • Display • Keyboard • Mouse

  9. System Unit • System Board (Mother board) • Central Processing Unit (CPU) • Memory (RAM - Random Access Memory) • ROM (Read-only Memory) • Expansion Slots • Math Co-processor • 486 and 586 CPU has integrated Math co-processor.

  10. PC Expansion Bus • Connects CPU to circuit boards which control devices such as disk drives, printer, display, modems, etc

  11. ISA: Industry Standard Arch. • Commonly known as AT bus. • 8 or 16 bit data bus, 98-pin expansion connector. • Can access up to 16 MB of memory. • Common and cheap but very slow (8Mhz).

  12. MCA • Micro Channel Architecture • Designed by IBM to replace ISA in PS/2 system. • not compatible with ISA bus boards. • 16 and 32 bit versions. • Not seen much anymore.

  13. EISA • Extended Industry Standard Architecture • designed by Compaq and other clone companies as alternative to MCA • Allows use of ISA bus boards in new computers.

  14. Local Bus • Communicates at system speed • Memory, display, disk drives all can use local bus. • Provides 32 or 64 bit data access.

  15. Local Bus Standards • VESA VL Bus - (Video Electronics Standards Association) • First to gain popularity • 32 bit bus running at 33 MHz can handle up to 107 Mbytes/second • PCI (Peripheral Component Interconnect) • 32 bit bus running at 33 MHz can handle up to 132 Mbytes/second • faster and more easily expanded than VESA bus

  16. SCSI • pronounced “scuzzy” • used with printers, hard disks, tape drives. • excellent for high-speed data transfer in multi-user systems or file servers. • Can handle up to 7 devices on one adaptor card.

  17. Gates • Fundamental building block of all digital logic circuits. • Logic functions are implemented by the interconnection of gates. • An electronic circuit that produces an output signal that is a simple Boolean operation on the input signals. • The basic gates are: AND, OR, NOT, NAND, NOR. • Basic gates have either one or two input lines and a single output line. • When the signals on the input lines change, the correct output signal is generated by the gate, almost simultaneously, delayed only by the propagation time of the signals through the gate (called gate delay).

  18. Boolean Operations

  19. Multiplexers • A multiplexer connects multiple inputs to a single output. At any given time, one of the inputs is selected and is passed directly to the output. Multiplexers are used in digital circuits to control signal and data routing. Shown below is a block diagram of a 4-to-1 multiplexer. There are four input lines labeled D0, D1, D2, and D3 of which one is selected to provide the output signal F. To select one of the four input signals, a 2-bit selection code is required and this is implemented as the two select lines labeled S1, and S2.

  20. Multiplexers

  21. Decoders • A decoder is a combinational circuit which has a number of output lines, of which only one is valid (asserted) at any time, dependent upon the pattern on the input lines. In general, a decoder has n input lines and 2n output lines. Decoders are heavily used in digital computers for address decoding.

  22. Decoders

More Related