Abstract Data Type (ADT): A-Level Computer Science Definition
Written by: James Woodhouse
Reviewed by: Robert Hampton
Last updated
Contents
What is an abstract data type?
In A Level Computer Science, an abstract data type (ADT) is a logical description of a data structure that specifies the operations that can be performed on it, without detailing its implementation. Common ADTs include stacks, queues, linked lists, and trees.
Why are ADTs important?
ADTs allow programmers to focus on functionality rather than internal workings, promoting modular and reusable code.
Revision resources to ace your exams
Challenge yourself with our expertly crafted topic questions and strengthen your understanding with our engaging past papers.
Sign up for articles sent directly to your inbox
Receive news, articles and guides directly from our team of experts.
Share this article