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 ▸

What are the main differences between different loops when it comes to coding ?


What are firewalls? Explain and discuss three methods they employ to secure a network. [8]


The numbers 6B and 12 are displayed in hexadecimal form. Convert them into binary form and perform binary addition to find the sum. Convert your answer back into hexadecimal. Show your workings.


Choose 3 types of malware, describe them and the ways in which they may harm a device.