New nodes can be added to a stack and removed from the stack only at its top. For this reason a stack is referred to as a __________ data structure.

a) first-in, first-out
b) linear
c) last-in, first-out
d) dynamic

c) last-in, first-out

Computer Science & Information Technology

You might also like to view...

The Back button in a Web browser takes you to the home page of the last Web site you visited

Indicate whether the statement is true or false

Computer Science & Information Technology

_________________ refers to the process of hiding the internal details of objects and their methods.

A. Inheritance B. Encapsulation C. Assumption D. Polymorphism

Computer Science & Information Technology