Tag Archives: architecture

List all the features of the RISC architecture. 6m Jun2015

List all the features of the RISC architecture. 6m Jun2007   List some important features of RISC architecture :  One instruction per cycle: A machine cycle is the time taken to fetch two operands from registers, perform the ALU operation on them and store the result in a register. Thus, RISC instruction execution takes about… Read More »

Explain the following with the help of a suitable diagram or an example: – Evaluation stack architecture 5m Dec2005

Explain the following with the help of a suitable diagram or an example.  Evaluation stack architecture 5m Dec2005 A stack is a data structure that implements Last-In-First-Out (LIFO) access policy. You could add an entry of data (or value) to the stack with a PUSH (value) Function and remove an entry of data (or value) from the… Read More »