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

2024

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

Answer: D. AssociationPython dictionaries are mapping data structures that organize data using key–value associations, not by positional indexing. Each value is accessed via its…

  1. A.

    Sequencing

  2. B.

    Ordering

  3. C.

    Inheritance

  4. D.

    Association

Attempted by 218 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

Loading lesson…