Computer Science, asked by brainlyusery, 4 months ago

explain CPU cycle by mentioning the four main steps class 9
plzz ans it asap and appropriate ans plzzz​

Answers

Answered by unicorn276
0

Explanation:

The information processing cycle, in the context of computers and computer processing, has four stages: input, processing, output and storage (IPOS).

Four steps of machine cycle

Fetch - Retrieve an instruction from the memory.

Decode - Translate the retrieved instruction into a series of computer commands.

Execute - Execute the computer commands.

Store - Send and write the results back in memory.

Answered by sahil5974
0

Explanation:

The instruction cycle (also known as the fetch–decode–execute cycle, or simply the fetch-execute cycle) is the cycle that the central processing unit (CPU) follows from boot-up until the computer has shut down in order to process instructions. It is composed of three main stages: the fetch stage, the decode stage, and the execute stage.

This is a simple diagram illustrating the individual stages of the fetch-decode-execute cycle.

In simpler CPUs, the instruction cycle is executed sequentially, each instruction being processed before the next one is started. In most modern CPUs, the instruction cycles are instead executed concurrently, and often in parallel, through an instruction pipeline: the next instruction starts being processed before the previous instruction has finished, which is possible because the cycle is broken up into separate steps

Similar questions