Concept
Complex Instruction Set Computing 0
Complex Instruction Set Computing (CISC) is a computer architecture design that emphasizes a rich set of instructions, allowing each instruction to execute several low-level operations. This approach aims to reduce the number of instructions per program, thereby decreasing the memory required for storing instructions and potentially simplifying compiler design.
Relevant Degrees