Computer Science, asked by atchudhan1712, 11 months ago

classify the microprocessor based on the size of the data

Answers

Answered by mersalkeerthi46
6

RISC stands for Reduced Instruction Set Computer. It is designed to reduce the execution time by simplifying the instruction set of the computer. Using RISC processors, each instruction requires only one clock cycle to execute results in uniform execution time. This reduces the efficiency as there are more lines of code, hence more RAM is needed to store the instructions. The compiler also has to work more to convert high-level language instructions into machine code

Similar questions