Multiple choice

The time required for fetching and executing one simple machine instruction is

  1. Delay time

  2. CPU cycle

  3. Real time

  4. Seek time

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A CPU cycle, also known as an instruction cycle, is the process by which a computer retrieves a program instruction from its memory, determines what actions the instruction requires, and carries out those actions. Delay time and seek time refer to latency in data access or mechanical movement, while real time refers to actual clock time. Therefore, the cycle time of the CPU defines the duration of these basic operations.