Answer the following statements true (T) or false (F)

1. According to the principle of information hiding, a module should be completely isolated from other modules.
2. Data structures are part of an ADT’s implementation.
3. An abstract data type is another name for a data structure.
4. An interface for a class that allows programmers to accomplish any reasonable task is called a complete interface.
5. It is possible to use one ADT to implement another ADT.


1. False
2. True
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

Which of the following is not an input/output (I/O) device:

a) Zip drive b) Monitor c) Keyboard d) Printer

Computer Science & Information Technology

What would be the output of the code in #1 if number was originally initialized to 25?

What will be an ideal response?

Computer Science & Information Technology

What does the instanceof operator do?

What will be an ideal response?

Computer Science & Information Technology

Describe shared key authentication.

What will be an ideal response?

Computer Science & Information Technology