Assignment 7 Flashcards
CISC
Complex Instruction Set Computer. This is a single arithmetic logic based CU. It performs calculations and operations in sequence, and only executes one command at a time. Tio alternate between commands, interrupts are sent from the hardware or software to attempt multitasking.
MMX
A processor extension introduced in 1997 that increased the processing power by adding new instructions. However, to access those new instructions the existing software must be upgraded.
RISC
A type of CPU that contains multiple ALUs and can process several instructions at once. Examples of companies that use this CPU are the PowerPC and Intel Alpha series.
Program Counter
A counter that identifies the address of the next program command to be executed.
Status Register
Part of a register that identifies whether the user level is supervisor or user.
Instruction Register
Part of a register that keeps track of the instructions to be executed.