Answers for "cisc vs risc"

2

cisc vs risc

The CISC approach attempts to minimize the 
number of instructions per program, 
sacrificing the number of cycles per 
instruction. RISC does the opposite, 
reducing the cycles per instruction at
the cost of the number of instructions
per program.
Posted by: Guest on April-26-2022

Browse Popular Code Answers by Language