Multiple choice Stack consists of Register RAM ROM 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.