P1 - Fetch-decode-execute Cycle Flashcards
What happens during the fetch execute cycle?
The computer retrieves a program instruction from its memory. Then it establishes and carries out the actions that are required for that instruction.
What repeats the feth-decode-execture cycle continuously?
The CPU
What is the definition of cache?
An extremely fast memory type that acts as a buffer between RAM and the CPU. It holds frequently requested data and instructions and can provide this immediately to the CPU when needed
What is a CPU?
Central Processing Unit
The primary component of a computer that processes instructions. It runs the OS and applications. Constantly receiving inputs from the user. (+ CONTROLS FETCH-DECODE-EXECTURE cycle)
What is ROM?
A type of storage medium that permanently stores data on personal computers (PC’s) and other electronic devices
What is an address bus?
A computer bus architecture. Used tp transfer data between devices. The devices are identified by
What are some features of the ‘Von Neumann’ and the stored program concept?
- Instruction data and program data are stored in the same memory
- still used in most computers today
What are the two items which reside in memory?
Data and Instructions