What is the difference between CISC and RISC?

RISC has a reduced instruction set where each instruction can be executed in a single clock cycle. This means that programs often are longer to the developer but are more easily executable on lower powered devices such as mobile phones.CISC on the other hand has instructions that can take multiple clock cycles, and is typical of desktop processors. The programs are more simple for the developer.

JB

Related Computing A Level answers

All answers ▸

Define resolution in regards to images and how it differs from colour depth


Explain how a stack could be used in the process of evaluating an expression in Reverse Polish notation.


What are the different development methodologies and what are their advantages and disadvantages?


Express the number 208 as a) an 8-bit binary number b) an octal string c) a hexadecimal string