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

Verified
Correct Answer:
Verified
Q50: In the following list: John,Kate,Fred,Mark,Jon,Adam,Drew<br>Which element is
Q51: What is an axiom?
Q52: The definition of a subclass includes a(n)_
Q53: To _ an exception means to deal
Q54: Data structures are part of an ADT's
Q55: The ADT sorted list inserts and deletes
Q56: What are exceptions used for?
Q57: An abstract data type is another name
Q59: What is procedural abstraction?
Q60: What is a data structure?