Question: Write a statement to create an instance of a class Dictionary that implements DictionaryInterface. Your dictionary contains Word objects that are lists of synonyms for

Write a statement to create an instance of a class Dictionary that implements DictionaryInterface. Your dictionary contains Word objects that are lists of synonyms for words. The key value is a String representing the word to look up. Call your dictionary thesaurus.

Answer:

Write a statement to create a key iterator for a dictionary called thesaurus that is an instance of the class Dictionary and implements DictionaryInterface. The search keys are strings and the values stored are Word objects.

Answer:

Write a statement to create a value iterator for a dictionary called thesaurus that is an instance of the class Dictionary and implements DictionaryInterface. The search keys are strings and the values stored are Word objects.

Answer:

TRUE/FALSE

In the ADT dictionary, search keys and values are paired.

Answer:

The ADT dictionary organizes and identifies its entries by position.

Answer:

Every entry in a dictionary has a search key.

Answer:

Each entry in a dictionary may only have one key.

Answer:

The ADT dictionary requires sorted entries.

Answer:

MULTIPLE CHOICE:

A typical operation of an ADT dictionary is

add a new entry given a search key and value

remove an entry given a search key

retrieve a value associated with a search key

all of the above

A typical operation of an ADT dictionary is

determining if the dictionary contains a specific search key

traversing the dictionary by search keys

traversing the dictionary by values

all of the above

A typical operation of an ADT dictionary is

traversing the dictionary by values

removing an entry given a value

both a & b

none of the above

What ADT dictionary method creates an iterator that traverses all search keys in the dictionary?

getKeyIterator

keyIterator

getKeys

getIterator

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!