A(n) ___________________ consists of a set of data and a set of operations that act upon that data.
A. data type
B. user data type
C. operative data type
D. abstract data type
D
You might also like to view...
Selection sort involves the following steps in the unsorted portion of the list: find the location of the smallest element and move the smallest element to the beginning of the unsorted list.
Answer the following statement true (T) or false (F)
Use the rules of exponents to combine like bases and simplify the expressions:

A navigation bar is the part of a webpage that links to other webpages in a website
Indicate whether the statement is true or false
The general expression (*pointer).member can always be replaced with the notation ____.
A. *(pointer.member) B. *(pointer->member) C. pointer->member D. member->pointer