Which register points to the current stack location? MCQ with Answer and Explanation

Which register points to the current stack location?
A. Stack Pointer
B. Base Pointer
C. Index Register
D. Program Counter
Answer: Option A
Solution (By JKExamLibrary)
It manages stack operations like push/pop.

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

Discuss this Question (0)

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

Practice More CPU (Central Processing Unit) Questions

Question #1 Report Error
Which is a measure of CPU efficiency?
A. Number of fans
B. Size of case
C. Performance per watt
D. Color of chip

Correct Answer: Option C


Explanation:
Important for mobile and data center applications.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2 Report Error
A 64-bit processor can handle data in:
A. 32-bit chunks
B. 8-bit chunks
C. 128-bit chunks only
D. 64-bit chunks

Correct Answer: Option D


Explanation:
Bit width indicates the amount of data the processor can process at once.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3 Report Error
The pipeline stall due to structural hazard happens when:
A. Cache miss
B. Data dependency
C. Branch taken
D. Two instructions need the same hardware resource

Correct Answer: Option D


Explanation:
Resource conflict.

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