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 ▸

One member of a chess club sends a text file saved in Unicode. What meant by the term "Unicode" and why might this be necessary?


Explain how the even parity system works when transmitting ASCII codes. Include a description of the roles of the sending device and the receiving device during transmission.


Convert the hexadecimal '3E', which represents a 2's compliment binary number, in decimal.


Give two types of management of either hardware or other resources that are performed by an operating system.