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 ▸

Describe the difference between a CPU and a GPU with relation to processing power and ability to perform tasks.


Image a graph. In which instances is it more appropriate to use an adjacency list instead of an adjacency matrix?


In a computer program, a parameter may be passed to a procedure by value. Explain how this method works.


Why are bit patterns often displayed in hexadecimal notation instead of binary notation?