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

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;

14 Cards in this Set

  • Front
  • Back
What does CPU stand for?
Central Processing Unit.
What does ALU stand for?
Arithmetic and Logic Unit
What does IAS stand for?
Immediate Access Storage
How much is one petaflop?
1,000 trillion calculations per second.
What is a bus?
A bus is a minature parallel wire/cable that is connected to both the CPU and other hardware components. Data can be transferred and sent to and from these places.
Name three types of buses.
Address Buses, Data Buses, Control Buses.
Describe the functions of three types of buses.
• Address Bus: this is used to set up which memory address the CPU is linked to for a read/write operation
• Data Buses: These exchange data between a memory address and the CPU when read’write operation is carried out.
• Control Bus: These transfer command codes + return signals between the components of the CPU and the external devices.
Describe the Fetch Process.
The CPU fetches data and instructions from a memory address. These instructions are then sotred on the Current instruction register, and the address of the instruction is then sotred on the Program Counter (PC).
What is a register?
A register is an internal temporary memeory area that is close to the CPU. It is extremely quick and therefore is compatible to the CPU's fast speeds.
What is the second process of the cycle, what is involved here?
The second part of the cycle is to decode the data that has been fetched by the CPU. The CPU has to identify the operation code as part of the instruction which tells it which operation to perform. If it requires the CPU to act on data, then the second part of the instruction will contain the data or the memory address where the data is stored.
What is the third step of the process, what is involved here?
The third part of the cycle is the execute area.This is the area in which the data can finally be processed. The instruction is carried out and the information about this process is stored in another register. Depending on the instruction, a number of things can be done. For example, if a calculation needs to be carried out, then the data bus will be used to pass the data onto the ALU as input, and then it will be passed back as output.
What are the three main jobs of the Control Unit?
The three main jobs of the control unit are to control and monitor the hardware (to make sure that the commands given to the control unit by the application software are used), to control the input and output of data (so that signals go out at the right time to the right place), and to control the flow of data (it controls the cycle).
What is used instead of a backing store to store data?
The CPU may store the data in the Immediate Access store for programs that are needed instantly. This is an area for temporary data that may be needed for the Control Unit instantly. Data is stored here instead of the Backing Storage (such as the Hard disk) area because data that is saved here is much too slow to allow application to run directly. The CPU needs to store data and programs in the IAS otherwise the process would be far too slow if it was stored in the Backing Storage, as it cannot run application directly at a pace that is quick enough compared to the internal temporary register – the Immediate Access Store.
What are the parts of the ALU?
The parts of the ALU are as follows: ---The logic area: which deals with the logic and the comparison of data ( such as whether a value is equal to, greater than or less than another) --- The arithmetic area: which deals with any necessary calculations of the data.