The term ____ implies that the type's data is private and can be accessed only through methods.

A. abstract type library
B. advanced data type
C. abstract definition type
D. abstract data type


Answer: D

Computer Science & Information Technology

You might also like to view...

A(n) ____ variable can have either of just two values: true or false.

A. Double B. String C. Object D. Boolean

Computer Science & Information Technology

Which one of the following statements is true with regard to a producer/consumer relationship with one producer and one consumer?

a. A producer can never produce faster than the consumer is consuming. b. A consumer can never consume faster than the producer is producing. c. A producer can produce more items than a consumer consumes. d. A consumer can consume more items than a producer produces.

Computer Science & Information Technology

Which of the following statements is false?

a. Most classes you’ll use in Java programs must be imported explicitly. b. There’s a special relationship between classes that are compiled in the same directory. By default, such classes are considered to be in the same package—known as the default package. c. Classes in the same package are implicitly imported into main. d. An import declaration is not required when one class in a package uses another in the same package.

Computer Science & Information Technology

The purpose of ____ is to manage the effects of changes or differences in configurations on an information system or network.

A. security information and event management (SIEM) B. security operations center management(SOCM) C. configuration and change management (CCM) D. program monitoring

Computer Science & Information Technology