Which of the following statements about ADTs are true.
A) They specify the values the data type can hold.
B) They specify the operations the data type can perform.
C) They hide the details of how the data type is implemented.
D) They do all of the above.
E) They do A and B, but not C.
D) They do all of the above.
You might also like to view...
When you click the ________ button in an Office application, you exit the program if no other files are open for that program
A) Minimize B) Close C) Maximize D) Restore Down
Information about a document such as the name of the document author, the file name, and key-words are called document ________
A) citations. B) notes. C) memos. D) properties.
Which of the following is the best security mechanism to minimize risk when browsing the Internet?
A. Minimize support of mobile code. B. Enable the Do-Not-Track feature, and use private-browsing mode. C. Keep Java and Flash updated. D. Block access to known phishing URLs.
Which of the following statements about the continue statement is true?
a) The continue statement is used to exit a repetition statement early and continue execution after the loop. b) The continue statement is used to continue after a switch statement. c) The continue statement does not alter the flow of control. d) A continue statement proceeds with the next iteration of the immediately enclosing while, for, do…while statement.