What are the four stages of the Fetch - decode - execute - cycle?
These stages represent the fundamental operations of a CPU in processing instructions.
What does the Fetch stage do in the CPU cycle?
Fetches the instructions
This is the first step where the CPU retrieves the instruction from memory.
What is the purpose of the Decode stage in the CPU cycle?
Decodes what to do
In this stage, the CPU interprets the fetched instruction to understand the required action.
What happens during the Execute stage of the CPU cycle?
Do it
The CPU performs the operation specified by the decoded instruction.
What does the Cycle stage signify in the CPU operation?
Repeat
This indicates that the CPU continuously repeats the fetch-decode-execute cycle for processing instructions.
What is the frequency of 1 Hertz (Hz) in terms of CPU cycles?
1 cycle per second
This is the basic unit of frequency measurement for CPU speed.
How many cycles per second does 1 Kilohertz (kHz) represent?
1,000 cycles per second
Kilohertz is commonly used to describe the speed of processors in the past.
What is the equivalent of 1 Megahertz (MHz) in cycles per second?
1,000,000 cycles per second
This unit is often used to measure the speed of older processors.
How many cycles per second does 1 Gigahertz (GHz) equal?
1,000,000,000 cycles per second
Gigahertz is a standard unit for measuring the speed of modern processors.