instruction cycle - vertaling naar Engels
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

instruction cycle - vertaling naar Engels

BASIC OPERATION CYCLE OF A COMPUTER
Fetch execute cycle; Fetch-execute cycle; Fetch-decode-execute cycle; Execute cycle; Computer cycle; Computer cycles; FE Cycle; CPU cycle; Fetch and execution cycle; Fetch and execute cycle; Machine cycle; I/E time; Processor cycle; Instruction fetching; Instruction fetch; Opcode fetch; Computing cycle
  • Current instruction register]]
}}

instruction cycle         

общая лексика

цикл исполнения команды, командный цикл

время, затрачиваемое центральным процессором на исполнение одной команды. Зависит от быстродействия ОЗУ, тактовой частоты, ширины шины данных и архитектуры процессора

командный цикл

Смотрите также

clock speed; CPU; execution time; instruction time; machine cycle

machine cycle         
машинный цикл; цикл работы станка-автомата
machine cycle         

общая лексика

машинный цикл

цикл выполнения каждой машинной команды, состоящий из набора элементарных операций: выборки команды (fetch), декодирования (decode), исполнения (execute) и запоминания результата (store)

машинный такт

наименьшее время выполнения процессором одной элементарной операции

может занимать несколько периодов внутренней тактовой частоты процессора, или частоты синхронизации

синоним

instruction cycle

Смотрите также

fetch cycle; instruction decoder; machine language; microcode; clock; CPU

Definitie

fetch-execute cycle
<architecture, processor> The sequence of actions that a central processing unit performs to execute each {machine code} instruction in a program. At the beginning of each cycle the CPU presents the value of the program counter on the address bus. The CPU then fetches the instruction from main memory (possibly via a cache and/or a pipeline) via the data bus into the instruction register. From the instruction register, the data forming the instruction is decoded and passed to the control unit which sends a sequence of control signals to the relevant {function units} of the CPU to perform the actions required by the instruction such as reading values from registers, passing them to the ALU to add them together and writing the result back to a register. The program counter is then incremented to address the next instruction and the cycle is repeated. The fetch-execute cycle was first proposed by {John von Neumann}. (1998-06-25)

Wikipedia

Instruction cycle

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.

Vertaling van &#39instruction cycle&#39 naar Russisch