List characteristics of RISC architecture.

The Characteristics of RISC Architecture

Characteristics of RISC:

1. It has simpler instructions and thus simple instruction decoding.

2. More general-purpose registers.

3. The instruction takes one clock cycle in order to get executed.

4. The instruction comes under the size of a single word.

5. Pipeline can be easily achieved.

6. Few data types.

7. Simpler addressing modes.






RISC is an abbreviation for Reduced Instruction Set Computer, while CISC is an abbreviation for Complex Instruction Set Computer. Out of these, the RISC processors have a comparatively smaller set of instructions along with few addressing nodes. On the other hand, the CISC processors consist of a larger set of instructions along with multiple addressing nodes.

In this article, we will dive deeper into the RISC and CISC Architecture according to the GATE Syllabus for (Computer Science Engineering) CSE. Keep reading ahead to learn more.

Table of Contents

1. RISC approach: In this case, the programmer would write the very first load command in order to load data in the registers. Then it would use a suitable operator and store the obtained result in the location that is desired.


The add operation here is divided into parts, namely, operate, load, and store. Due to this, RISC programs are much longer, and they require more memory to get stored, even though they require fewer transistors because the commands are less complex.

Complex Instruction Set Computer or CISC Architecture

The fundamental goal of CISC is that a single instruction will handle all evaluating, loading, and storing operations, similar to how a multiplication command will handle evaluating, loading, and storing data, which is why it’s complicated.

Characteristics of CISC:

1. Instructions are complex, and thus it has complex instruction decoding.

2. The instructions may take more than one clock cycle in order to get executed.

3. The instruction is larger than one-word size.

4. Lesser general-purpose registers since the operations get performed only in the memory.

5. More data types.

6. Complex addressing modes.

Both CISC and RISC approaches primarily try to increase the performance of a CPU. Here is how both of these work:

 CISC: This kind of approach tries to minimize the total number of instructions per program, and it does so at the cost of increasing the total number of cycles per instructio

ignou assignments

Spread the love
Posted in MCA

Leave a Comment