Multiple choice

What is a mathematical model with a collection of operations defined on that model called?

  1. Data structure

  2. Abstract data type

  3. Algorithm

  4. Primitive data type

  5. _

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Abstract data type is a set of data values and associated operations that are precisely specified independent of any particular implementation.