• 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/21

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;

21 Cards in this Set

  • Front
  • Back
What is the purpose of the CPU?
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.
Where does CPU fetch the data and instructions from and where does it store them?
It gets the data from main memory then stores them in its own temporary memory areas.
What is the name of the internal temporary memory areas?
Registers
For the fetch part of the cycle to happen, the CPU places the address of the next item in a vital hardware path. What is this called?
Address Bus
Data from this bus then moves from the main memory into the CPU by travelling along another bus. What is its name?
Data Bus
The next step is for the CPU to make sense of the instructions, what is this process called?
Decode
The CPU is designed to understand a specific set of commands which are different for every make of CPU. What are these set of commands called?
Instruction set
The CPU decodes the instructions but what does it do next?
Prepares the specific areas within the chip for the next process
What is the name of the part of the cycle where the actual data processing takes place?
Execute
List the three main jobs of the control unit.
1. It controls and monitors the hardware attached to the system to make 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.
2. It controls the input and output of data so that the signals go to the right place at the right time
3. It controls the flow of data within the CPU – which is the Fetch-Execute cycle described above.
The CPU reads data and programs kept on the backing storage, but where does it store it?
In the IAS’s memory
Why does the CPU need to store data and programs in the IAS?
Because the Backing storage is much too slow for the applications to run directly.
The ALU manipulates or acts upon the data. List the name of the parts of the ALU and say what they do?
1. Arithmetic part – which does exactly what you think it should – it performs the calculations on the data e.g. 3 + 2 = 5
2. Logic part – this deals with the logic and comparisons. For example, it workds out if one value is greater, less than or equal to another.
How many instructions can a computer process at any one time?
1
How is the clock speed measured?


How many instructions per second would a computer running at 3GHz carry out?
It is measured in clocks per second. 3 thousand GHz
The faster the speed the better the performance, but what is the downside of this fact?
It runs hotter and uses more power
What does “overclocking” mean?
They adjust the clock to run faster than the CPU was really designed for. However, this makes the CPU run hotter and so extra cooling fans also have to be purchased.
Explain what the term dual core means
It contains 2 CPU’s and a quad – core contains 4.
List, starting with the first one it looks at, the order the CPU looks at different storage areas it can access.
CPU
Cache
RAM
Hard Disk
The cache memory is known as volatile memory. Explain the term volatile.
i.e. when the computer is shut down, the data stored there is lost.
If the cache is larger how does this affect the performance of the CPU?
The larger the cache size, the better the performance because you are able to store more data locally.