Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Differentiate between RISC & CISC based microprocessor. OR Differentiate between complex instruction set computer and reduced instruction set computer.

FeatureRISC (Reduced Instruction Set Computer)CISC (Complex Instruction Set Computer)
Instruction Set ComplexityFewer instructions, simpler operationsMore instructions, complex operations
Instruction LengthFixed lengthVariable length
Pipeline ArchitectureTypically deeper pipelinesShallower pipelines
Clock CycleShort, uniform clock cyclesVariable length clock cycles
RegistersMore general-purpose registersFewer general-purpose registers
Memory AccessEmphasis on load/store architectureInstructions may operate on memory directly
Code SizeLarger code size due to simplicitySmaller code size due to complex instructions
Execution SpeedFaster for specific tasksVariable, as some instructions may take multiple cycles
Hardware ComplexitySimpler hardware designMore complex hardware design
Power ConsumptionGenerally lower power consumptionCan have higher power consumption
Example ArchitecturesARM, MIPSx86, x86-64 (Intel and AMD architectures)

    Leave a Comment