edited by
3,967 views

4 Answers

Best answer
5 votes
5 votes
OPTION A MORE REGISTER AND SMALLER INSTRUCTION SET
3 votes
3 votes

ans is (a)

CISC - larger, more feature-rich instruction set (more operations, addressing modes, etc.).  slower clock speeds.  fewer general purpose registers.  Examples: x86 variants

RISC - smaller, simpler instruction set.  faster clock speeds.  more general purpose registers.  Examples: MIPS, Itanium, PowerPC
 

1 votes
1 votes

RISC stands for Reduced Instruction Set Computer. It is the traditional load/store architecture in which operands have to be present in the registers in order to perform computations.

In contrast to RISC, CISC can access the operands directly from the memory to perform computations.

For this reason, RISC needs more registers than CISC. And of course, as the name suggests, it has a smaller instruction set. Hence, Option A



 

Bonus:-

RISC CISC
Fixed Instruction size Variable Instruction size
Software-centric Hardware-centric
Hardwired Control Unit Microprogrammed Control Unit
Instruction Decoding is faster Instruction Decoding is slower
Uses pipelining Pipelining rarely used
0 votes
0 votes
A reduced instruction set computer, or RISC , is one whose instruction set architecture (ISA) allows it to have fewer cycles per instruction (CPI) than a complex instruction set computer (CISC).
In RISC architecture, the instruction set of the computer is simplified to reduce the execution time. It uses small and highly optimized set of instructions which are generally register to register operations
Answer:

Related questions

6 votes
6 votes
2 answers
2
Desert_Warrior asked Jun 3, 2016
3,287 views
The process of organizing the memory into two banks to allow $8$-and $16$-bit data operation is calledBank switchingIndexed mappingTwo-way memory interleavingMemory segme...
7 votes
7 votes
4 answers
4
Desert_Warrior asked Jun 3, 2016
6,203 views
In which addressing mode, the effectives address of the operand is generated by adding a constant value to the content of a register?Absolute modeIndirect modeImmediate m...