Computer Fundamental MCQs - Introduction to Computer
Computer Fundamental MCQs - Introduction to Computer
Computer Fundamental MCQs
पायथन में डिक्शनरी जानकारी को स्थिति के अनुसार नहीं, बल्कि किसके आधार पर व्यवस्थित करती है?
Options:
- Sequencing
- Ordering
- Inheritance
- Association
Right Answer: Association
Python में Dictionary एक Key-Value आधारित डेटा संरचना है। इसमें डेटा किसी क्रम (Sequence) या स्थिति (Position) के आधार पर नहीं, बल्कि Key और Value के बीच संबंध (Association) के आधार पर संग्रहीत किया जाता है। प्रत्येक Key अद्वितीय होती है और उसके माध्यम से संबंधित Value तक सीधे पहुँचा जा सकता है। Dictionary तेज़ डेटा खोज, अद्यतन तथा प्रबंधन के लिए उपयोगी होती है और Python प्रोग्रामिंग में इसका व्यापक उपयोग किया जाता है।
This question is part of Computer Fundamental MCQs - Introduction to Computer, which has 75 practice questions with answers.