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

Computer Science & Information Technology

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)

Computer Science & Information Technology

Use the rules of exponents to combine like bases and simplify the expressions:

![15046|290x128](upload://cGtAYCSBd7WPf8gYqbSDoMWLaf3.jpeg)

Computer Science & Information Technology

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

Computer Science & Information Technology

The general expression (*pointer).member can always be replaced with the notation ____.

A. *(pointer.member) B. *(pointer->member) C. pointer->member D. member->pointer

Computer Science & Information Technology