681. 3-Address format can be represented as:
Correct answer: (A)
dst <-[src1][src2]
682. 2- Address format can be represented as:
Correct answer: (B)
dst<-[dst]*[src]
683. In 1-address format how many address is used both as source as well as destination:
Correct answer: (A)
1
684. The stack pointer is maintained in a____________:
Correct answer: (B)
Register
685. ____________mode of addressing is a form of implied addressing:
Correct answer: (A)
Stack
686. Stack uses RPN to solve expression:
Correct answer: (B)
Arithmetic
687. In the RPN scheme the numbers and operators are listed ____________:
Correct answer: (A)
One after another
688. In addressing modes instruction has primarily how many components:
Correct answer: (B)
2
689. EA stands for:
Correct answer: (C)
Effective address
690. In which addressing the operand is actually present in instruction:
Correct answer: (A)
Immediate addressing