Exam tip 1
In exams, when asked to describe an ADT like a stack or queue, focus purely on the abstract properties. Define the data it holds and list the names and purposes of its operations (e.g., PUSH, POP, ENQUEUE, DEQUEUE). Do not mention arrays, pointers, or any specific programming code unless the question explicitly asks for an implementation.