Multiple Choice
In the ADT list,when an item is deleted from position i of the list,______.
A) the position of all items is decreased by 1
B) the position of each item that was at a position smaller than i is decreased by 1
C) the position of each item that was at a position greater than i is decreased by 1
D) the position of each item that was at a position smaller than i is increased by 1 while the position of each item that was at a position greater than i is decreased by 1
Correct Answer:

Verified
Correct Answer:
Verified
Q37: The _ keyword is used to call
Q38: In the following list: John,Kate,Fred,Mark,Jon,Adam,Drew<br>Which element does
Q39: A method's contract includes the method's _.<br>A)code<br>B)algorithm(s)<br>C)implementation<br>D)specifications
Q40: The insertion operation of the ADT list
Q41: A(n)_ is a class that inherits the
Q43: A(n)_ is a Java construct that enables
Q44: When is a compiler-generated default constructor created?
Q45: How do checked exceptions and runtime exceptions
Q46: Which of the following operations of the
Q47: Data structures are part of an ADT's