Computer Science, asked by LDGeo3030, 1 year ago

Expain instruction cycle with flow char

Answers

Answered by MrVeD
1
It's a process by which a computer retrieves a program instruction from its memory

Answered by 22kamiyagoel
0

The instruction cycle (also known as the fetch–decode–execute cycle or the fetch-execute cycle) is the basic operational process of a computer system. It is the process by which a computer retrieves a program instruction from its memory, determines what actions the instruction describes, and then carries out those actions. This cycle is repeated continuously by a computer's central processing unit (CPU), from boot-up until the computer has shut down.

A diagram of the instruction 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.

..................................................................................

HOPE IT HELPS YOU

MARK THIS AS BRAINLIEST

..................................................................................

Attachments:
Similar questions