• 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 CPU often described as ?

The brain of the computer

Wheredoes CPU fetch the data and instructions from and where does it store them?
The CPU fetches data and instructions from main memory then stores it in its 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 placesthe address of the next item in a vital hardware path. What is this called?
The 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.
TheCPU is designed to understand a specific set of commands which are differentfor every make of CPU. What are these set of commands called?
The instruction set.
The CPU decodes the instructions but what does it do next?
prepares various areas within the chip in readiness of the next step
What is the name of the part of the cycle where the actualdata processing takes place?
Execute

what are the three main jobs of the control unit

· It controls and monitors the hardware attached to the system to make sure that the commands given to it by the applicationsoftware are used. For example, if you send something to print, the controlunit will keep a check that the instructions are sent to the printer correctly.· It controls the input and output of data so thatthe 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 on the backing storage,but where does it store it?
Immediate Access storeholds the data and programs needed at that time by the Control Unit.
Why does the CPU need to store data and programs in the IAS?
Backing Storage (e.g. the hard disk) is much too slow to be able to run 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- carries outmath problems Logic-carries out logicproblems
How many instructions can a computer process at any onetime?
One.
How is the clock speed measured?
MHz (megahertz, ormillions of pulses per second) or GHz (gigahertz, or billions of pulses persecond)
The faster the speed the better the performance, but what isthe downside of this fact?
It is more expensive butmight not actually be needed
What does “overclocking” mean?
Increasing a component's clock rate, running it at a higher speed than it was designed to run.
what does the term dual core mean?
A CPU that includes two complete execution cores per physical processor, combining two processors and their caches and cache controllers onto a single integrated circuit (silicon chip).

what order does the CPU look at different storage areas it can access?

Registers, cache, hard disc.
The cache memory is known as volatile memory. Explain theterm volatile.
It is deleted after the computer shuts down.
If the cache is larger how does this affect the performanceof the CPU?
It is faster because it doesn’tneed to get information components further from it for example the hard disc.