Programming · Level 2 of 5
Dictionary
A collection mapping keys to associated values.
Keys are unique within a mapping; lookup behavior depends on implementation.
Example
A term ID maps to its saved learning state.
Listen to the definition and example
Audio transcript
Dictionary. A collection mapping keys to associated values. Keys are unique within a mapping; lookup behavior depends on implementation. For example: A term ID maps to its saved learning state.
Explore this concept
Why it matters
This helps you read implementation code and describe its behavior precisely.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.