CBSE Class 11 Computer Science Question 26 of 88

Tuples and Dictionary — Question 6

Back to all questions
6
Question

Question 6

In a dictionary, the elements are accessed through:

  1. Key
  2. Value
  3. Index
  4. None of these
Answer

Key

Reason — In a dictionary, elements are accessed using keys, which uniquely identifies each element's associated value.