Computer Fundamentals - Engineering

Q1:

Hardware _____ memory is seldom used in modern computers.

A ROM

B RAM

C LIFO

D PROM

E None of the above

ANS:C - LIFO

A stack is a container of objects that are inserted and removed according to the last-in first-out (LIFO) principle.

(the concept is in computer data structure).