CBSE Class 11 Informatics Practices Question 20 of 66

Dictionary — Question 3

Back to all questions
3
Question

Question 3

In a dictionary, the elements are accessed through:

  1. key
  2. value
  3. label
  4. None of these
Answer

key

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