Immediate addressing mode uses data directly from: MCQ with Answer and Explanation

Immediate addressing mode uses data directly from:
A. Memory location
B. Register
C. The instruction itself
D. Stack
Answer: Option C
Solution (By JKSSB Mock Tests)
Operand is embedded in the instruction.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More CPU (Central Processing Unit) Questions

Question #1
Speculative execution in CPU:
A. Executes instructions before knowing if needed
B. Increases latency
C. Reduces cores
D. Waits for all conditions

Correct Answer: Option A


Explanation:
It improves performance but can have security implications like Spectre.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2
SoC stands for:
A. Single Operation Core
B. System on Chip
C. System on Cache
D. Secure Operation Channel

Correct Answer: Option B


Explanation:
Integrates CPU, GPU, etc.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3
L3 cache is typically:
A. Shared among all CPU cores
B. Private to each core
C. Used only for instructions
D. Slower than registers but faster than RAM

Correct Answer: Option A


Explanation:
It acts as a larger shared cache layer.

This question belongs to: Computer CPU (Central Processing Unit)