• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
This is often described as the brain of the computer.
The purpose of the CPU is to process data. It is where all the searching, sorting calculating and decision making takes place in the computer.
The CPu fetched the data and intructions from the main memory and stores them it its own temporary memory areas.
These temporary memory areas are called registers.
For the fetch part of the cycle to happen, the CPY places the address of the next item in a vital hardware path called the address bus.
Data from this bus then moves from the main memory into the CPu bu travelling along another bus called the data bus. The next step is for the CPU to make sense of the instructions. This process is called decode.
The CPU is designed to understand a specific set of commans which are different for every CPU. These set of commands are called the instruction set.
The CPU decodes the instructions and prepares various areas with the chip.
Execute is the part of the cycle where the actual data processing takes place.
.
The control unit:
- It controls and monitors the harware attached to the system to make sure that the commands given to it by the application software are used. For example, if you send something to print, the control unit will keep a check that the instructions are sent to the printer correctly.
- It controls the input and output data so that the signals go to the right place at the right time.
- It controls the flow of data within the CPu - which is the Fetch-Execute cycle.
.
The CPU reads data and programs kept onthe backing storage and stores is in the immediate access store.
The CPU needs to store data and programs in the immediate access store because it is much too slow to run applications directly.
The arithmetic logic unit acts upon the data.
- Arithmetic part - which does exactly what you think it should - it performs the calculations on the data
- Logic part - this deals with logic and comparisons. For example, it works out if one value is greater, less than or equal to another.