CBSE Class 11 Computer Science Question 21 of 112

Dictionaries — Question 1

Back to all questions
1
Question

Question 1

Dictionaries are ............... set of elements.

  1. sorted
  2. ordered
  3. unordered
  4. random
Answer

unordered

Reason — Dictionary are unordered set of elements because it stores data as key-value pair and the pair of object they hold aren't indexed implicitly, that means we cannot refer to an item by using an index.