Module 1 CAPE Computer Science Flashcards
What are the main components of the CPU?
The main components of the CPU are:
1. The ALU (Arithmetic Logic Unit)
2. The CU (Control Unit)
3. The Register
What is the purpose/function of the CU (Control Unit)?
The Control Unit:
1.Processes input instructions and data given to the computer.
2.Coordinates and controls all the activities of the computer.
- Fetches instructions and data from the Memory (RAM).
- Executes and performs instructions and data given to the computer.
- Decodes data and information that is received.
What is the function of the ALU (Arithmetic Logic Unit)?
The ALU performs all the arithmetic calculations (Arithmetic Unit) and logic operations (Logic Unit) of the computer. The ALU does all the computation and processing of the computer.
What is the function of the register?
The register is a high speed storage location which temporarily holds the next data or instructions needed for processing.
What is an instruction set?
An instruction set is the collection of all possible machine code instructions that a microprocessor can execute/understand.
What is instruction size?
Instruction size is the amount of instructions a microprocessor can hold.
What is instruction format?
The instruction format is the composition of an instruction. i.e. What the instruction is made up of.
What are the two types of instruction format?
Fixed Length Instruction Format and Variable Length Instruction Format.
What is Cache memory?
Cache memory is a high speed storage location where the most frequently used or the data most likely to be requested by the CPU is stored.
What is the benefit of cache memory?
Cache memory gives the CPU faster access to data and instructions than RAM can. Since the CPU operates at a much faster rate than RAM can supply data and instructions, cache reads and writes to RAM in its spare time so that the CPU can quickly access data and instructions (the allows the CPU to run at full speed at all times.
What is a CPU clock?
A CPU clock is a circuit in the CPU that controls the rate at which the CPU makes calculations.
What is a clock cycle?
A clock cycle is the amount of time between two pulses of the oscillator.
What is a clock cycle?
A clock cycle is the amount of time between two pulses of the oscillator.
What is clock speed?
Clock speed is the number of clock cycles per second. The speed at which the CPU processes instruction.
What is the unit of measurement for clock speed?
The unit of measurement for clock speed is hertz (Hz).
What is a flip flop?
A flip flop is an electronic circuit that has two stable states and can be used as one bit memory.
What is a flip flop?
A flip flop is an electronic circuit that has two stable states and is capable of serving as one bit memory
.
What is a register?
A register is a high speed memory location within a microprocessor that temporarily stores data/instructions and information.
What are the different types of registers?
Accumulators
Instruction Registers
Memory Address Registers (MAR)
Memory Data Registers(MDR)