Multiple choice A set of values (carrier set) and operations on those values is called a/an data type abstract data type data set data structure identifier Reveal answer Fill a bubble to check yourself B Correct answer Explanation A set of values (carrier set) and operations on those values is called Abstract Data type (ADT). Example: For Boolean ADT carrier set is {True, False} and negation, conjunction, etc. are operations on it.