Hardware and Software Design Question:

Explain Difference between RISC and CISC?

Answer:

RISC-Means Reduced Instruction Set Computer.a Risc
system has reduced number of instructions and more
importantly it is load store architecture were pipelining can be implemented easily.Eg.ATMEL AVR.

CISC-Means Complex instruction set architecure.A CISC
system has complex instructions such as direct addition between data in two memory locations.Eg.8085.

Download Hardware and Software Design PDF Read All 15 Hardware and Software Design Questions
Previous QuestionNext Question
Is RISC always fast?Write a code to count the no. of 1s in a binary representation of a number?