RISC & CISC | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE) PDF Download

Reduced Instruction Set Architecture (RISC)

The main idea behind is to make hardware simpler by using an instruction set composed of a few basic steps for loading, evaluating, and storing operations just like a load command will load data, store command will store the data.

Complex Instruction Set Architecture (CISC)

The main idea is that a single instruction will do all loading, evaluating, and storing operations just like a multiplication command will do stuff like loading data, evaluating, and storing it, hence it’s complex.

Both approaches try to increase the CPU performance 

  • RISC: Reduce the cycles per instruction at the cost of the number of instructions per program.
  • CISC: The CISC approach attempts to minimize the number of instructions per program but at the cost of increase in number of cycles per instruction.
    RISC & CISC | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

Earlier when programming was done using assembly language, a need was felt to make instruction do more task because programming in assembly was tedious and error-prone due to which CISC architecture evolved but with the uprise of high-level language dependency on assembly reduced RISC architecture prevailed. 

Characteristic of RISC

  1. Simpler instruction, hence simple instruction decoding.
  2. Instruction comes undersize of one word.
  3. Instruction takes a single clock cycle to get executed. 
  4. More number of general-purpose registers. 
  5. Simple Addressing Modes. 
  6. Less Data types.
  7. Pipeline can be achieved. 

Characteristic of CISC  

  1. Complex instruction, hence complex instruction decoding. 
  2.  Instructions are larger than one-word size. 
  3.  Instruction may take more than a single clock cycle to get executed. 
  4.  Less number of general-purpose registers as operation get performed in memory itself. 
  5.  Complex Addressing Modes. 
  6.  More Data types. 

Example – Suppose we have to add two 8-bit number: 

  • CISC approach: There will be a single command or instruction for this like ADD which will perform the task.
  • RISC approach: Here programmer will write the first load command to load data in registers then it will use a suitable operator and then it will store the result in the desired location. 

 So, add operation is divided into parts i.e. load, operate, store due to which RISC programs are longer and require more memory to get stored but require fewer transistors due to less complex command. 

Difference Between RISC and CISE

RISC & CISC | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)Micro Processor

A microprocessor is a processing unit on a single chip. It is an integrated circuit which performs the core functions of a computer CPU. It is a multipurpose programmable silicon chip constructed using Metal Oxide Semiconductor (MOS) technology which is clock driven and register based. It accepts binary data as input and provides output after processing it as per the specification of instructions stored in the memory. These microprocessors are capable of processing 128 bits at a time at the speed of one billion instructions per second. 

Characteristics of a micro processor: 

  1. Instruction Set: Set of complete instructions that the microprocessor executes is termed as the instruction set.
  2. Word Length: The number of bits processed in a single instruction is called word length or word size. Greater the word size, larger the processing power of the CPU.
  3. System Clock Speed: Clock speed determines how fast a single instruction can be executed in a processor. The microprocessor’s pace is controlled by the System Clock. Clock speeds are generally measured in million of cycles per second (MHz) and thousand million of cycles per second (GHz). Clock speed is considered to be a very important aspect of predicting the performance of a processor.

Classification of Microprocessors: 

Besides the classification based on the word length, the classification is also based on the architecture i.e. Instruction Set of the microprocessor. These are categorised into RISC and CISC. 

  1. RISC: It stands for Reduced Instruction Set Computer. It is a type of microprocessor architecture that uses a small set of instructions of uniform length. These are simple instructions which are generally executed in one clock cycle. RISC chips are relatively simple to design and inexpensive.The setback of this design is that the computer has to repeatedly perform simple operations to execute a larger program having a large number of processing operations.
    Examples: SPARC, POWER PC etc.
  2. CISC: It stands for Complex Instruction Set Computer. These processors offer the users, hundreds of instructions of variable sizes. CISC architecture includes a complete set of special purpose circuits that carry out these instructions at a very high speed. These instructions interact with memory by using complex addressing modes. CISC processors reduce the program size and hence lesser number of memory cycles are required to execute the programs. This increases the overall speed of execution.
    Examples: Intel architecture, AMD
  3. EPIC: It stands for Explicitly Parallel Instruction Computing. The best features of RISC and CISC processors are combined in the architecture. It implements parallel processing of instructions rather than using fixed length instructions. The working of EPIC processors are supported by using a set of complex instructions that contain both basic instructions as well as the information of execution of parallel instructions. It substantially increases the efficiency of these processors.
The document RISC & CISC | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE) is a part of the Computer Science Engineering (CSE) Course Computer Architecture & Organisation (CAO).
All you need of Computer Science Engineering (CSE) at this link: Computer Science Engineering (CSE)
20 videos|86 docs|48 tests

Top Courses for Computer Science Engineering (CSE)

20 videos|86 docs|48 tests
Download as PDF
Explore Courses for Computer Science Engineering (CSE) exam

Top Courses for Computer Science Engineering (CSE)

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Exam

,

RISC & CISC | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

,

study material

,

Viva Questions

,

shortcuts and tricks

,

Important questions

,

Sample Paper

,

video lectures

,

RISC & CISC | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

,

pdf

,

Extra Questions

,

practice quizzes

,

Previous Year Questions with Solutions

,

Objective type Questions

,

Semester Notes

,

past year papers

,

mock tests for examination

,

Free

,

MCQs

,

ppt

,

RISC & CISC | Computer Architecture & Organisation (CAO) - Computer Science Engineering (CSE)

,

Summary

;