739 views
2 votes
2 votes

State True/False: "CISC architectures may perform better than RISC architectures in network centric applications."

1 Answer

0 votes
0 votes
Although CISC architecture systems have a larger instruction set and access data from MM, perfomance wise CISC systems are behind RISC system. This because of the larger instruction decoding and execution time. MIPS (Millions of Instructions per second) was intially used to compare perfomance systems. And RISC systems outperformed CISC systems because of the simpler instructions. Hence I think RISC systemsare better. But makes the life of an assembly level programmer very difficult :-)

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
sh!va asked Sep 15, 2017
412 views
CISC is related to:1. Hardware2. Software3. Firmware4. None of the above
0 votes
0 votes
1 answer
3
gate_forum asked Feb 2, 2016
656 views
When is incremented value of PC(program counter) available in variable sized instructions?during decode phaseafter instruction executionduring fetch phasenone
0 votes
0 votes
2 answers
4
prasoon054 asked Jan 7
194 views
In which stage of the classic RISC pipeline, operand is fetched. Is it in Instruction Decode or Execute (ALU) stage?