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

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;

18 Cards in this Set

  • Front
  • Back
what is the purpose of the CPU?
it processes data and is where all the searching, sorting, calculations and decision making takes place in the computer
Where does CPU fetch the data and instructions from and where does it store them?
from main memory and then stores them in it’s own internal 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?
The address 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?
Processes the data
What is the name of the part of the cycle where the actual data processing takes place?
Execution
The CPU reads data and programs kept on the backing storage, but where does it store it?
It stores them temporarily in the IAS’s memory
Why does the CPU need to store data and programs in the IAS?
The CPU needs to do this because backing storage is much too slow to be able to run the applications directly.
The ALU manipulates or acts upon the data. List the name of the parts of the ALU and say what they do?
Arithmetic part – performs calculations on the data
Logic part – deals with logic and comparisons
How is the clock speed measured?
Cycles per second – 1 cycle per second is also known as 1 hertz
How many instructions can a computer process at any one time?
one
The faster the speed the better the performance, but what is the downside of this fact?
Makes the CPU hotter so extra cooling fans have to be purchased
What does “overclocking” mean?
Some people try to get the most extreme performance out of their CPU. They do this by ‘overclocking’. This means they adjust the clock to run faster than the CPU was really designed for.
explain what the term dual core means.
A dual core device means it contains two CPU’s
List, starting with the first one it looks at, the order the CPU looks at different storage areas it can access.
Cache, RAM, hard disk
the cache is larger how does this affect the performance of the CPU?
The larger the cache, the better the performance because you can store more data locally