Comp 252 Mid Sem
Comp 252 Mid Sem
6. Which of the following instructions does not belong to the data transfer
group?
- A) MOV
- B) ADD
- C) LDA
- D) STA
7. Which addressing mode is used in the instruction `MOV AX, [1234H]`?
- A) Immediate addressing
- B) Direct addressing
- C) Register addressing
- D) Indirect addressing
9. The time taken to access a memory location and retrieve its contents is
known as:
- A) Latency
- B) Cycle time
- C) Access time
- D) Seek time
13. Which of the following registers holds the address of the next instruction to
be executed?
- A) Data Register
- B) Instruction Register
- C) Program Counter
- D) Stack Pointer
14. In which type of microprocessor does the same set of instructions operate
on multiple data elements simultaneously?
- A) SISD
- B) SIMD
- C) MISD
- D) MIMD