Multiple choice

Stack consists of

  1. Register

  2. RAM

  3. ROM

  4. CPU

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Stack is implemented using RAM because it requires dynamic read/write operations for push and pop. ROM is read-only and cannot support stack operations. Registers are individual CPU storage, not stack memory.