In Python Dictionaries organize the information by .........., not position.

2024

In Python Dictionaries organize the information by .........., not position.

  1. A.

    Sequencing

  2. B.

    Ordering

  3. C.

    Inheritance

  4. D.

    Association

Attempted by 90 students.

Show answer & explanation

Correct answer: D

Python dictionaries are mapping data structures that organize data using key–value associations, not by positional indexing.

Each value is accessed via its unique key, making association-based storage the defining concept.

Explore the full course: Hpsc Pgt Computer Science