Exam 4: Data Abstraction: The Walls
Exam 1: Review of Java Fundamentals60 Questions
Exam 2: Principles of Programming and Software Engineering60 Questions
Exam 3: Recursion: the Mirrors60 Questions
Exam 4: Data Abstraction: The Walls60 Questions
Exam 5: Linked Lists60 Questions
Exam 6: Problem Solving With Abstract Data Types60 Questions
Exam 7: Stacks60 Questions
Exam 8: Queues60 Questions
Exam 9: Advanced Java Topics60 Questions
Exam 10: Algorithm Efficiency and Sorting60 Questions
Exam 11: Trees60 Questions
Exam 12: Tables and Priority Queues60 Questions
Exam 13: Advanced Implementations of Tables60 Questions
Exam 14: Graphs60 Questions
Exam 15: External Methods30 Questions
Select questions type
A(n)______ is a class that inherits the members of another class.
(Multiple Choice)
4.9/5
(42)
In the ADT list,when an item is deleted from position i of the list,______.
(Multiple Choice)
4.8/5
(39)
A(n)______ is a Java construct that enables a programmer to define a new data type.
(Multiple Choice)
4.8/5
(36)
How do checked exceptions and runtime exceptions differ in the way that they are handled?
(Essay)
4.8/5
(41)
Which of the following operations of the ADT list changes the list?
(Multiple Choice)
4.8/5
(32)
In the following list: John,Kate,Fred,Mark,Jon,Adam,Drew
Which element is the head of the list?
(Multiple Choice)
4.9/5
(43)
The definition of a subclass includes a(n)______ clause to indicate its superclass.
(Multiple Choice)
4.9/5
(32)
To ______ an exception means to deal with the error condition.
(Multiple Choice)
4.8/5
(38)
The ADT sorted list inserts and deletes items by their ______.
(Multiple Choice)
4.8/5
(36)
In the ADT list,when an item is inserted into position i of the list,______.
(Multiple Choice)
4.8/5
(45)
Showing 41 - 60 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)