πŸ“Š Basics of Computer Architecture
Q. If a processor does not have any stack pointer register, then
  • (A) It cannot have subroutine call instruction
  • (B) It can have subroutine call instruction, but no nested subroutine
  • (C) Nested subroutine calls are possible, but interrupts are not
  • (D) All sequences of subroutine calls and also interrupts are
πŸ’¬ Discuss
βœ… Correct Answer: (D) All sequences of subroutine calls and also interrupts are
πŸ“Š Basics of Computer Architecture
Q. Which of the following register is used in the control unit of the CPU to indicate the next instruction which is to be executed ?
  • (A) Accumulator
  • (B) Index register
  • (C) Instruction decoder
  • (D) Program counter
πŸ’¬ Discuss
βœ… Correct Answer: (D) Program counter
πŸ“Š Basics of Computer Architecture
Q. addressing mode is most suitable to change the normal sequence of execution of instructions.
  • (A) Relative
  • (B) Indirect
  • (C) Index with Offset
  • (D) Immediate
πŸ’¬ Discuss
βœ… Correct Answer: (A) Relative
πŸ“Š Basics of Computer Architecture
Q. The addressing mode which makes use of in-direction pointers is
  • (A) Indirect addressing mode
  • (B) Index addressing mode
  • (C) Relative addressing mode
  • (D) Offset addressing mode
πŸ’¬ Discuss
βœ… Correct Answer: (A) Indirect addressing mode
πŸ“Š Basics of Computer Architecture
Q. In the following indexed addressing mode instruction, MOV 5(R1), LOC the effective address is
  • (A) EA = 5+R1
  • (B) EA = R1
  • (C) EA = [R1]
  • (D) EA = 5+[R1]
πŸ’¬ Discuss
βœ… Correct Answer: (D) EA = 5+[R1]