1 / 12

Components of a computer system

Components of a computer system. Hardware Central Processing Unit (CPU) Memory Input and Output Devices Software Data. Components of a computer system. Computer hardware provides the physical mechanisms to store, manipulate and input /output data.

trang
Télécharger la présentation

Components of a computer system

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. Components of a computer system • Hardware • Central Processing Unit (CPU) • Memory • Input and Output Devices • Software • Data

  2. Components of a computer system • Computer hardware provides the physical mechanisms to store, manipulate and input /output data. • Software provides instructions to tell the hardware what tasks to perform • Data in the computer may be representing numbers, characters, graphics etc but is always kept in a form that the hardware and software can manipulate.

  3. Basic concepts - Hardware • CPU performs actual processing of data. • Data and programs are stored in memory, and moved to and from CPU as required. • Data travels between system components along electronic pathways, (sets of wires), called buses.

  4. We will look at: • Four Box diagram • CPU • Memory • Registers and their role • Processing speed

  5. Three major components of the CPU: ALU, Control unit and Registers. • The Arithmetic Logic Unit (ALU) operates on binary data to perform all arithmetic and logical functions. • + - * / • < > = <> • AND OR NOT • Rotate Shift • Control unit fetches and interprets instructions in memory and generates signals to control all other system components.

  6. Four Box Diagram CPU Processor Memory (RAM and ROM) Input Output Backing Store

  7. Memory • Purpose of memory is data storage. A hierarchy of memory exists . • data required for immediate manipulation by CPU is stored in small areas of fast access memory within CPU called registers. • data required for active program is generally stored in primary memory, commonly called RAM. • data which may be required at later time generally stored in secondary storage e.g. on disk, tape, or CD-Rom.

  8. Memory: characteristics • Capacity : no of bits, bytes or words in module. Addressable unit - 1 word . Word size may be 8, 16, 32 bits ; (1 byte = 8 bits) • Unit of transfer : RAM = 1 word ; Disk = 1 block • access time or speed - time required to read from memory location. Tradeoff between quantity, cost and speed . As speed increases so does cost. • Also know as Primary Storage

  9. Registers: very fast memory internal to CPU providing temporary storage places for data being manipulated. • System clock generates regular pulses to synchronize all system events and determine the speed at which processing can occur. • Basic measure of system performance is clock speed, measured in megahertz (millions of cycles per second)

  10. Semiconductor main memory • Primary memory is made up of RAM and ROM • Types include: • RAM (Random Access Memory) • ROM (Read Only Memory)

  11. ROM- SECONDARY STORAGE • Read Only Memory • Permanent non-volatile • Software and data fixed during chip manufacture • Cannot be written to • All computers have some ROM to load the Operating System into RAM (bootstrap loader)

  12. ALU How the componentsinteract CPU Secondary Memory i.e. hard drive CD R/W Floppy Registers Control Unit Primary Memory • CPU exchanges data with memory via • the registers such as IR and PC.

More Related