The terms "push" and "pop" are associated with which data structure?

Stack
  • Queue
  • Array
  • List
  • All of these
  • None of these

"Push" and "pop" are special terminology associated with one of these data structures.

You push items onto a stack, and pull them off.