Multiple choice technology testing

Object that stores data key, item pairs

  1. Dictionary Object

  2. Dialog Object

  3. Child Object

  4. Desktop Object

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A Dictionary object stores data as key-value pairs, where each unique key maps to a corresponding item or value. This is the fundamental data structure for associative arrays and maps across programming languages.