Question:medium

\(\underline{\hspace{1cm}}\) refers to a set of data values and associated operations that are specified accurately, independent of any particular implementation.

Show Hint

An Abstract Data Type (ADT) defines operations on data without specifying how the operations will be implemented.
Updated On: Jan 17, 2026
  • Data Structure
  • Abstract Data Type
  • Data Type
  • Array
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Define the concept.
An Abstract Data Type (ADT) is a conceptual model defining data values and associated operations, distinct from any specific implementation. The operations are described logically, irrespective of their underlying execution.

Step 2: Differentiate related terms.
- Data Structure: A concrete realization of data collections and their operations, typically tied to specific programming environments.
- Data Type: Pertains to the kind of data (e.g., integer, floating-point) without encompassing operational definitions.
- Array: A data structure used for storing collections of elements, usually of a uniform type.

Step 3: Final Determination.
Therefore, Abstract Data Type (ADT) is the accurate term for a set of data values and operations that abstract away implementation specifics.

Was this answer helpful?
0