On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:
общая лексика
цикл исполнения команды, командный цикл
время, затрачиваемое центральным процессором на исполнение одной команды. Зависит от быстродействия ОЗУ, тактовой частоты, ширины шины данных и архитектуры процессора
командный цикл
Смотрите также
общая лексика
машинный цикл
цикл выполнения каждой машинной команды, состоящий из набора элементарных операций: выборки команды (fetch), декодирования (decode), исполнения (execute) и запоминания результата (store)
машинный такт
наименьшее время выполнения процессором одной элементарной операции
может занимать несколько периодов внутренней тактовой частоты процессора, или частоты синхронизации
синоним
Смотрите также
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.
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.