I. (11 points) Match each of the terms on the left by choosing the upper case le
ID: 3919449 • Letter: I
Question
I. (11 points) Match each of the terms on the left by choosing the upper case letter of the best answer on the right and putting it next to the lower case letter in the space provided a. Checked exceptions A. A data structure that can hold references to a group of objects B. Type of data structure which contains no duplicates C. Type of data structure which requires key/value pairs D. Type of data structure which enables ordered organization E. Paradigm enabling subclass/superclass relationship F Documentation generator which uses comments within the code G. Design principle: a class should have only one responsibility H. Compilation issues, often caused by invalid syntax I. Design pattern which separates the Ul from the application data J. A functional interface, introduces functional programming in Java 9 K. Constructs a new object of a new class, declared without a name L. A class which is parameterized over types M. Defects in program logic, which should not be caught or thrown N. A Java class which cannot be instantiated, should be implemented O. A Java class which should be extended by a subclass P. Design principle: objects should be replaceable with instance of their b. Unchecked exceptions C. Errors d. Generic class e. Set f. Anonymous inner class g. Lambda expression h. Inheritance i. Collection j. List k. Interface I. Abstract class m. Javadoc n. MVC o. Superclass p. Map q. Subclass r. Single Responsibility s. Open-Closed subclasses. Q. Invalid conditions in program execution, should be caught or thrown R. Design principle: software should be open for extension & closed to modification. S. Design principle: high level modules should not depend on low level modules - both should depend on abstraction. t. Liskov Substitution T. The "parent" class which may define methods to be inherited U. The "child" class which may inherit methods from another class V. Design principle: clients should not be forced to depend on interfaces u. Interface Segregation v. Dependency Inversion they do not use CS 3443- SAMPLE FINAL EXAM 2 of 11Explanation / Answer
Answer)
A. A data structure which hold the reference to a group of objects is Collection which is "I".
B. A type of data structure which contains no duplicates is a Set "E"
C. A data structure which contains a key/value pair is a Map (which is a hash map) "P"
D. List has an ordered organization as it works on the order of succession "J".
Please note as per chegg a minimum of 1 question or 4 subparts of the first question is to be attempted. If you wish to get all the answers please post the same in a separate question instead of down voting this answer.
Hit like if you find the answer useful. Together we grow.
Hope this answer helps. :) Happy to help.