Multiple choice

A memory in which the information is stored in the last is on the top and is retrieved first is known as

  1. PROM

  2. Buffer

  3. Stack

  4. RAM

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

A stack operates on the Last-In, First-Out (LIFO) principle, where the last item added is the first one removed. Buffers are generally First-In, First-Out (FIFO) structures.