html5-img
1 / 10

Sec (2.1)

Sec (2.1). Computer Architectures. Computer Architectures. For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main memory cells. These registers can be classified as either General purpose register or Special purpose register.

elmo
Download Presentation

Sec (2.1)

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. Sec (2.1) Computer Architectures

  2. Computer Architectures • For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main memory cells. These registers can be classified as either • General purpose register or • Special purpose register

  3. General purpose register: • Serve as temporary holding places for data being manipulated by the CPU. These register hold the inputs to the ALU and provide storage space for results produced by that unit.

  4. The input is stored in the memory under the direction of CU One instruction is token of the memory by CU which decodes it CU sends signals to ALU and memory Data transferred from memory or data is transferred to memory (from input) then to ALU ALU performs the operation and send the result to memory Repeat statements from 2-5 Result is transferred to output from memory under the direction of CU Input output ALU CU Memory To perform an operation on data started in main memory:

  5. The bus system : For the purpose of transferring bit patterns, a CPU and main memory are connected by a collection of wires called a Bus

  6. CPU and main memory connected via a bus

  7. The bus system : • Bus system is responsible for carrying the address, data and control signals from one part in the computer to another • There are three kinds of buses: • address bus • data bus • control bus

  8. Address bus: • Is a unidirectional in which the addresses are sent from the CPU to memory

  9. Data Bus: • It is a bidirectional bus. If the CPU is sending information then the operation is called "WRITE" operation and data bus is working as output. If the CPU is receiving data the operation is called "READ" and data bus is working as input.

  10. Control Bus: • Is a set of signals which synchronize the activities of all the elements of the computer

More Related