COMPUTER FUNDAMENTALS

INTRODUCTION TO COMPUTERS

COMPUTER ARCHITECTURE AND ORGANIZATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In zero address instruction method, the operands are stored in ____
A
registers
B
accumulators
C
push down stack
D
cache
Explanation: 

Detailed explanation-1: -Zero Address Instructions – A stack based computer do not use address field in instruction.To evaluate a expression first it is converted to revere Polish Notation i.e. Post fix Notation.

Detailed explanation-2: -An instruction can act on zero or more operands, which are the data manipulated by the instruction. An example of a zero-operand instruction is NOP (no operation). An operand can be in any of these locations: In the instruction itself (an immediate operand)

There is 1 question to complete.