1.1 The characteristics of contemporary processors, input, output and storage devices Flashcards
What is the role of the PC (Program Counter)?
Stores the address of the next instruction or data to be fetched
Give the name of the computer architecture that uses the fetch-execute cycle with a single control unit.
Von-Neuman Architecture
Does CISC or RISC processors can process more complex instructions?
CISC processors
What is the role of the MAR (Memory Address Register)?
Stores the address of the instruction or data to be fetched
What is the role of the MDR (Memory Data Register)?
Stores data read from or being written to the RAM
Does CISC or RISC processors complete an instruction in one clock CYCLE?
RISC processors
What does CISC stand for?
complex instruction set computer
What does RISC stand for?
Reduced instruction set computer
What are three types of processing?
Concurrent processing, parallel processing, Multi-core processing
What is the role of the CIR (Current Instruction Register)?
Stores the instruction currently being executed
What is unique about parallel processing?
Different processes can be executed on processors at different or the same time.
What is unique about Multi-core processing?
Different processes can be executed on different processors at different or the same time
What is unique about concurrent processing?
Several processes executed at the same time instead of sequentially.
What is the role of then ACC (Accumulator)?
Stores the result of calculations from ALU (Arithmetic Logic Unit)
What is meant by the term ‘Virtual Memory’ and what is it’s function?
Virtual memory is additional memory used when RAM is full. It acts as secondary storage and is used to store unused programs while the current program being run is replaced in RAM.