What is this used to represent?
Hash tables
What kind of a data type is this?
An abstract data type
What is it?
abstract data type consisting of associated pair of itmes when each pair consists of a key and a value.
What languages is this built into?
python and visual basic
What does a dictionary allow?
easy addition and removal of data
What are some operations on a dictionary?