answersLogoWhite

0


Best Answer

hindi me computer padhne ke liye Google main ja kar likhe samidha foundation aur search kare. ya niche diye gaye link par click kare.

आज हम कंप्यूटर पर आसनी जो कुछ भी लिखते हैं वो आस्की में ही लिखा होता है. प्रत्येक कंप्यूटर प्रयोगकर्ता अंकों, अक्षरों तथा संकेतों के लिए बाइनरी सिस्टम पर आधारित कोड का निर्माण करके कंप्यूटर को परिचालित कर सकता है! लेकिन उसके कोड केवल उसी के द्वारा प्रोग्रामों और आदेशों के लिए लागू होंगे! इससे कंप्यूटर के प्रयोगकर्ता परस्पर सूचनाओं का आदान प्रदान तब तक नहीं कर सकते जब तक कि वे एक -दूसरे द्वारा इस्तेमाल किये हुए कोड संकेतों से परिचित न हों! सूचनाओं के आदान प्रदान की सुविधा के लिए अमेरिका मे एक मानक कोड तैयार किया गया है जिसे अब पूर विश्व मे मान्यता प्राप्त है! इसे आस्की (ascii) के नाम से जाना जाता है! इसमे प्रत्येक अंक, अक्षरों वा संकेत को 8 बीटो से दर्शाया गया है! इन 8स्थानों पर केवल 0 और 1 की संख्या ही लिखी गयी है!

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

1w ago

एस्की कोड (ASCII code) कंप्यूटर में विभिन्न अक्षरों, संकेतों और संख्याओं को प्रतिनिधित्व करने के लिए इस्तेमाल किया जाता है। यह सामान्यतः 8-बिट कुंजी कोड होता है और ASCII कोड चालू लिपि के साथ संगत है। यह टेक्स्ट कोडिंग के लिए प्रयोग में आता है और इंटरनेट, इलेक्ट्रॉनिक वाणिज्यिकता और कंप्यूटर सॉफ्टवेयर में महत्वपूर्ण भूमिका निभाता है।

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is ASCII code detail in Hindi?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code of the space in the ASCII code?

32 is the ASCII Code for a space.


What is the ASCII code of 'd'?

ASCII refers to the characterset. So the ASCII code of 'd' is 'd' If you meant binary code it is: 01100100


What is the ASCII code for e?

The ASCII code for capital E is 069 and the ASCII code for regular e is 101.hope this help.


What is the code of the letter B in the ASCII code?

The ASCII code of letter B is 66


How many ascii code are there?

128 ascii codes.


How does the ASCII code works?

ASCII is an abbreviation for American Standard Code for Information Interchange. The ASCII code, which is used worldwide, is used to create computer coding languages so computers can interact with people.


What is the Hexadecimal equivalent of dot?

If you are referring to the ASCII code: The ASCII Code for a dot (.) is 46. The hexadecimal equivalent of this is 2E. You can find this, and all ASCII characters here: http://www.asciitable.com/.


Is ASCII is a language used by the computer?

ASCII is American Standard Code for Information Interchange, it's not a language, it's a code.


What is character code used by most personal computers?

ASCII (American Standard Code for Information Interchange)


Convert string have a nice day to equivalent ascii code include spaces between words in the resultant ascii?

Convert string have a nice day to equivalent ascii code include spaces between words in the resultant ascii?


How do you spell Quinn in binary code?

In binary: 10100010 11101010 11010010 11011100 11011100 00000000 In hexadecimal: 0x5175696E6E00 10100010 = 0x51 = 'Q' (ASCII character code 81 decimal) 11101010 = 0x75 = 'u' (ASCII character code 117 decimal) 11010010 = 0x69 = 'i' (ASCII character code 105 decimal) 11011100 = 0x6E = 'n' (ASCII character code 110 decimal) 11011100 = 0x6E = 'n' (ASCII character code 110 decimal) 11011100 = 0x00 = 0 (ASCII character code 0 decimal - null-terminator)


What is ASCII code of U?

Upper case U in ASCII/Unicode is binary 0101011, U is code number 85. Lower case u in ASCII/Unicode is binary 01110101, u is code number 117.