fetch-decode-execute cycle Flashcards
what happens in the fetch part
instruction gets recieved from memory address in the RAM then RAM finds the instructions stored at the address, fetches it and passes it back to the CPU.
what happens in the decode part
the CPU breaks down the instructions into something it can understand. The CPU identifies the operation code (op-code).
what is the execute step
the instruction in the op code is carried out using the data that is fetched. this data can then be used by future instructions or be passed back to the main memory
how many time can the fetch-execute cycle be carried out
several thousand million times in one second
what are the 3 units that make von neumann achitectures
control unit. arithmetic logic unit. memory unit.
what does the cu do
3 different ones
1has data to be inputted, outputted or stored
2interprets instructions
3manages the computers response
what does the arithmetic logic do
3 different ones
A, L, C
preforms: arithmetic calculations
logic operations
and comparisons