Which of the following statements about ASCII is correct?
ASCII के बारे में निम्नलिखित में से कौन-सा कथन सही है?
Options / विकल्प
A. ASCII is a type of local area network
ASCII एक प्रकार का लोकल एरिया नेटवर्क (LAN) है।
B. ASCII is a high-capacity optical disk format
ASCII एक उच्च क्षमता वाला ऑप्टिकल डिस्क प्रारूप है।
C. ASCII is used to store audio on a CD
ASCII का उपयोग CD पर ऑडियो संग्रहीत करने के लिए किया जाता है।
D. ASCII represents characters using numeric codes
ASCII वर्णों (Characters) को संख्यात्मक कोड द्वारा प्रदर्शित करता है।
Correct Answer / सही उत्तर
✅ D. ASCII represents characters using numeric codes
✅ D. ASCII वर्णों को संख्यात्मक कोड द्वारा प्रदर्शित करता है।
Detailed Explanation / विस्तृत व्याख्या
Hindi
ASCII (American Standard Code for Information Interchange) एक मानक कैरेक्टर एन्कोडिंग प्रणाली (Character Encoding System) है जिसका उपयोग कंप्यूटर, मोबाइल और अन्य डिजिटल उपकरणों में अक्षरों, संख्याओं और विशेष चिन्हों को संख्यात्मक कोड के रूप में प्रदर्शित करने के लिए किया जाता है।
कंप्यूटर सीधे अक्षरों को नहीं समझता, वह केवल बाइनरी (0 और 1) को समझता है। इसलिए ASCII प्रत्येक अक्षर को एक निश्चित संख्या प्रदान करता है।
उदाहरण
| Character | ASCII Code |
|---|---|
| A | 65 |
| B | 66 |
| a | 97 |
| b | 98 |
| 0 | 48 |
| 1 | 49 |
उदाहरण के लिए:
- A = 65
- a = 97
- 0 = 48
इस प्रकार जब हम कोई अक्षर टाइप करते हैं, तो कंप्यूटर उसे ASCII कोड में बदलकर संग्रहीत और संसाधित करता है।
ASCII की विशेषताएँ
- विकसित किया गया: 1963
- मानक ASCII = 7 बिट
- कुल वर्ण = 128 (0–127)
- अक्षर, अंक, विशेष चिन्ह और नियंत्रण वर्ण शामिल
- आधुनिक एन्कोडिंग जैसे UTF-8 की आधारशिला
English
ASCII (American Standard Code for Information Interchange) is a standard character encoding system used to represent text in computers and electronic devices.
Computers understand only binary numbers (0s and 1s). Therefore, ASCII assigns a unique numeric code to each character, allowing computers to store, process, and communicate text.
Examples
| Character | ASCII Code |
|---|---|
| A | 65 |
| B | 66 |
| a | 97 |
| b | 98 |
| 0 | 48 |
| 1 | 49 |
For example:
- A = 65
- a = 97
- 0 = 48
This coding system enables computers to convert human-readable text into machine-readable data.
Features of ASCII
- Developed in 1963
- Standard ASCII uses 7 bits
- Contains 128 characters (0–127)
- Includes letters, digits, symbols, and control characters
- Forms the foundation for modern encoding systems such as UTF-8
Why are the Other Options Incorrect? / अन्य विकल्प गलत क्यों हैं?
A. ASCII is a type of Local Area Network (LAN)
ASCII is a character encoding standard, not a networking technology.
ASCII एक कैरेक्टर एन्कोडिंग मानक है, नेटवर्क नहीं।
B. ASCII is a high-capacity optical disk format
Optical disk formats include CD, DVD, and Blu-ray. ASCII is not a storage format.
ऑप्टिकल डिस्क प्रारूप CD, DVD और Blu-ray होते हैं। ASCII कोई डिस्क प्रारूप नहीं है।
C. ASCII is used to store audio on a CD
Audio CDs store sound data, not ASCII character codes.
ऑडियो CD ध्वनि डेटा संग्रहीत करती है, ASCII कोड नहीं।
Exam Point / परीक्षा हेतु महत्वपूर्ण तथ्य
✅ ASCII = American Standard Code for Information Interchange
✅ ASCII = कैरेक्टर एन्कोडिंग मानक
✅ Standard ASCII = 7 Bits = 128 Characters
✅ मानक ASCII = 7 बिट = 128 वर्ण
✅ A = 65, a = 97, 0 = 48
✅ UTF-8 and Unicode are based on ASCII compatibility
✅ UTF-8 और Unicode, ASCII के साथ संगत हैं।
One-Liner for Exams / परीक्षा हेतु एक पंक्ति
ASCII is a character encoding standard that represents letters, numbers, and symbols using numeric codes.
ASCII एक कैरेक्टर एन्कोडिंग मानक है जो अक्षरों, संख्याओं और चिन्हों को संख्यात्मक कोड के रूप में प्रदर्शित करता है।