• बिज़नस आईडिया
  • हमारा YouTube चैनल
  • सभी मशीन विक्रेताओं के नंबर
  • कंप्यूटर नेटवर्क
  • कंप्यूटर फंडामेंटल
  • इन्टरनेट एंड वेब टेक्नोलॉजी
  • हमारे बारें में
  • हमसे संपर्क करें

Logo

  • इन्टरनेट प्रोग्रामिंग

Data Representation in Hindi / डाटा रिप्रजेंटेशन क्या है?

आज के इस पोस्ट में हम आपको डाटा रिप्रजेंटेशन के बारें में विस्तार से बताएँगे. इसके साथ डाटा प्रोसेसिंग, डाटा, डाटा मापने की इकाई, डाटा स्टोरेज स्टेज इत्यादि को विस्तार से बताएँगे. डाटा रिप्रजेंटेशन के बारें में पूरी जानकरी के लिए पोस्ट को अंत तक जरुर पढ़ें.

डाटा रिप्रजेंटेशन क्या है? – Data Representation in Hindi

Data representation का अर्थ हैं कैसे हम किसी डाटा को represent करते हैं अर्थात् कैसे किसी डाटा को दर्शाते हैं, यहां पर डाटा representation दो शब्दों से मिलकर बना हैं डाटा+representation, यहां डाटा का मतलब हैं information से या कहें तो fact से, डाटा किसी भी form में हो सकता हैं जैसे audio, video, pictures, gif etc. और इन्हीं डाटा को किस तरह से represent किया जाए, ये डाटा का representation कहलाता हैं।

Computer में सभी डाटा मतलब audio, video, pictures ये सभी बाइनरी के फॉर्म में स्टोर किए जाते हैं computer में होने वाले इसी प्रोसेस को data representation कहते हैं।

डाटा क्या हैं ?

डाटा एक raw fact होता हैं जो अपने raw form में किसी काम का नहीं होता है. लेकिन उसी data को जब हम process और interpret करते हैं तब जाकर उनका सही मतलब सामने आता है, और जो की हमारे लिए बहुत उपयोगी होते हैं. इन्ही processed data को Information भी कहा जाता है. इसी information को computer में audio, video, pictures, MP3 के फॉर्म में save किया जाता है। जिसे हम डाटा कहते हैं।

Data Representation in Hindi

  • डाटा मापने की इकाई

Computer में कितना डाटा रख सकते है, उसे मापने के लिए कुछ स्टैंडर्ड का उपयोग करते हैं। डाटा को अलग अलग तरीके से मापा जा सकता हैं अर्थात् उसकी कैपेसिटी और space के हिसाब से उसे मापा जाता हैं जिसे लिए कुछ यूनिट्स use किए जाते हैं जैसे –

data unit types in hindi

Bit यानी ‘Binary Digit’, यह मापन की सबसे छोटी इकाई हैं इसमें एक बिट की वैल्यू केवल एक ही बाइनरी डिजिट हो सकती हैं चाहे वो 0 हो या 1. अर्थात् 1 bit = binary digit (0,1), इस तरह से कंप्यूटर में जितना अक्षर लिखेंगे उतना बीट का जगह मेमोरी में लेगा. एक Bit का सिर्फ एक ही मान हो सकता है। कंप्यूटर बाइनरी कोड्स की ही भाषा को समझता है। इन बाइनरी कोड्स को ही Bit कहा जाता है।

bit kya hai hindi

बिट दो तरह से ही जानकारी को सेव कर सकती है जैसे – On Or Off (0 Or 1) कंप्यूटर की सभी बड़ी से बड़ी और छोटी Activities बिट के द्वारा ही संपन्न होती है। Bit को English के Small Letter ‘b’ से दर्शाया जाता है।

  • कंप्यूटर में रजिस्टर क्या है (हिन्दी नोट्स)
  • फ्लोचार्ट क्या हैं?(हिन्दी नोट्स)
  • माउस क्या है इसके कार्य और प्रकार (हिन्दी नोट्स)

यह मापन की दूसरी सबसे छोटी इकाई हैं। यहां 4 bit = 1 nibble होता हैं अर्थात् 1 nibble की value 4 bit होती है।

nibble kya hai hindi

ये 8 बिट मैमोरी से मिलकर बनता हैं अर्थात् 8bit = 1byte, मतलब 1byte 2 nibble से मिलकर बना हैं। ये एक स्टैंडर्ड unit होती हैं मैमोरी की। अर्थात् कोई भी डाटा स्टोर करते हैं तो कम से कम 1 बाइट का स्पेस occupy करता ही हैं। बाइट information की 256 स्टेटस को स्टोर कर सकती हैं। computer में बाइट, बिट से आगे की इकाई हैं एक ‘B’ को हमेशा बाइट कहा जाता हैं। और स्मॉल ‘b’ का मतलब bit होता हैं।

byte kya hai hindi

यह 1024 बाइट से मिलकर किलोबाइट बनता हैं। Kilobytes को अक्सर इस्तमाल किया जाता है छोटे files के size को measure करने के लिए. उदाहरण के लिए, एक plain text document में होते हैं 10 KB की data और इसलिए इसकी एक file size होती है करीब 10 kilobytes की जितनी. यह माप अक्सर मेमोरी क्षमता और डिस्क स्टोरेज का वर्णन करने के लिए उपयोग किया जाता है।

kilobyte kya hai hindi

यहा megabytes का मतलब हैं 1024 KB अर्थात् 1024 kb मिलकर मेगाबाइट बनता है ,

Mb के पास KB के मुकाबले डाटा स्टोर करने की कैपेसिटी ज्यादा होती है। Megabyte का उपयोग अक्सर बड़ी फ़ाइलों के आकार को मापने के लिए किया जाता है। उदाहरण के लिए, एक High Resolution वाली JPEG इमेज फ़ाइल एक से पांच मेगाबाइट तक की हो सकती है।

megabyte in hindi

एक डिजिटल कैमरे से Uncompressed raw images को 10 से 50 एमबी डिस्क स्थान की आवश्यकता हो सकती है। एक Compressed format में सहेजा गया तीन मिनट का गीत आकार में लगभग तीन मेगाबाइट हो सकता है, मीडिया के अधिकांश अन्य रूपों की क्षमता, जैसे फ्लैश ड्राइव और हार्ड ड्राइव , को आमतौर पर गीगाबाइट या टेराबाइट्स में मापा जाता है।

यह 1024 मेगा बाइट मिलकर 1 गीगाबाइट होता है. यह MB के मुकाबले  GB का साइज बड़ा होता है। 1 GB 1024 MB के बराबर होता है। इसमें बड़ी फाइल्स कि स्टोरेज आ जाती हैं। अगर 1 जीबी की क्षमता की बात करें तो 230 Mp3 Songs को Store किया जा सकता है।

gigabyte in hindi

Terra byte (TB)

यह 1024 गीगाबाइट मिलकर एक टेराबाइट होता है.TB full form Terabyte होता है। Terabyte GB का के मुकाबले ज्यादा बड़ा होता है। बता दूं कि 1TB, 1024 GB से मिलकर बना होता है। इसमें बहुत सारा डाटा को स्टोर करने की क्षमता होती है।

terrabyte in hindi

Petabyte (PB )

यह 1024 TB मिलकर एक Peta byte  होता है. PB full form Petabyte होता है। 1024 TB और 1000000 GB के बराबर एक Petabyte होता है. इसका मतलब कि एक Petabyte 1024 TB से मिलकर बना हुआ होता है। लेकिन बता दू कि अभी तक इतनी बड़ी मात्रा में कोई भी device उपलब्ध नहीं है।

petabyte (PB) in hindi

Exabyte (EB)

यह 1024 PB  मिलकर एक EXA BYTE  होता है. यह बहुत बड़ी स्टोरेज यूनिट हैं इसमें बहुत अधिक मात्रा में डाटा स्टोर करके रखा जा सकता है या कहा जाए तो 5 Exabyte में हम पूरी मानव जाति द्वारा बोले गए सभी शब्दों को स्टोर कर सकते है।

exabyte (EB) in hindi

Zettabyte (ZB)

Zetta Byte (ZB) यह 1024 EB मिलकर एक ZETTA BYTE  होता है. 1024 EB = 1 ZB इसकी तुलना हम किसी से नहीं कर सकते क्योंकि ये बहुत ही ज्यादा बड़ा स्टोरेज प्रोवाइड कराता हैं।

zettabyte (ZB) kya hai hindi

Yettabyte (YB )

यह 1024 ZB मिलकर एक Yetta Byte  होता है.1024 ZB =1 YB.

yettabyte (YB) kya hai hindi

इनफार्मेशन क्या हैं? (Information kya hai)

किसी को कोई जानकारी बताना या सुनाना, या किसी माध्यम से उसके पास पहुँचाना ही Information कहलाता है।information एक बहुत ही जरूरी यूनिट होता हैं, किसी भी चीज की information के जरिए हम उसके बारे में जान पाते हैं और बेहतर जानकारी के लिए हम और भी information इकट्ठा करते हैं ताकि उसकी पूरी जानकारी हो सकें।Information एक प्रकार का डेटा होता है। जिसे हमारे द्वारा समझने में और उपयोग करने के अनुरूप बनाया जाता है। information के जरिए हम किसी काम को कैसे करना हैं उसकी जानकारी ले सकते हैं।

information kya hai hindi

  • कई महान व्यक्तियों ने Information को अलग-अलग प्रकार से व्यक्त किया।
  • एन बैल्किन के अनुसार — Information उसे कहा जाता हैं, जिसमें आकार को परिवर्तित करने की क्षमता होती है।
  • हाफमैन ने कहा — Information वक्तव्यों, तथ्यों अथवा आकृतियों का संकलन होती है।
  • जे बीकर का मानना है। – किसी विषय से सम्बंधित तथ्यों को ही Information कहते हैं।

Information की जरूरत सभी काम को बेहतर बनाने के लिए होती हैं। जब तक हमे इन्फोर्मेशन नही होगी हम किसी काम को proper नही कर सकतें। जैसे – हमने स्टूडेंट्स से कहा की project बनाना है तो जब तक हम उनको information नहीं देंगे की कैसे बनाना है क्या बनाना हैं. तो students कैसे बनाएंगे बिना किसी information के।

डाटाबेस क्या है? (Database)

Database एक ऐसा स्थान है जहां पर data को स्टोर करके रखा जाता हैं ताकि डाटा सुरक्षित रहें और कोई भी बाहरी लोग उसे ऐक्सेस ना कर पाए। तथा हमे जब भी जरूरत हो database से अपना data ले सकें, डाटाबेस में डाटा टेबल के फॉर्म में रखा जाता हैं। आजकल बहुत बड़े डाटा में काम होता हैं जैसे किसी बड़ी कंपनी में हजारों employs होते हैं उन सभी का डाटा अगर हमको manage करना हैं तो उसे database में स्टोर करके रख दीया जाता हैं और easily जब जरूरत हो ऐक्सेस कर लिया जाता हैं।

ठीक इसी तरह ई-कॉमर्स वेबसाइट जैसे Flipkart, Amazon आदि की हम बात करें तो वहां पर भी इसका उपयोग होता है। कस्टमर की जानकारी, product detail से लेकर हर एक जानकारी डेटाबेस में ही stored रहते हैं।

  • आउटपुट डिवाइस क्या है (हिन्दी नोट्स)
  • इनपुट डिवाइस क्या है (हिन्दी नोट्स)
  • सॉफ्टवेर क्या है और उसके प्रकार
  • CPU क्या है और कैसे काम करता है?
  • डाटा को कैसे स्टोर करते हैं?

Data को  सुरक्षित रखने के लिए हमें उसे स्टोर करना होता है. डाटा को स्टोर करने के लिए जरुरत पड़ती है स्टोरेज की. जब हम डाटा को स्टोर करके रखते हैं तो उसे आवश्यकतानुसार कभी भी उपयोग में ला सकते हैं. Physical World में डाटा को कागजों में लिखकर उसकी एक फाइल बनाकर स्टोर किया जाता है।

आज का युग Digital Marketing युग है, इसलिए अब डाटा को कागजों में स्टोर करने के बजाय कंप्यूटर के माध्यम से डाटाबेस में स्टोर किया जाता है. ताकि हम इसे कही से भी और कभी भी ऐक्सेस कर सकें।

इस Digital दुनिया में हम डाटा को 2 प्रकार से स्टोर कर सकते हैं।

  • Temporary Storage
  • Permanent Storage

#1 – Temporary Storage (अस्थायी भंडारण)

Temporary Storage में डाटा को Temporary रूप से RAM में स्टोर किया जाता है. इसमें Data Temporary रूप से स्टोर होता है. जब तक कंप्यूटर को Power Supply मिलती है तो RAM में डाटा Temporary रूप से स्टोर होता है. Power Supply बंद होने पर RAM में स्टोर डाटा भी Delete हो जाता है. जब भी हम Current Time में कंप्यूटर में कोई कार्य करते हैं तो उसका डाटा RAM में स्टोर रहता है.

#2 – Permanent Storage (स्थायी भंडारण)

Permanent Storage में डाटा को हमेशा के लिए स्टोर किया जाता है. डाटा को Permanent स्टोर करने के लिए हार्ड डिस्क ड्राइव, SSD आदि के इस्तेमाल करते हैं. इसके अलावा कुछ External Device जैसे कि पैन ड्राइव, मेमोरी कार्ड आदि में भी डाटा को Permanent Store किया जाता है.

अगर आपके पास कोई महत्वपूर्ण डाटा है तो आप उसे Permanent Store कर सकते हैं ताकि जब आपको जरूरत पड़े तो आप उस डाटा को Access कर सकें.

डाटा कितने प्रकार के होते है? (Data Types)

डाटा अलग अलग प्रकार के होते हैं जैसे audio, video, pictures, gif आदि

  • Alphabetic data (अक्षरात्मक डाटा) – ये डाटा alphabets (अक्षर) में होते हैं। ये अक्षरों के समूह से बनते हैं। इसमें सिर्फ alphabets होते हैं numbers नहीं होते। जैसे – A,B,C,D आदि।
  • Numeric data (संख्यात्मक डाटा) – ये डाटा numbers में होता हैं अर्थात् ये numerical (संख्यात्मक ) होता हैं । जैसे – 1,2,3,4 आदि।
  • Video data (विडियो डाटा)- ये डाटा वीडियो फॉर्म में होता हैं अर्थता ये वीडियो वाले डाटा होते हैं, जैसे की video clip, movie आदि।
  • Alpha numeric data (चिन्हात्मक डाटा) – इसमें डाटा special characters के रूप में होता हैं। उसे चिन्हात्मक डाटा कहते हैं, जैसे- @,#,$ आदि।
  • Graphical data (ग्राफिकल डाटा)-   ये डाटा ग्राफिकल रूप में होता हैं. इसमें ग्राफिक्स उपयोग किए जाते हैं इसलिए इसे ग्राफिकल data कहते हैं, जैसे – image, pictures आदि।
  • Sound data (ध्वनि डाटा) – ये डाटा ध्वनि के रूप में होता है. इसे ध्वनि डाटा कहते है। जैसे – गाने, ऑडियो आदि।

डाटा प्रोसेसिंग क्या हैं ? (Data Processing)

Data processing एक ऐसी प्रक्रिया हैं जिसमे raw डाटा को check किया जाता हैं ताकि वह आगे प्रोसेस की जा सके या आगे जिसको उसकी जरूरत हैं वह उसे उपयोग कर सके data के रुप में। ये process डाटा साइंटिस्ट लोग करते हैं, जिससे डाटा की सही तरीके से जांच की जा सके। डाटा scientist एक्सपर्ट होते हैं जिससे कोई गलती ना हों,ताकि आगे प्रोसेसिंग में दिक्कत ना आए। इसी प्रोसेस को हम डाटा प्रोसेसिंग कहते हैं।

डाटा को Process करने के लिए सबसे पहले हम किसी भी Data को Collect करते हैं Filter करते हैं तथा उसे Short भी करते हैं उसके बाद उस data का प्रोसेस करते हैं और इसके बाद उस डाटा को स्टोर किया जाता है।

डाटा प्रोसेसिंग के स्टेज (Stage)

डाटा प्रोसेसिंग  पहले manual तरीके से किया जाता था जिससे बहुत अधिक टाइम लग जाया करता था तथा errors की संभावना रहती थी और समय भी अधिक लगता था। लेकिन अब ये काम computer automated तरीको का use किया जा रहा हैं  जिसमें data processing बहुत फास्ट होता हैं तथा errors की संभावना भी कम हो जाती हैं। डाटा प्रोसेसिंग निम्न stages में किया जाता हैं –

  • Data collection

Preparation

Data collection.

डाटा कलेक्शन Data Processing करने की सबसे पहली प्रक्रिया है इसमें हम अपने Raw Data को अलग-अलग माध्यम से Collect करते हैं और हम यह सुनिश्चित करते हैं कि Data सही और विश्वसनीय है या नही। और जब चेक कर लेते हैं तो आगे प्रोसेस में डाल देते हैं।

डाटा Preparation को हम Data Cleaning भी कहते हैं इस Process में हम अपने Raw Data को Short करते हैं  जिससे उसमे जो unnecessary data होता हैं उसे remove कर देते हैं तथा उसे Filter करते हैं और फिर हमारा यह Data अगले Step के लिए तैयार हो जाता है।

इस प्रक्रिया में हम Filter किए गए Data को Computer के अंदर मशीनी भाषा में Enter करते हैं यानी इस Data को Processing करने वाले Program के अनुसार तैयार करते हैं ताकि यह Processing के लिए आसानी से तैयार हो सके और Data Processing करने में काफी आसानी हो।

इस Step में सबसे पहले Input किये गए Data की जांच की जाती है और डाटा को अर्धपूर्ण जानकारी के लिए तैयार किया जाता है। इसमें Data Processing के लिए मशीन लर्निंग और आर्टिफिशियल इंटेलिजेंस एल्गोरिथम का Use किया गया है जिससे हमें एक अच्छा Output मिल सके।

इस Step में Process किए गए Data का परिणाम हमें प्राप्त होता है यानी Process किए गए Raw Data की अर्धपूर्ण जानकारी हमें दिखाई देती है। इस Output को User अलग-अलग फॉर्मेट में ( जैसे Graph, Table, Audio, Video, Document आदि) के रूप में देख सकता है।

ये डाटा प्रोसेसिंग का सबसे last stage है यहां पर हम प्रोसेस किए डाटा को अपने future use के लिए स्टोर करके रखते हैं। यहां ये डाटा safely store रहता है ताकि हमें जब भी जरूरत हैं इसे use कर सकते हैं।

डाटा प्रोसेसिंग के क्या विधि है? (Data Processing Method)

data processing निम्न तरीकों से किया जा सकता हैं .

Manual data processing

Mechanical data processing, batch processing, real time processing, data mining.

Manual डाटा प्रोसेसिंग एक ऐसी प्रोसेसिंग तकनीक हैं जिसमे डाटा मैनुअली प्रोसेस होता हैं यहां किसी भी tools या डिवाइस से नहीं की जाती बल्कि यहां डाटा प्रोसेसिंग कुछ software की मदद से की जाती हैं जैसे calculations, logical operations के हेल्प से डाटा प्रोसेसिंग की जाती हैं।

Mechanical डाटा प्रोसेसिंग में डाटा को मैकेनिकल device की मदद से प्रोसेस किया जाता हैं जैसे type writer, प्रिंटर आदि से। ये काफी fast होता हैं जिससे समय की बचत होती हैं और accurate डाटा मिल जाता हैं।

बैच प्रोसेसिंग (Batch Processing) में डाटा एक निश्चित समयावधि में संकलित (Collected) किया जाता है और इस डाटा पर प्रक्रिया बाद में एक बार में होती है, यह डाटा प्रोसेसिंग की बहुत पुरानी विधि हैं। जिससे बहुत कम समय में बहुत सारे डाटा में काम हो जाता हैं। बैच प्रोसेसिंग सिस्टम में प्रत्येक user अपना प्रोग्राम ऑफ-लाइन में तैयार करता है और फिर उसे कम्प्यूटर सेंटर को दे देता है।

Real time processing का उपयोग तब किया जाता है जब हमे रिजल्ट तुरंत चाहिए होता हैं, यह प्रोसेस बहुत जल्दी रिजल्ट देता हैं तथा कोई काम को continue चल रहा हो उसके लिए इस प्रकार के system का use किया जाता हैं।

ये एक ऐसा प्रोसेस हैं जिसमे डाटा को माइनिंग किया जाता हैं अर्थात् डाटा को खोज करके निकाला जाता हैं, जिससे आगे उसको प्रोसेस किया जा सके। और डाटा को filter करके निकाला जा सके। यह एक बहुत ही important पार्ट होता हैं डाटा प्रोसेसिंग का।

  • कंप्यूटर नंबर सिस्टम क्या है – हिन्दी नो ट्स
  • ऑपरेटिंग सिस्टम क्या है? और कैसे काम करता है?

कंप्यूटर में डाटा प्रेजेंटेशन क्या है?

कंप्यूटर में डाटा प्रेजेंटेशन डाटा को रिप्रेजेंट करने का एक तरीका है. जिसमे डाटा को प्रस्तुत किया जाता है. डाटा को ग्राफ, इमेज या विसुअल रूप में दिखाना ही डाटा का प्रेजेंटेशन है.

डाटा कितने प्रकार के होते हैं?

डाटा 6 प्रकार के होते है. डाटा अलग अलग प्रकार के होते हैं जैसे audio, video, pictures, gif आदि Alphabetic data (अक्षरात्मक डाटा) जैसे – A, B, C, D आदि। Numeric data (संख्यात्मक डाटा) – जैसे – 1,2,3,4 आदि। Video data (विडियो डाटा)- जैसे की video clip, movie आदि। Alpha numeric data (चिन्हात्मक डाटा) – जैसे- @,#,$ आदि। Graphical data (ग्राफिकल डाटा)-   जैसे – image, pictures आदि। Sound data (ध्वनि डाटा) – जैसे – गाने, ऑडियो आदि।

  • डाटा क्या हैं?

इनफार्मेशन के समूह को डाटा कहा जाता है जो एक रॉ फैक्ट होता है. डाटा को प्रोसेस करके इन्टरप्रेट करने पर उसका अर्थ पता चलता है.

डेटा प्रतिनिधित्व में कितने नंबर सिस्टम का उपयोग किया जाता है?

डेटा प्रतिनिधित्व के लिए बाइनरी नंबर सिस्टम का उपयोग किया जाता है. बाइनरी नंबर सिस्टम का बेस 2 होता है. इसमें डाटा को रिप्रेजेंट करने के लिए (01) का उपयोग किया जाता है.

अधिक जानकरी के लिए विडियो देखें :-

आज आपने सिखा

तो दोस्तों आपको ये लेख Data Representation in Hindi ( डाटा रिप्रजेंटेशन क्या है?) कैसा लगा आप मुझे कमेंट करके जरुर बताएं. यदि यह लेख Data Representation in Hindi ( डाटा रिप्रजेंटेशन क्या है?) आपको पसंद आया हो तो आप इसे लाइक और शेयर जरुर करें. यदि इस लेख Data Representation in Hindi ( डाटा रिप्रजेंटेशन क्या है?) से जुड़े कोई सवाल या सुझाव् है तो आप मुझे कमेंट कर सकते हो.

इसी प्रकार के टेक्नोलॉजी से जुड़े लेख, कंप्यूटर नोट्स और बिज़नस आइडियाज की जानकारी के लिए मेरे अन्य वेबसाइट nayabusiness.in और YouTube चैनल computervidya चैनल में विजिट जरुर करें.

  • Data Representation in Hindi
  • इनफार्मेशन क्या हैं?
  • डाटा कितने प्रकार के होते है?
  • डाटा प्रोसेसिंग के क्या विधि है?
  • डाटा प्रोसेसिंग के स्टेज
  • डाटा प्रोसेसिंग क्या हैं?
  • डाटा रिप्रजेंटेशन क्या है?
  • डाटाबेस क्या है?

Keyboard in Hindi / कीबोर्ड क्या है? Keyboard kya hai – हिन्दी नोट्स

हाई लेवल लैंग्वेज क्या हैं परिभाषा और उदाहरण (हिन्दी नोट्स) – what is high..., leave a reply cancel reply.

Save my name, email, and website in this browser for the next time I comment.

  • Chat GPT क्या है और काम कैसे करता है?
  • घरेलु महिलाओं के लिए 25 बेस्ट बिज़नस
  • क्लाउड कम्प्यूटिंग क्या हैं? (हिन्दी नोट्स)
  • OSI Model क्या है? विस्तार से समझाइए।
  • IP Address क्या है और कैसे काम करता है?
  • Virus क्या है और कितने प्रकार के होते है?
  • Cryptography क्या है? (हिन्दी नोट्स)
  • गोबर से जुड़े 15 बेस्ट बिज़नस आइडियाज
  • मशरूम की खेती कैसे शुरू करें?
  • कम्प्युटर का इतिहास और विकास
  • Microprocessor क्या है? (हिन्दी नोट्स)
  • कंप्यूटर की सभी 6 पीढ़ियां, विशेषता, कमियाँ
  • कंप्यूटर नंबर सिस्टम क्या है - हिन्दी नोट्स
  • नेटवर्क डिवाइस क्या है और कितने प्रकार के होते है?
  • बेसिक इन्टरनेट टर्मिनोलॉजी-हिंदी नोट्स
  • Privacy Policy
  • Terms and Conditions

thesciencevision

Data Representation in Hindi | डाटा रिप्रजेंटेशन क्या है?

Data Representation in Hindi | डाटा रिप्रजेंटेशन क्या है?

  • 1.1 Definition of Data Representation –
  • 2 एनालॉग क्रियाएँ  (Analog Operation) –
  • 3 बाइनरी या द्वि-आधारी संख्‍या प्रणाली (Binary Number System) –
  • 4 दशमलव या दाशमिक संख्‍या प्रणाली(Decimal Number System)-
  • 5 ऑक्‍टल या अष्‍ट –आधारी संख्‍या प्रणाली(Octal Number System)-
  • 6 हेक्‍सा-डेसीमल या षट्दशमिक संख्‍या प्रणाली (Hexa-decimal Number System) –

Introduction –

Data Representation क्रमश: दो शब्‍दों से मिलकर बना है पहला Data जिसे हम आसान शब्‍दों में कहें तो डिजिटल Information या जानकारी कहते हैं । तथा Representation का अर्थ  निरूपण, दर्शाना या वर्णन करना होता है ।

कम्‍प्‍यूटर में हम विभिन्‍न प्रकार के डाटा जैसे कि audio, video, text, graphics numeric आदि को स्‍टोर करते है । चूं‍कि कम्‍प्‍यूटर एक मशीन है जो human language नहीं समझता है ।  वह यूज़र द्वारा दिये गये अलग-अलग निर्देशों तथा डाटा को एक ही भाषा में संग्रहित करता है । जो कि 0 व 1 होती है जिसे हम बाइनरी लैंग्‍वेज कहते है ।

Definition of Data Representation –

कम्‍प्‍यूटर या इलेक्‍ट्रॉनिक डिवाइस में यूज़र द्वारा दिये गये सभी प्रकार के डाटा व निर्देश 0 व 1 इन दो अंको में परिवर्तित हो जाते हैं । इस प्रक्रिया को ही Data Representation कहते हैं ।   अर्थात् यूज़र द्वारा Input किया गया Data कम्‍प्‍यूटर जिस रूप में (0,1) ग्रहण करता है उसे Data Representation कहते हैं ।

Data Representation करने की दो क्रियायें है ।

  • एनालॉग क्रियाएँ (Analog Operation)
  • डिजिटल क्रियाएँ (Digital Operation)

एनालॉग क्रियाएँ  (Analog Operation) –

वे क्रियाएँ जिनमें अंको का प्रयोग नहीं किया जाता है, एनालॉग क्रियाएँ कहलाती है । एनालॉग क्रियाएं भौतिक मात्राओं जैसे- दाब, ताप, आयतन, लम्‍बाई आदि को उनके पूर्व परिभाषित मानों के एक वर्णक्रम के साथ परिवर्तनीय बिन्‍दुओं में व्‍यक्‍त किया जाता है । एनालॉग क्रियाओं का प्रयोग मुख्‍यत: इन्‍जीनियरिंग तथा विज्ञान के क्षेत्रों में किया जाता है ।

Example – स्‍पीडामीटर, थर्मामीटर, वोल्‍टमीटर, इत्‍यादि एनालॉग क्रियाओं के उदाहरण है ।

डिजिटल क्रियाएँ  (Digital Operation) –

आधुनिक कम्‍प्‍यूटर डिजिटल इलेक्‍ट्रॉनिक परिपथ से निर्मित होते हैं । इस परिपथ का मुख्‍य भाग ट्रांजिस्‍टर होता है । जो दो अवस्‍थाओं  क्रमश: 0,1 के रूप में  कार्य करता है ।

कम्‍प्‍यूटर में डाटा  को इन दो अवस्‍थाओं 0 व 1 के रूप में व्‍यक्‍त करते है तथा इन दो अंको या अवस्‍थाओं के सम्‍मलित रूप को बाइनरी संख्‍या-प्रणाली कहते है जिसे इंग्‍लिश में Binary Number System कहते हैं । Binary Number System को संक्षिप्‍त में bit कहा जाता है ।

कम्‍प्‍यूटर में डाटा की सबसे छोटी इकाई bit कहलाती है जो कि दो अंको के समूह 0 व 1 से मिलकर बनी होती है ।

4 बिट्स – 1 निबल

1024 बाइट्स – 1 किलोबाइट (KB)

1024 किलोबाइट्स  – 1 मेगाबाइट (MB)

1024 मेगाबाइट्स – 1 गीगा बाइट्स (GB)

1024 गीगाबाइट्स – 1 टेराबाइट (TB)

बाइनरी या द्वि-आधारी संख्‍या प्रणाली (Binary Number System) –

Binary Number System जैसा की नाम से ही स्‍पष्‍ट है कि इसमें binary (जिसका अर्थ दो होता है) अंको 0 व 1 का प्रयोग होता है । इस प्रणाली में केवल दो अंक 0 (शून्‍य) व 1 (एक) का प्रयोग होता है जिस कारण इसे द्वि-आधारी प्रणाली भी कहते हैं । यह एक स्विच की तरह कार्य करती है जिसमें केवल दो स्थिति होती है एक ऑन की और दूसरी ऑफ की, इसके अतिरिक्‍त तीसरी स्थिति संभव नहीं है । इस आधार पर ही कम्‍प्‍यूटर संख्‍या प्रणाली में 0 (शून्‍य) का अ‍र्थ ऑफ से तथा 1 (एक) का अर्थ ऑन से लगाया जाता है । बाइनरी का अर्थ दो होने के कारण उसके स्‍थानीय मान दाईं से बाई ओर क्रमश: दोगुने होते जाते हैं । अर्थात् 2, 4, 8, 16, 32, 64 आदि ।

दशमलव या दाशमिक संख्‍या प्रणाली(Decimal Number System)-

दैनिक जीवन में उपयोग होने वाली संख्‍या प्रद्धति को दशमिक या दशमलव संख्‍या प्रणाली कहा जाता है । Decimal Number System में 0, 1, 2, 3, 4, 5, 6, 7, 8 व 9 दस संकेत मान होते हैं । जिस कारण इस संख्‍या प्रणाली का आधार 10 होता है ।

Decimal Number System का स्‍थानीय मान संख्‍या के दायीं से बायीं दिशा में आधार 10 की घात के क्रम में बढ़ते हुये होता है । दशमलव प्रणाली के स्‍थानीय मान क्रमश: निम्‍न प्रकार है ।

 

स्‍थानीय मान

Positional Value

10 की घात
1 इकाई (1) 10
2 दहाई (10) 10
3 सैंकड़ा (100) 10
4 हजार (1000) 10
5 दस हजार (10000) 10
6 लाख (100000) 10
7 दस लाख (1000000) 10

इस उदाहरण से स्‍पष्‍ट है कि दशमलव संख्‍या प्रणाली में स्‍थानीय मान दायीं ओर से बायीं ओर 10 के घात के रूप  में बढ़ते जाते हैं ।

इसी प्रकार दशमलव बिन्‍दु के दाई ओर स्‍थानीय में 10 की घातों के रूप में ही घटते जाते हैं । जैसे –  1/10, 1/100, 1/1000, 1/10000 आदि । किसी भी संख्‍या के वास्‍तविक मान का पता करने के लिये उसके प्रत्‍येक अंक के मुख्‍य मान को उसके स्‍थानीय मान से गुणा करते हैं और उन्‍हें जोड़ लेते हैं ।

ऑक्‍टल या अष्‍ट –आधारी संख्‍या प्रणाली(Octal Number System)-

Octal Number System प्रणाली में 0, 1, 2, 3, 4, 5, 6, 7 इन आठ अंको का उपयोग किया जाता है । आठ अंको का प्रयोग होने के कारण ही इसका आधार आठ होता है । इन अंको के मुख्‍य मान दशमलव संख्‍या प्रणाली की तरह ही होते है । ऑक्‍टल संख्‍या प्रणाली में किसी भी बाइनरी संख्‍या को छोटे रूप में लिख सकते है । इसलिये ऑक्‍टल संख्‍या प्रणाली का उपयोग सुविधाजनक होता है ।

ऑक्‍टल (Octal) बाइनरी (binary)
0 000
1 001
2 010
3 011
4 100
5 101
6 110
7 111

ऑक्‍टल संख्‍या प्रणाली का उपयोग मुख्‍यत: माइक्रो कम्‍प्‍यूटर में किया जाता है ।आधार आठ होने के कारण ऑक्‍टल संख्‍या प्रणाली में अंको के स्‍थानीय मान दायीं ओर से बायीं ओर क्रमश: आठ गुने होते जाते हैं, अर्थात् 1, 8, 64, 512 आदि  ।

ऑक्‍टल संख्‍या का उदाहरण – (144) 8

Note – कोई संख्‍या बाइनरी में है अथवा डेसिमल में या ऑक्‍टल में लिखी गयी है इसे प्रदर्शित करने के लिये संख्‍या को कोष्‍ठक में लिखकर उसके दाई ओर नीचे उस संख्‍या का आधार लिख दिया जाता है । जिसे हम पहचान लेते हैं कि वह संख्‍या किस System के अंतर्गत लिखी गयी है ।

बाइनरी संख्‍या प्रणाली (101) 2  

दशमलव संख्‍या प्रणाली (100) 10

ऑक्‍टल संख्‍या प्रणाली (144) 8  आदि ।

हेक्‍सा-डेसीमल या षट्दशमिक संख्‍या प्रणाली (Hexa-decimal Number System) –

हेक्‍सा-डेसीमल या षट्दशमिक संख्‍या प्रणाली जैसे कि नाम से ही स्‍पष्‍ट है कि हेक्‍सा-डे‍सीमल दो शब्‍दों से मिलकर बना हुआ है । हेक्‍सा + डेसीमल  हेक्‍सा का तात्‍पर्य छ: तथा डेसीमल से तात्‍पर्य दस से होता है । अत: इस संख्‍या प्रणाली में कुल 16 अंको होते हैं ।  जो निम्‍न प्रकार से है 0,1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. हेक्‍सा-डेसीमल संख्‍या प्रणाली में अंको के स्‍थानीय मान दायीं ओर से बायीं ओर 16 के गुणको में बढ़ते जाते हैं ।

हेक्‍सा-डेसीमल का उदाहरण – (F6A4) 16

Compter Language कितने प्रकार की होती हैं ?

Computer Memory क्‍या है प्रकार ? 

Operation System किसे कहते हैं । 

Computer and IT नोट्स हिंदी में

Data Representation in hindi-डाटा रिप्रजेंटेशन क्या है?

हेल्लो दोस्तों आज के इस पोस्ट में आपको data representation in hindi  के बारे में बताया गया है की क्या होता है कैसे काम करता है तो चलिए शुरू करते है

data reperesentation  का परिचय

information को विभिन्न रूपों जैसे की text,numbers ,images ,audio,video में आता है

data communication में text कोएक bit pattern ,जोकि bits( 0s अथवा 1s ) की एक sequence होती है जो की रूप में represent किया जाता है bit pattern के विभिन्न sets को text symbols में represent करने के लिए design किया गया है

bit pattern का प्रत्येक set को कोड code कहा जाता है और text symbols को represent करने की process को coding कहा जाता है present में प्रचलित coding system को unicode कहा जाता है जिसमे विश्व की किसी भी language में प्रयोग किये जाने वाले किसी symbols अथवा characters को represent करने के लिए ही 32 bits का प्रयोग किया जाता है

ASCII( american standard code for information interchange ) को कुछ दर्शको पूर्व में united state में विकसित किया गया था

इसे भी जाने –

  • Network Criteria in hindi-नेटवर्क क्राइटेरिया क्या है?
  • What is SSL full form in hindi-ssl फुल फॉर्म क्या है?
  • Multiplexing in hindi-मुल्तिप्लेक्सिंग क्या है?
  • What is IPV6 in hindi?-IPV6 क्या है?

numbers को भी bit pattern के द्वारा ही represent किया जाता है numbers को represent करने के लिए किसी code जैसे की ASCII का प्रयोग नहीं किया जाता है mathematical operations को simple बनाने के लिए ,numbers को सीधे सीधे binary number में परिवर्तित किया जाता है

विभिन्न numbering systems है –

binary number system ,decimal number system ,hexadecimal number system ,octal number system

चुकी computer केवल binary number को ही समझता है अत: data communication के लिए ही अन्य number system के number को binary number system में परिवर्तित किया जाता है

images को भी bit pattern के द्वारा ही represent किया जाता है इसके सरलतम रूप में image pixels की matrix के द्वारा बनी होती है जहा pixel एक छोटा बिंदु अथवा dot होता है इस dot का आकार  resolution पर ही निर्भर करता है image के बेहतर representation के लिए image का resolution को बेहतर होना चाहिए

परन्तु इसे स्टोर करने के लिए अधिक मेमोरी की आवश्यकता होती है image को pixels में विभाजित करने के उपरांत प्रत्येक pixel को एक bit pattern में aasign किया जाता है pattern का आकार और मान image पर निर्भर करता है

black and white dots से बनी image को represent करने के लिए 1-bit pattern पर्याप्त होती है grayscale image को represent करने के लिए 2-bit pattern का प्रयोग किया जा सकता है इसमे black pixel को 00 ,dark gray pixel को 01 ,light gray pixel को 10 ,और white pixel को 11 के द्वारा represent किया जा सकता है

RGB image में प्रत्येक रंग तीन प्राथमित रंगों –red ,green और blue के विभिन्न संयोजनों से बनता है प्रत्येक रंग की intensity को मापकर उसे एक bit pattern को assign किया जाता है इसी प्रकार आप YCM image ,जिसमे अन्य तीन प्राथमिक रंगों-पीला(yellow),स्यान(cyan) और magenta(मजेंटा) का प्रयोग किया जाता है

और CMYK image,जिसमे चार रंगों-स्यान(cyan),magenta(मजेंटा),पीला(yellow) और black(काला) रंगों का प्रयोग किया जाता है तथा प्रत्येक के लिए भी प्रत्येक रंग की intensity को मापकर उसे के bit pattern को assign किया जाता है

audio sound अथवा music की recording अथवा broadcasting को दर्शाती है audio स्वभाव से text ,number और image से भिन्न होती है यह continuous होती है जब हम किसी audio को electronically record अथवा broadcast करते है तो इनको आप digital signals में परिवर्तित किया जाता है digital signals की दो ही state होती है  0 और 1

जिन्हें पृथक पृथक दो voltage से अभिव्यक्त किया जाता है

video picture अथवा movies की recording अथवा broadcasting को दर्शाया है video को एक continuous entity के रूप में एक video camera के द्वारा तैयार किया जा सकता है अथवा यह विभिन्न images का एक combination हो सकता है प्रत्येक continuous entity इस प्रकार व्यवस्थित होती है की एक गति का आभास होता है और जब हम किसी video को electronically record अथवा broadcast करते है तो इनको digital signals में परिवर्तित किया जाता है

data representation in hindi

reference- https://www.tutorialspoint.com/computer_concepts/computer_c

निवेदन -अगर आपको यह आर्टिकल(data representation in hindi ) अच्छा लगा हो तो आप इस पोस्ट को अपने दोस्तों के साथ जरुर शेयर() करे और आपको जिस टॉपिक(data representation in hindi ) पर आपको पढना या नोट्स चाहिए तो हमें जरुर कमेंट करे आपका कमेंट्स हमारे लिए बहु मूल्य है धन्यवाद

Leave a Comment Cancel reply

Save my name, email, and website in this browser for the next time I comment.

Page Statistics

Page Metric#
Views0
Avg. time spent0 s

Table Of Contents

  • Introduction to Functional Computer
  • Fundamentals of Architectural Design

Data Representation

  • Instruction Set Architecture : Instructions and Formats
  • Instruction Set Architecture : Design Models
  • Instruction Set Architecture : Addressing Modes
  • Performance Measurements and Issues
  • Computer Architecture Assessment 1
  • Fixed Point Arithmetic : Addition and Subtraction
  • Fixed Point Arithmetic : Multiplication
  • Fixed Point Arithmetic : Division
  • Floating Point Arithmetic
  • Arithmetic Logic Unit Design
  • CPU's Data Path
  • CPU's Control Unit
  • Control Unit Design
  • Concepts of Pipelining
  • Computer Architecture Assessment 2
  • Pipeline Hazards
  • Memory Characteristics and Organization
  • Cache Memory
  • Virtual Memory
  • I/O Communication and I/O Controller
  • Input/Output Data Transfer
  • Direct Memory Access controller and I/O Processor
  • CPU Interrupts and Interrupt Handling
  • Computer Architecture Assessment 3

Course Computer Architecture

Digital computers store and process information in binary form as digital logic has only two values "1" and "0" or in other words "True or False" or also said as "ON or OFF". This system is called radix 2. We human generally deal with radix 10 i.e. decimal. As a matter of convenience there are many other representations like Octal (Radix 8), Hexadecimal (Radix 16), Binary coded decimal (BCD), Decimal etc.

Every computer's CPU has a width measured in terms of bits such as 8 bit CPU, 16 bit CPU, 32 bit CPU etc. Similarly, each memory location can store a fixed number of bits and is called memory width. Given the size of the CPU and Memory, it is for the programmer to handle his data representation. Most of the readers may be knowing that 4 bits form a Nibble, 8 bits form a byte. The word length is defined by the Instruction Set Architecture of the CPU. The word length may be equal to the width of the CPU.

The memory simply stores information as a binary pattern of 1's and 0's. It is to be interpreted as what the content of a memory location means. If the CPU is in the Fetch cycle, it interprets the fetched memory content to be instruction and decodes based on Instruction format. In the Execute cycle, the information from memory is considered as data. As a common man using a computer, we think computers handle English or other alphabets, special characters or numbers. A programmer considers memory content to be data types of the programming language he uses. Now recall figure 1.2 and 1.3 of chapter 1 to reinforce your thought that conversion happens from computer user interface to internal representation and storage.

  • Data Representation in Computers

Information handled by a computer is classified as instruction and data. A broad overview of the internal representation of the information is illustrated in figure 3.1. No matter whether it is data in a numeric or non-numeric form or integer, everything is internally represented in Binary. It is up to the programmer to handle the interpretation of the binary pattern and this interpretation is called Data Representation . These data representation schemes are all standardized by international organizations.

Choice of Data representation to be used in a computer is decided by

  • The number types to be represented (integer, real, signed, unsigned, etc.)
  • Range of values likely to be represented (maximum and minimum to be represented)
  • The Precision of the numbers i.e. maximum accuracy of representation (floating point single precision, double precision etc)
  • If non-numeric i.e. character, character representation standard to be chosen. ASCII, EBCDIC, UTF are examples of character representation standards.
  • The hardware support in terms of word width, instruction.

Before we go into the details, let us take an example of interpretation. Say a byte in Memory has value "0011 0001". Although there exists a possibility of so many interpretations as in figure 3.2, the program has only one interpretation as decided by the programmer and declared in the program.

  • Fixed point Number Representation

Fixed point numbers are also known as whole numbers or Integers. The number of bits used in representing the integer also implies the maximum number that can be represented in the system hardware. However for the efficiency of storage and operations, one may choose to represent the integer with one Byte, two Bytes, Four bytes or more. This space allocation is translated from the definition used by the programmer while defining a variable as integer short or long and the Instruction Set Architecture.

In addition to the bit length definition for integers, we also have a choice to represent them as below:

  • Unsigned Integer : A positive number including zero can be represented in this format. All the allotted bits are utilised in defining the number. So if one is using 8 bits to represent the unsigned integer, the range of values that can be represented is 28 i.e. "0" to "255". If 16 bits are used for representing then the range is 216 i.e. "0 to 65535".
  • Signed Integer : In this format negative numbers, zero, and positive numbers can be represented. A sign bit indicates the magnitude direction as positive or negative. There are three possible representations for signed integer and these are Sign Magnitude format, 1's Compliment format and 2's Complement format .

Signed Integer – Sign Magnitude format: Most Significant Bit (MSB) is reserved for indicating the direction of the magnitude (value). A "0" on MSB means a positive number and a "1" on MSB means a negative number. If n bits are used for representation, n-1 bits indicate the absolute value of the number. Examples for n=8:

Examples for n=8:

0010 1111 = + 47 Decimal (Positive number)

1010 1111 = - 47 Decimal (Negative Number)

0111 1110 = +126 (Positive number)

1111 1110 = -126 (Negative Number)

0000 0000 = + 0 (Postive Number)

1000 0000 = - 0 (Negative Number)

Although this method is easy to understand, Sign Magnitude representation has several shortcomings like

  • Zero can be represented in two ways causing redundancy and confusion.
  • The total range for magnitude representation is limited to 2n-1, although n bits were accounted.
  • The separate sign bit makes the addition and subtraction more complicated. Also, comparing two numbers is not straightforward.

Signed Integer – 1’s Complement format: In this format too, MSB is reserved as the sign bit. But the difference is in representing the Magnitude part of the value for negative numbers (magnitude) is inversed and hence called 1’s Complement form. The positive numbers are represented as it is in binary. Let us see some examples to better our understanding.

1101 0000 = - 47 Decimal (Negative Number)

1000 0001 = -126 (Negative Number)

1111 1111 = - 0 (Negative Number)

  • Converting a given binary number to its 2's complement form

Step 1 . -x = x' + 1 where x' is the one's complement of x.

Step 2 Extend the data width of the number, fill up with sign extension i.e. MSB bit is used to fill the bits.

Example: -47 decimal over 8bit representation

As you can see zero is not getting represented with redundancy. There is only one way of representing zero. The other problem of the complexity of the arithmetic operation is also eliminated in 2’s complement representation. Subtraction is done as Addition.

More exercises on number conversion are left to the self-interest of readers.

  • Floating Point Number system

The maximum number at best represented as a whole number is 2 n . In the Scientific world, we do come across numbers like Mass of an Electron is 9.10939 x 10-31 Kg. Velocity of light is 2.99792458 x 108 m/s. Imagine to write the number in a piece of paper without exponent and converting into binary for computer representation. Sure you are tired!!. It makes no sense to write a number in non- readable form or non- processible form. Hence we write such large or small numbers using exponent and mantissa. This is said to be Floating Point representation or real number representation. he real number system could have infinite values between 0 and 1.

Representation in computer

Unlike the two's complement representation for integer numbers, Floating Point number uses Sign and Magnitude representation for both mantissa and exponent . In the number 9.10939 x 1031, in decimal form, +31 is Exponent, 9.10939 is known as Fraction . Mantissa, Significand and fraction are synonymously used terms. In the computer, the representation is binary and the binary point is not fixed. For example, a number, say, 23.345 can be written as 2.3345 x 101 or 0.23345 x 102 or 2334.5 x 10-2. The representation 2.3345 x 101 is said to be in normalised form.

Floating-point numbers usually use multiple words in memory as we need to allot a sign bit, few bits for exponent and many bits for mantissa. There are standards for such allocation which we will see sooner.

  • IEEE 754 Floating Point Representation

We have two standards known as Single Precision and Double Precision from IEEE. These standards enable portability among different computers. Figure 3.3 picturizes Single precision while figure 3.4 picturizes double precision. Single Precision uses 32bit format while double precision is 64 bits word length. As the name suggests double precision can represent fractions with larger accuracy. In both the cases, MSB is sign bit for the mantissa part, followed by Exponent and Mantissa. The exponent part has its sign bit.

It is to be noted that in Single Precision, we can represent an exponent in the range -127 to +127. It is possible as a result of arithmetic operations the resulting exponent may not fit in. This situation is called overflow in the case of positive exponent and underflow in the case of negative exponent. The Double Precision format has 11 bits for exponent meaning a number as large as -1023 to 1023 can be represented. The programmer has to make a choice between Single Precision and Double Precision declaration using his knowledge about the data being handled.

The Floating Point operations on the regular CPU is very very slow. Generally, a special purpose CPU known as Co-processor is used. This Co-processor works in tandem with the main CPU. The programmer should be using the float declaration only if his data is in real number form. Float declaration is not to be used generously.

  • Decimal Numbers Representation

Decimal numbers (radix 10) are represented and processed in the system with the support of additional hardware. We deal with numbers in decimal format in everyday life. Some machines implement decimal arithmetic too, like floating-point arithmetic hardware. In such a case, the CPU uses decimal numbers in BCD (binary coded decimal) form and does BCD arithmetic operation. BCD operates on radix 10. This hardware operates without conversion to pure binary. It uses a nibble to represent a number in packed BCD form. BCD operations require not only special hardware but also decimal instruction set.

  • Exceptions and Error Detection

All of us know that when we do arithmetic operations, we get answers which have more digits than the operands (Ex: 8 x 2= 16). This happens in computer arithmetic operations too. When the result size exceeds the allotted size of the variable or the register, it becomes an error and exception. The exception conditions associated with numbers and number operations are Overflow, Underflow, Truncation, Rounding and Multiple Precision . These are detected by the associated hardware in arithmetic Unit. These exceptions apply to both Fixed Point and Floating Point operations. Each of these exceptional conditions has a flag bit assigned in the Processor Status Word (PSW). We may discuss more in detail in the later chapters.

  • Character Representation

Another data type is non-numeric and is largely character sets. We use a human-understandable character set to communicate with computer i.e. for both input and output. Standard character sets like EBCDIC and ASCII are chosen to represent alphabets, numbers and special characters. Nowadays Unicode standard is also in use for non-English language like Chinese, Hindi, Spanish, etc. These codes are accessible and available on the internet. Interested readers may access and learn more.

1. Track your progress [Earn 200 points]

Mark as complete

2. Provide your ratings to this chapter [Earn 100 points]

Getuplearn.com

Data Representation in Computer: Number Systems, Characters, Audio, Image and Video

data representation in computer system architecture in hindi

Table of Contents

  • 1 What is Data Representation in Computer?
  • 2.1 Binary Number System
  • 2.2 Octal Number System
  • 2.3 Decimal Number System
  • 2.4 Hexadecimal Number System
  • 3.4 Unicode
  • 4 Data Representation of Audio, Image and Video
  • 5.1 What is number system with example?

What is Data Representation in Computer?

A computer uses a fixed number of bits to represent a piece of data which could be a number, a character, image, sound, video, etc. Data representation is the method used internally to represent data in a computer. Let us see how various types of data can be represented in computer memory.

Before discussing data representation of numbers, let us see what a number system is.

Number Systems

Number systems are the technique to represent numbers in the computer system architecture, every value that you are saving or getting into/from computer memory has a defined number system.

A number is a mathematical object used to count, label, and measure. A number system is a systematic way to represent numbers. The number system we use in our day-to-day life is the decimal number system that uses 10 symbols or digits.

The number 289 is pronounced as two hundred and eighty-nine and it consists of the symbols 2, 8, and 9. Similarly, there are other number systems. Each has its own symbols and method for constructing a number.

A number system has a unique base, which depends upon the number of symbols. The number of symbols used in a number system is called the base or radix of a number system.

Let us discuss some of the number systems. Computer architecture supports the following number of systems:

Binary Number System

Octal number system, decimal number system, hexadecimal number system.

Number Systems

A Binary number system has only two digits that are 0 and 1. Every number (value) represents 0 and 1 in this number system. The base of the binary number system is 2 because it has only two digits.

The octal number system has only eight (8) digits from 0 to 7. Every number (value) represents with 0,1,2,3,4,5,6 and 7 in this number system. The base of the octal number system is 8, because it has only 8 digits.

The decimal number system has only ten (10) digits from 0 to 9. Every number (value) represents with 0,1,2,3,4,5,6, 7,8 and 9 in this number system. The base of decimal number system is 10, because it has only 10 digits.

A Hexadecimal number system has sixteen (16) alphanumeric values from 0 to 9 and A to F. Every number (value) represents with 0,1,2,3,4,5,6, 7,8,9,A,B,C,D,E and F in this number system. The base of the hexadecimal number system is 16, because it has 16 alphanumeric values.

Here A is 10, B is 11, C is 12, D is 13, E is 14 and F is 15 .

Data Representation of Characters

There are different methods to represent characters . Some of them are discussed below:

Data Representation of Characters

The code called ASCII (pronounced ‘􀀏’.S-key”), which stands for American Standard Code for Information Interchange, uses 7 bits to represent each character in computer memory. The ASCII representation has been adopted as a standard by the U.S. government and is widely accepted.

A unique integer number is assigned to each character. This number called ASCII code of that character is converted into binary for storing in memory. For example, the ASCII code of A is 65, its binary equivalent in 7-bit is 1000001.

Since there are exactly 128 unique combinations of 7 bits, this 7-bit code can represent only128 characters. Another version is ASCII-8, also called extended ASCII, which uses 8 bits for each character, can represent 256 different characters.

For example, the letter A is represented by 01000001, B by 01000010 and so on. ASCII code is enough to represent all of the standard keyboard characters.

It stands for Extended Binary Coded Decimal Interchange Code. This is similar to ASCII and is an 8-bit code used in computers manufactured by International Business Machines (IBM). It is capable of encoding 256 characters.

If ASCII-coded data is to be used in a computer that uses EBCDIC representation, it is necessary to transform ASCII code to EBCDIC code. Similarly, if EBCDIC coded data is to be used in an ASCII computer, EBCDIC code has to be transformed to ASCII.

ISCII stands for Indian Standard Code for Information Interchange or Indian Script Code for Information Interchange. It is an encoding scheme for representing various writing systems of India. ISCII uses 8-bits for data representation.

It was evolved by a standardization committee under the Department of Electronics during 1986-88 and adopted by the Bureau of Indian Standards (BIS). Nowadays ISCII has been replaced by Unicode.

Using 8-bit ASCII we can represent only 256 characters. This cannot represent all characters of written languages of the world and other symbols. Unicode is developed to resolve this problem. It aims to provide a standard character encoding scheme, which is universal and efficient.

It provides a unique number for every character, no matter what the language and platform be. Unicode originally used 16 bits which can represent up to 65,536 characters. It is maintained by a non-profit organization called the Unicode Consortium.

The Consortium first published version 1.0.0 in 1991 and continues to develop standards based on that original work. Nowadays Unicode uses more than 16 bits and hence it can represent more characters. Unicode can represent characters in almost all written languages of the world.

Data Representation of Audio, Image and Video

In most cases, we may have to represent and process data other than numbers and characters. This may include audio data, images, and videos. We can see that like numbers and characters, the audio, image, and video data also carry information.

We will see different file formats for storing sound, image, and video .

Multimedia data such as audio, image, and video are stored in different types of files. The variety of file formats is due to the fact that there are quite a few approaches to compressing the data and a number of different ways of packaging the data.

For example, an image is most popularly stored in Joint Picture Experts Group (JPEG ) file format. An image file consists of two parts – header information and image data. Information such as the name of the file, size, modified data, file format, etc. is stored in the header part.

The intensity value of all pixels is stored in the data part of the file. The data can be stored uncompressed or compressed to reduce the file size. Normally, the image data is stored in compressed form. Let us understand what compression is.

Take a simple example of a pure black image of size 400X400 pixels. We can repeat the information black, black, …, black in all 16,0000 (400X400) pixels. This is the uncompressed form, while in the compressed form black is stored only once and information to repeat it 1,60,000 times is also stored.

Numerous such techniques are used to achieve compression. Depending on the application, images are stored in various file formats such as bitmap file format (BMP), Tagged Image File Format (TIFF), Graphics Interchange Format (GIF), Portable (Public) Network Graphic (PNG).

What we said about the header file information and compression is also applicable for audio and video files. Digital audio data can be stored in different file formats like WAV, MP3, MIDI, AIFF, etc. An audio file describes a format, sometimes referred to as the ‘container format’, for storing digital audio data.

For example, WAV file format typically contains uncompressed sound and MP3 files typically contain compressed audio data. The synthesized music data is stored in MIDI(Musical Instrument Digital Interface) files.

Similarly, video is also stored in different files such as AVI (Audio Video Interleave) – a file format designed to store both audio and video data in a standard package that allows synchronous audio with video playback, MP3, JPEG-2, WMV, etc.

FAQs About Data Representation in Computer

What is number system with example.

Let us discuss some of the number systems. Computer architecture supports the following number of systems: 1. Binary Number System 2. Octal Number System 3. Decimal Number System 4. Hexadecimal Number System

Leave a Reply Cancel reply

Save my name, email, and website in this browser for the next time I comment.

Data क्या है और इसके प्रकार?

Photo of author

डाटा क्या है (What is Data in Hindi) ? आप कोई भी background से क्यूँ न हो, हम सभी ने कभी न कभी तो data शब्द का इस्तमाल जरुर किया होगा। लेकिन उसके वाबजूद भी हमारे मन में कई बार ये सवाल जरुर उठता है की आखिर में ये Data क्या है, और सभी जगहों में इस data को इनता ज्यादा महत्वपूर्ण क्यूँ माना जाता है।

यदि आप भी data के सच्चे अर्थ के बारे में जानना चाहते हैं तब आपको ये article Data क्या है और इसके types क्या हैं जैसे सभी जानकारी जो की Data से जुड़ी हुई हो उसे मैंने इस article के जरिये आपको समझाने की कोशिश करी है।

वैसे data सिर्फ एक computer से सम्बंधित term नहीं है बल्कि data plain facts को कहा जाता है. ये शब्द ‘ data ’ plural होता है ‘ datum ’ का. ये data कुछ भी हो सकता है जैसे की किसी देश की आबादी, अस्पतालों में मरीजों की संख्या, किसी school का ठीकाना इत्यादि। ये सभी चीज़ें इनके natural form में organized या structured नहीं होती है इसलिए इनका ज्यादा इस्तमाल नहीं किया जा सकता।

वहीँ अगर इसी data को processes, organized, structured कर present किया जाये किसी एक particular context में उन्हें useful बनाने के लिए तब इसे Information कहा जाता है. ये तो बस एक simple definition थी data और information की, पूरी details में जानने के लिए आपको यह article Data क्या है? पूरा पढना होगा।

डाटा क्या है (What is Data in Hindi)

Data को हम ऐसे कह सकते हैं की ये एक representation होता है facts, concepts, या instructions का एक formalized manner में, जो की suitable होता है communication, interpretation, या processing के लिए इन्सान या electronic machine के द्वारा।

Data Kya Hai Hindi

Data को हम characters के मदद से represent कर सकते हैं जैसे की alphabets ( A-Z, a-z ), digits (0-9) या कोई special characters ( +,-,/,*,<,>,= ) इत्यादि।

ये data कुछ भी हो सकता है कोई character, text, numbers, pictures, sound, या फिर video भी. वहीँ अगर data को कोई context में डाला न गया तब इसका कोई काम नहीं होता है चाहे वो किसी इन्सान के लिए या फिर कोई computer के लिए।

Data अपने raw form में किसी काम का नहीं होता है. लेकिन उसी data को जब हम process और interpret करते हैं तब जाकर उनका सही मतलब सामने आता है, और जो की हमारे लिए बहुत उपयोगी होते हैं. इन्ही processed data को Information भी कहा जाता है।

Analog vs. Digital Data

Data को represent करने के दो general ways होते हैं : Analog और digital. Analog data प्राय तोर से continuous होते हैं – ये ‘ analogous’ होते हैं उनके actual facts के प्रति जिन्हें की ये represent करते हैं. Digital data बहुत ही discrete और उन्हें broken up किया जाता है limited number of elements में. उदहरण के लिए Nature (प्रकृति) analog होता है, वहीँ computers digital होते हैं।

  • फोटोशोप क्या है और कैसे चलाते हैं
  • सॉफ्टवेर क्या है और इसके प्रकार
  • एनिमेशन क्या है और कैसे बनाये

हमारे natural world प्राय चीजें continuous होती हैं nature में. उदहरण के लिए, आप इन्द्रधनुष के colors को देख सकते हैं. इसमें इन्द्रधनुष continuous होता है और infinite number के shades प्रदान करता है. वहीँ Computer systems में, वो continuous तो होते हैं लेकिन finite होते हैं. वो सभी data जिन्हें की आप binary digits में store करते हैं, इनमें ये limit है की कितने data को represent किया जा सकता है।

Data के प्रकार

Computer systems काम करते हैं अलग अलग प्रकार के digital data के साथ।

Computing के पहले के दिनों में data primarily केवल text और numbers ही हुआ करता था; लेकिन वहीँ modern day computing की बात करें तब, अभी बहुत सारे प्रकार के multimedia data हैं, जैसे की audio, images, graphics और video. लेकिन ultimately, सभी data types को binary digits के हिसाब से ही store किया जाता है।

प्रत्येक data type के लिए, कुछ बहुत ही specific techniques होते हैं उन्हें convert करने के लिए binary language के बिच computers में और उन्हें कैसे हम अपने senses से interpret करें उन data को जैसे की sight और sound।

डाटाबेस क्या है

हम data के बारे में ज्यादा बोल नहीं सकते बिना database का नाम लिए. हाँ एक database एक organized collection of data होता है. Data को ऐसे ही किसी list में random order में न डालकर एक database के मदद से उन्हें एक structure प्रदान किया जाता है, उन data को organize करने के लिए।

एक बहुत ही common data structures होता है database table. इस table में मुख्य रूप से rows और columns होते हैं. प्रत्येक row को typically एक record कहा जाता है, वहीँ प्रत्येक column को typically एक field कहा जाता है।

Information क्या है?

Information एक ऐसा प्रकार का data होता है जिसे की पूरी तरह से process किया गया होता है कुछ इसप्रकार से की वो बहुत ही meaningful होता उस person के लिए जो की इसे receive करते हैं. ये कोई भी चीज़ हो सकता है जिसे की communicate किया जा सके।

जहाँ Data raw facts को कहा जाता है वहीँ information processed data को कहा जाता है. उदहरण के लिए किसी class के students के subject marks, roll number, age, rank इत्यादि को data कहा जा सकता है।

वहीँ अगर आपको कहा जाये की उन students में से best 5 students के maths के marks को लाया जये तब आपको पहले उन students के सभी data को categorize करना होगा और फिर उसे process कर ही आप मांगे गए data को प्रदान कर सकते हैं. यहीं तो data आप results के तोर पर पाते हैं उसे information कहते हैं ।

Information बहुत ही organized और classified data होता है, जिसकी कुछ meaningful values होती है receiver के लिए. Information एक प्रकार का processed data होता है जिसके ऊपर decisions और actions based होता है।

Decision को meaningful बनाने के लिए, processed data must qualify करने चाहिए कुछ characteristics, जो की हैं

Information हमेशा available होने चाहिए जब उनकी जरुरत पड़े.
Information हमेशा accurate होने चाहिए.
Information हमेशा complete होने चाहिए.

यदि किसी processed data में ये सभी characteristics होते हैं तब उन्हें ही असल में Information कहा जाता है.

Data कैसे Store किया जाता है?

Data और Information को typically computer में store करने के लिए hard drive या कोई दूसरा storage device का इस्तमाल किया जाता है।

Data जो की computer memory/storage में store किया जाता है उन्हें मुख्य रूप से दो हिस्सों में categorized किया जाता है।

1. Permanent storage ( Hard disk / Hard drive) 2. Temporary storage (RAM – Random Access memory )।

इन दोनों में मुख्य अंतर है वो ये की permanent storage data को retain करता है power failure के case में भी, ये तब तक उसे retain कर सकता है जब तक की आप उसे intentionally delete न कर दें वहीँ temporary memory data तुरंत ही lost हो जाते हैं जब power failure होता है और इसे automatically manage किया जाता है computer के CPU के द्वारा।

Temporary memory को ज्यादातर computer applications इस्तमाल करते हैं processes को run करने के लिए. एक बार process complete हो जाये, तब इसका इस्तमाल दुसरे नए processes को run कराने के लिए किया जाता है. इसका इस्तमाल मुख्य रूप से temporary files को store करने के लिए किया जाता है।

जब हम bits को एकसाथ group करते हैं तब उसे computer industry में एक नाम दिया जाता है. ज्यादातर references के तोर से computers number of bytes का इस्तमाल एक measure के तरह करता है computer’s memory (primary storage) capacity और storage (secondary) capacity को लेकर।

Computer memory को partitioned (divided) किया जाता है बहुत सारे number of data containers में जिन्हें की memory cells कहते हैं।

सभी cell एक specific amount of data को ही store कर सकते हैं जिन्हें की word कहा जाता है (उदहरण के लिए 8 bits data का इस्तमाल)

सभी cell में एक associated location identifier होता है जिसे की address कहते हैं।

Data जिन्हें की process किया जाता है, उन्हें coded किया जाता है binary (base-2 number) form में जिसके लिए बहुत से अलग प्रकार के encoding schemes का इस्तमाल होता है, चलिए उनके बारे में आगे discuss करते हैं।

शुरुवात करने के लिए, digits 0 और 1 binary digits होते हैं और प्रत्येक को short में bit कहा जाता है. वहीँ, 0 represent करता है OFF state को और 1 represent करता है ON state को।

अगर n bits किसी cell में हों, और 2n (जिसे की “2 to the power or n”) ways हों जिसमें zeros और ones को arrange किया जाता है, उदहरण के लिए 2 binary digits (either 1 or 0), इसे सभी arrangements (22 or 2×2 or 4) possibilities हो सकते हैं जो की हैं -00, 01, 10 और 11।

किसी computer’s memory की capacity को determine करने के लिए उनके दो पहलूवों को गौर किया जाता है, जो की हैं पहला की कितने number of bits per cell हैं और number of cells जिसमें memory को partitioned किया जाता है, उदहरण के लिए computer memory depend करता है कितने bits प्रत्येक cell में stored हैं और कितने cells available हैं।

Computer industry के हिसाब से sequence of 8-bits (जिसे की byte भी कहा जाता है), यह ही basic unit of memory होती है।

Units for Measuring Memory (Data Storage) Capacity:

1 Bit= 1 Binary Digit
4 Bits= 1 Nibble
8 Bits= 1 Byte
210= 1024 Bytes= 1 Kilobyte
220 = 1024 Kilobyte= 1 Megabyte
230= 1024 Megabyte= 1 Gigabyte
240= 1024 Gigabyte= 1 Terabyte
250= 1024 Terabyte= 1 Petabyte

डाटा के प्रकार

Programming की बात करें तब data type को हम कह सकते हैं की, यह एक classification होता है जो की ये specify करता है की किस type की value एक variable के पास है और कोन से प्रकार के mathematical, relational या logical operations उनपर apply किया जायेगा जिससे कोई भी error नहीं होगा।

उदहरण के लिए, एक string ऐसा data type है जिसका इस्तमाल text को classify करने के लिए किया जाता है वहीँ एक integer ऐसा data type है जिसका इस्तमाल whole numbers को classify करने के लिए किया जाता है।

StringAlphanumeric charactershello world ram gopal123
IntegerWhole numbers74 124 99009
Float (floating point)Number जिसमें की एक decimal point हो9.15 5.06 0.193
CharacterText को numerically Encoding encoding करने के लिए97 (in ASCII 97 is a lower case ‘a’)
Booleanlogical values को represent करता हैTRUE FALSE

वहीँ इसके अलावा भी कई और प्रकार के data होते हैं. जिनके बारे में मैंने नीचे बताया हुआ है।

संख्यात्मक (Numerical) Data

इस तरह के Data में 0-9 तक की संख्याए यानी Decimal Numbers रहते हैं. Computer में खासकर इसी numerical data का ही इस्तमाल होता है. Excel sheet में हम data के तोर पर numerical data का ही इस्तमाल करते हैं।

अक्षर (Alphabetic) Data

किसी भी तरह की वर्णमाला चाहे Hindi के (क, ख, ग) या इंग्लिश के (A, B, C) हो वो सभी इसी Alphabetic Data के अंतर्गत आते हैं।

चिन्हात्मक (Alpha Numeric) Data

सुनने में जैसा लगता है ठीक वैसे ही ये data में सभी प्रकार के चिन्ह जैसे @, #, $ आदि आते हैं।

ऑडियो Data | ध्वनि (Audio data)

ये Data में सभी प्रकार के गाने, Recording आदि होते हैं जो ऑडियो फॉर्मेट जैसे MP3, WAV, format में इस्तमाल किये जाते हैं।

विडियो Data | चलचित्र (Video data)

इस प्रकार के Data में सभी प्रकार की विडियो होते हैं और वो video format जैसे की MP4, MKV आदि format में इस्तमाल किये जाते हैं।

Graphical Data | रेखाचित्र

इस तरह के Data के अंतर्गत Images, pictures, Graphical Data आदि JPG, PNG format में इस्तमाल किये जाते हैं।

Data Processing क्या है?

चलिए जानते हैं Data Processing क्या है? Data processing एक ऐसा process है जिसमें raw data को meaningful information में convert किया जाता है एक process के माध्यम से. Data को manipulate किया जाता है जिससे वो results produce करे और जिससे एक problem का resolution किया जा सके या कोई मेह्जुदा problem का situation improve किया जा सके।

एक production process के तरह ही ये भी एक cycle का पालन करता है जहाँ पर inputs (raw data) को एक process (computer systems, software, etc.) में डाला जाता है जिससे output (information and insights) produce हो सके।

Data Processing के Basic Stages

Basic stages में मुख्य रूप से तीन steps होते हैं data processing cycle के।

  • Input इस step में, input data को एक convenient form में prepare किया जाता है processing के लिए. ये form processing machine के ऊपर निर्भर करता है. उदहारण के लिए, जब electronic computers का इस्तमाल किया जाता है, तब input data को किसी एक मेह्जुदा medium में store किया जाता जैसे की magnetic disks, tapes, या और कुछ.
  • Processing इस step में, input data को produce data में बदला जाता है जो की ज्यादा useful form होता है. उदहारण के लिए, किसी company में sales की summary calculate करने के लिए sales orders को देखा जाता है.
  • Output इस step में, इसके पूर्व के processing step के result को collect किया जाता है. Output data का कोई particular form इसके ऊपर निर्भर करता है की उस data को किस तरह से इस्तमाल किया जाता है. उदहारण के लिए, output data में कोई employees के pay-checks भी हो सकते हैं.

चलिए अब Data Processing के Basic Stages को Details में समझते हैं

इस input प्रक्रिया में डाटा को collect कर कहीं store किया जाता है. Store का मतलब है की कहीं इकठ्ठा किया जाता है वो चाहे तो आप computer में भी store कर सकते हैं या कोई paper में भी लिख सकते हैं. Input के दुसरे process को समझते हैं।

a) Collection Input करने से पहले हमें data की collection करने की आवश्यकता है. Data को अलग अलग Sources से collect किया जाता है, जैसे एक शहर में कितने schools हैं यह जानने के लिए सभी schools को जाना होता है तथ्य को collect किया जाता है. एक class में कितने student 50% से ज्यादा marks रखे हैं. इस Information को जानने के लिए भी हर student की मार्क sheet collect करने की आवश्यकता है।

b) Verification अब अगला जो step है वो है Verification, जहाँ यह confirm किया जाता है की जो data input के लिए लिया गया है वह सही है या गलत. जैसे जब result PUBLISH करने से पहले सबसे पहले उसे Verify किया जाता है. आप भी किसी को कोई report देने से पहले एक बार verify जरुर करते हैं।

c) Coding इस step में डाटा को Coding किया जाता है, इसका मतलब है उसे Machine form में बदला जाता है यानि की Computer Readable Form में Convert करना. जिसे computer Input data को आगे आसानी से Process कर सके।

d) Storing अब जो data Computer के excel या word में enter किया गया है. उस डाटा को Computer में स्टोर किया जाता है. इसके लिए कोई Storage Device का इस्तेमाल किया जाता है. जब डाटा कंप्यूटर में स्टोर हो जाता है तभी अगला जो step है Processing के लिए भेजा जाता है।

2. Processing

यह वो step हैं जहाँ Information बनाने की प्रक्रिया का आरंभ होता है. यहाँ इन निचे दिए गए सभी Techniques का इस्तेमाल किया जाता है, जैसे की Classification, Sorting, calculation, summarizing।

a) Classification इस प्रक्रिया में, data को समूहों और उपसमूहों में classify किया जाता है. जिससे डाटा को ठीक तरीके से समझने में आसानी होगी. जैसे college में students डाटा को अगर classify करेंगे तो, science श्रेणी के डाटा को अलग, commerce श्रेणी के data को अलग और arts श्रेणी के data को अलग अलग रखेंगे जिसे Data Analysis करने में आसानी होती है।

b) Sorting यहाँ पर data को एक व्यवस्तित order में arrange करके रखा जाता है. जिससे हमें डाटा को access करने में आसानी होगी. Sorting Order कुछ भी हो सोकता है Ascending या Descending. ये user पर निर्भर करता है वो data को किस हिसाब से sort करना चाहता है. जैसे Class में roll number को Alphabetical Order में रखा जाता है. Marks को Highest mark से Lowest Mark।

c) Calculation Calculation Process में दिए गए data के उपर कोई arithmetic Operation को Perform किया जाता है. जैसे वो Operation इनमे से कुछ भी हो सकते हैं sum, average, percentage. EX- एक क्लास में students के average marks कितने हैं, male और female का अनुपात, ये सब calculation Steps में आते हैं. इसके जरिए हमें एक सही summarised information मिलती है।

d) Summarising Input data के ऊपर दिए गए सारे operation Perform करने के बाद एक summarised Report को Produce किया जाता है. कोई Company में मैनेजमेंट को कभी भी पूरी जानकारी नहीं दी जाती, वहां बस शारांस को भेजा जाता है।

ऐसा इसलिए क्यूंकि उनके पास सभी चीज़ों के लिए समय नहीं होता है और इसमें समय की बचत भी होती है. जैसे doctor, बहुत सारे test करने के बाद एक रिपोर्ट देते हैं की इस आदमी को ये बीमारी है. रिपोर्ट कार्ड भी exam result की summary होती है. शायद आप समझ गए होंगे data को Processing के लिए कैसे भेजा जाता है और कैसे होता है।

जब Processing के सभी Steps ख़तम हो जाते है, तब Output result प्राप्त होता है जिसे जानकारी कह सकते हैं. Processing step का एक ही मकसद रहता है सठिक Result निकलना और user को देना. ज्यादातर समय Output इनफार्मेशन को कोई Storage device में Store किया जाता है. जैसे हार्ड डिस्क, pen drive, CD, DVD।

Output (Output Result पे होने वाली गतिविधियों)

a) Retrieval भविस्यत में, जब चाहें तब output result को Storage Media से Retrieve किया जा सकता है. जैसे एक student का 7 semester exam का result जब चाहें तब किसी भी कोई से भी semester का marks देख सकते हैं. इस प्रक्रिया को Retrieval कहते हैं।

b) Conversion Output result को अलग अलग Form में परिवर्तन किया जा सकता है. शायद आप देखे होंगे डाटा को Processing करने के बाद जो Output result प्राप्त होता है उन्हें इनमे से किसी भी रूप में देख सकते हैं जैसे Output Information – Graph, Flowchart, chart, Table, Diagram, Report. India का Population का GRAPH, Population growth chart, College Time table ये सभी Output result के उदहारण हैं।

c) Communication data को processed करने के बाद जो भी output निकलता है, वह एक Information है. जिसे Share करना अति आवश्यक है, जैसे news paper में जो information सबके पास आसानी से पहुँचाना. अगर बात करें College Time table कि जिसको Peon Notice Board पे छापता है।

जिससे ये जानकारी सारे Students को मिले, इसी को Communication कहते हैं. Output result को share करने की प्रक्रिया को Communication कहते हैं. ( आजकल जब से Camera आया है, sharing तो photos को wahtsapp group में डालते ही हो रहा है जैसे time table फोटो, result, Notice )

Data Processing के Methods क्या है?

पुरे विश्व में ये data जितना भी best हो काम नहीं आता जब तक की उसे ठीक तरीके से process न किया जाये. Data processing उस process को कहा जाता है जिसमें की कुछ methods का इस्तमाल कर raw data को usable information में तब्दील कर दिया जाता है.

हाँ इस काम के लिए paper और pencil का उपयोग किया जा सकता है लेकिन चूँकि हम 21st century में हैं और यहाँ पर data की कोई कमी नहीं है, मतलब की data की quantity बहुत ज्यादा है और ऐसे में हमें नए innovation technology जैसे की computer का इस्तमाल कर सकते हैं।

Computer का इस्तमाल data को process करने के लिए उन्हें पहले collect किया जाता है, accuracy के लिए check और भी तभी जाकर उन्हें computer में enter किया जाता है. तो चलिए ऐसे ही कुछ Data processing methods के बारे में जानते हैं।

Batch Processing

Batch processing एक बड़ा ही grunt work होता है, ये data processing का simplest form होता है. ये तब ज्यादा उपयोगी होता है जब किसी organization के large volume of data होते हैं और उन्हें एक या दो categories में clump (एक जगह में) किया जा सके।

उदहारण के लिए एक store में, जहाँ की batch-process के मदद से transactions को एक जगह में categorize किया जा सकता है. अगर कोई information को बदला न जाये तब batch processing बहुत ही fast होता है।

Real-Time Processing

कुछ batch-processing इतने ज्यादा fast भी नहीं होते हैं. Real-time processing methods data को handle करते हैं जब इन्हें instant turn-around time की जरुरत होती है. उदहारण के लिए अगर कोई यात्री airline ticket खरीदता है और उसे cancel भी कर देता है तब airline को अपने records को instantly ही update करना होता है।

इस process से records instantly update हो जाते हैं. जहाँ batch processing में बहुत सारे data को specified time में process करना होता है, वहीँ real-time processing एक continuous process होता है।

Data Mining

Data mining में data multiple sources और pools से लिया जाता है और उन्हें combine कर correlations की तलाश करता है. उदहारण के लिए एक grocery chain को customer के purchase को analyse करना होता है और ये खोजना होता है की customer जो की अनाज खरीदते हैं, अक्सर उसके बाद वो केले ही खरीदते हैं।

तब ये chain इस information का इस्तमाल कर sales को increase कर सकता है, इसलिए sales को बढ़ाने के लिए, ऐसे joint purchases का होना उनके sales लिए काफी अच्छा सिद्ध हो सकता है।

Statistical Processing

Statistical processing में heavy number-crunching होती है. एक company जिनको पता है की वो सप्ताह के एक दिन में थोडा ज्यादा busy होते हैं. ऐसे इसलिए होता है क्यूंकि बहुत से customers आखिरी वक़्त में ही अपने request देते हैं इसलिए ऐसे problem अक्सर होते हैं।

कारण का पता होने से company ऐसे problem से निपट सकते हैं. Statistics के मदद से data को compare करने में आसानी होती है फिर चाहे वो अलग अलग size के companies हों या अलग अलग सहर हों।

Data और Information में अंतर क्या है?

क्या आपको पता है Data और Information में अंतर क्या है?

MeaningData raw facts होते हैं ये facts पूरी तरह से uncategorized होते हैं ऐसे facts का कुछ उद्देश्य ही नहीं होता हैऐसे Facts जिन्हें की processing करने के बाद इस्तमाल में लाया जाता है ऐसे processed data को information कहते हैं.
ये क्या हैये केवल text और numbers होते हैंये refined data होता है
किसके ऊपर Based होता हैRecords और ObservationsAnalysis
FormUnorganized होते हैंOrganized होते हैं
Usefulये कभी उपयोगी होता है तो कभी नहीं भीहमेशा उपयोगी होता है
SpecificNoYes
Dependencyये information के ऊपर निर्भर नहीं होता हैबिना data के information को process नहीं किया जाता है

Memory data वापस लेना है ?

अगर आपके Memory card से डाटा delete हो गया है चाहे वो कोई फोटो हो या कोई गाना हो, इसके लिए आपको computer में पहले recovery software install करना होगा. फिर अपने mobile से memory card को निकालकर उसे computer के साथ connect करना होगा. फिर software को run कर आप अपने delete हुए data को दुबारा प्राप्त कर सकते हैं.

MS dos में save किये हुए data को edit करने का command क्या होगा ?

यदि आपने MS Dos File में कुछ लिखा हुआ है और उसे आप चाहते हैं की कैसे edit करें तब आपको इसके लिए उस document को पहले open करना होगा, ऐसा करते ही आपको उसे edit करने का अवसर मिलेगा. इसे फिर आप बाद में save कर सकते हैं.

Display ख़राब हुआ Mobile का Data कैसे निकले या Laptop से कैसे Connect करे ?

यदि आपका Mobile का display ख़राब हो गया है और आप उसके data को इस्तमाल करना चाहते हैं तब आपको उसे अपने system के साथ connect करना होगा. इसके लिए internet पर बहुत से data recovery software का उपलब्ध है आप उनका इस्तमाल data recovery के लिए कर सकते हैं.

District data assistant का work क्या होता है?

District data assistant (DDA) का काम होता है की district level में जो भी technical काम होते हैं और official काम जिसमें की computer का इस्तमाल ही वो ये assistant करते हैं. साथ में अगर कोई excel के काम, कोई graphs बनाना है, यहाँ तक की बहुत ही official data को categorize करने का काम भी करना होता है.

Data SD Card में कैसे Save करे?

चूँकि phone की phone memory बहुत ही कम होती है इसलिए अक्सर users को data SD card में save करना होता है और साथ में ये data को SD card में transfer भी करना पड़ सकता है. इसलिए google playstore में ऐसे बहुत से apps हैं जिनका इस्तमाल आप data transfer के लिए कर सकते हैं.

Computer के किस भाग से Data Input किया जाता है?

Computer में अगर आपको कुछ input करना है तब आपको input devices का इस्तमाल करना होगा. जैसे की keyboard, mouse, OCR, OMR. इसके साथ अगर आप क्कुह data computer में डालना चाहते हैं तब आप कोई pendrive या CD को insert कर ऐसा कर सकते हैं.

MS Word में Data कैसे Insert करे?

MS Word में data insert करने के लिए insert menu का इस्तमाल कर सकते हैं. इसके लिए आप youtube में MS words को इस्तमाल करने के video बिलकुल ही मुफ्त देख सकते हैं और सीख भी सकते हैं.

Keyboard Data Input करता है उससे क्या कहते हैं?

Keyboard के माध्यम से computer में user data input कर सकता है. ऐसा इसलिए क्यूंकि Keyboard एक input device होता है.

आज आपने क्या सीखा

मुझे आशा है की मैंने आप लोगों को डाटा क्या है (What is Data in Hindi) के बारे में पूरी जानकारी दी और में आशा करता हूँ आप लोगों को Data क्या है के बारे में समझ आ गया होगा।

यदि आपके मन में इस Data in hindi को लेकर कोई भी doubts हैं या आप चाहते हैं की इसमें कुछ सुधार होनी चाहिए तब इसके लिए आप नीच comments लिख सकते हैं. आपके इन्ही विचारों से हमें कुछ सीखने और कुछ सुधारने का मोका मिलेगा।

यदि आपको मेरी यह post डाटा क्या होता है हिंदी में अच्छा लगा हो या इससे आपको कुछ सिखने को मिला हो तब अपनी प्रसन्नता और उत्त्सुकता को दर्शाने के लिए कृपया इस पोस्ट को Social Networks जैसे कि Facebook, Twitter इत्यादि पर share कीजिये।

सॉफ्टवेयर क्या है और कितने प्रकार के होते है?

कंप्यूटर क्या है, चलिए जानते हैं बेसिक जानकारी, कंप्यूटर वायरस क्या है: प्रकार, बचाव के उपाय, और क्या करें.

Alternator क्या है और क्या काम करता है?

Monitor क्या है और इसके प्रकार?

Leave a Comment Cancel reply

Comments (8).

श्रीमान एडमिन, Subject: quary/request एक सवाल का जवाब ढूंढते हुए मै आपके इस लेख पर आया, सभी जानकारी और आपके बताने का अंदाज बड़ा सहज लगा, किंतु मेरी जिज्ञासा या सवाल का उत्तर यहां भी नही मिल सका। कृपया मार्गदर्शन करें ।

मै दो दिनों से सो नही पा रहा हूं, कृपया तुरंत रिप्लाई देंगे तो बड़ी कृपा होगी आपकी

यदि आप बता सकें कि, यदि सभी Data Facts हैं, तो क्या Audio, Video, Images, Special Characters facts कैसे हैं ?

या कहीं Facts & figures को डेटा बताया जाता है, तब भी Audio, Video, Images, Special Characters, figures हैं या facts और कैसे ?

Om Prakhas ji, Raw facts and Figures ko Data kaha jata hai. Raw yani ki in facts ko abhi tak process nahin kiya gaya hai. ye facts and figures kisi bhi rup mein ho sakte hain jaise ki Audio, Video, Images, Special Characters ityadi. inhe achhe tarike se process kiya jata hai tabhi isse valuabel information prapt hota hai.

no resullet faound

Aapka sawal kya hai ?

row data and big data,open data ,dark data ye sare types ke andar nhi aate kya please conform krna hai

Thanks prabhajan sir we love you

Lajvab information Bhai .. maja aa gya padhke .. gyan m vardhi huii h

this is nyc post sir thanks for the sharing this type of information

HindiMe.net

Hindi Me Jankari ब्लॉग पर टेक्नोलॉजी, गाइड, ऑनलाइन पैसे कमाने के तरीके, SEO और ब्लॉग्गिंग की जानकारी मिलती है।

QUICK LINKS

WIKI । ABOUT । CONTACT । PRIVACY

Copyright © 2016 - 2024  HindiMe , All Rights Reserved.

eHindiStudy

Computer Notes in Hindi

Floating Point Representation in Hindi – फ्लोटिंग पॉइंट रिप्रेजेंटेशन क्या है?

हेल्लो दोस्तों! आज हम इस आर्टिकल में  (Floating Point Representation in Hindi – फ्लोटिंग पॉइंट रिप्रेजेंटेशन क्या है?)  के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:-

  • 1 Floating Point Representation in Hindi – फ्लोटिंग पॉइंट रिप्रेजेंटेशन क्या है?
  • 2 Advantages of Floating Point Representation In Hindi
  • 3 Disadvantages of Floating Point Representation in Hindi
  • 4 Difference Between Floating Point & Fixed Point Representation in Hindi

फ्लोटिंग पॉइंट रिप्रजेंटेशन फिक्स्ड पॉइंट रिप्रजेंटेशन का एक विकल्प है जिसका उपयोग कंप्यूटर मेमोरी fractional number को स्टोर करते वक़्त किया जाता है।

दुसरे शब्दो में कहे तो यह एक ऐसी विधि (method) है जो scientific notation के माध्यम से बाइनरी में संख्या को सटीक (accurate) तरीके से रिप्रेजेंट करती है।

फ्लोटिंग पॉइंट रिप्रजेंटेशन scientific notation पर आधारित एक विधि है जो बाइनरी संख्या में लागू (apply) होता है। इसका इस्तेमाल संख्या को दर्शाने (represent) के लिए किया जाता है।

यह फिक्स्ड पॉइंट रिप्रजेंटेशन की तुलना में अधिक मात्रा में संख्या को रिप्रेजेंट कर सकता है।

Advantages of Floating Point Representation In Hindi

1- यह फिक्स्ड पॉइंट रिप्रजेंटेशन की तुलना में अधिक संख्या को represent कर सकता है।

2- यह scalable है।

3- इसमें किसी भी आकार की संख्याओं को represent किया जा सकता है।

4- इसमें संख्याओं को रिप्रेजेंट करना आसान है।

Disadvantages of Floating Point Representation in Hindi

1- यह एक जटील (complex) रिप्रजेंटेशन है।

2- यह integer operation की तुलना में धीमा होता है।

  • फिक्स्ड पॉइंट रिप्रजेंटेशन क्या है?

Difference Between Floating Point & Fixed Point Representation in Hindi

Floating Point RepresentationFixed Point Representation
इसका उपयोग values को wider range में रिप्रेजेंट करने के लिए किया जाता है।इसका उपयोग values को सिमित सीमा (limited range) में रिप्रेजेंट करने के लिए किया जाता है।
इसकी performance कम अच्छी है।फ्लोटिंग पॉइंट की तुलना में इसकी performance अच्छी है।
यह कम लचीला (flexible) है।यह अधिक लचीला (flexible) है।

Exam में पूछे जाने वाले प्रश्न

यह फिक्स्ड पॉइंट रिप्रजेंटेशन की तुलना में अधिक संख्या को represent कर सकता है।

Reference: – https://www.geeksforgeeks.org/introduction-of-floating-point-representation/

floating point representation in Hindi

निवेदन: – अगर आपके लिए  ( Floating Point Representation in Hindi – फ्लोटिंग पॉइंट रिप्रेजेंटेशन क्या है? )  का यह पोस्ट उपयोगी रहा हो तो इसे अपने दोस्तों के साथ अवश्य share कीजिये. और आपके जो भी questions हो उन्हें नीचे comment करके बताइए. धन्यवाद.

1 thought on “Floating Point Representation in Hindi – फ्लोटिंग पॉइंट रिप्रेजेंटेशन क्या है?”

1s tatha 2s compliment ke bare me likho

Leave a Comment Cancel reply

Javatpoint Logo

  • Computer Fundamentals

Computer Network

Control System

  • Interview Q

COA Tutorial

Basic co and design, computer instructions, digital logic circuits, map simplification, combinational circuits, flip - flops, digital components, register transfer, micro-operations, memory organization.

JavaTpoint

In computer organization, data refers to the symbols that are used to represent events, people, things and ideas.

The data can be represented in the following ways:

can be anything like a number, a name, notes in a musical composition, or the color in a photograph. Data representation can be referred to as the form in which we stored the data, processed it and transmitted it. In order to store the data in digital format, we can use any device like computers, smartphones, and iPads. Electronic circuitry is used to handle the stored data.

is a type of process in which we convert information like photos, music, number, text into digital data. Electronic devices are used to manipulate these types of data. The digital revolution has evolved with the help of 4 phases, starting with the big, expensive standalone computers and progressing to today's digital world. All around the world, small and inexpensive devices are spreading everywhere.

The or bits are used to show the digital data, which is represented by 0 and 1. The binary digits can be called the smallest unit of information in a computer. The main use of binary digit is that it can store the information or data in the form of 0s and 1s. It contains a value that can be on/off or true/false. On or true will be represented by the 1, and off or false will be represented by the 0. The digital file is a simple file, which is used to collect data contained by the storage medium like the flash drive, CD, hard disk, or DVD.

The number can be represented in the following way:

is used to contain numbers, which helps us to perform arithmetic operations. The digital devices use a binary number system so that they can represent numeric data. The binary number system can only be represented by two digits 0 and 1. There can't be any other digits like 2 in the system. If we want to represent number 2 in binary, then we will write it as 10.

The text can be represented in the following ways:

can be formed with the help of symbols, letters, and numerals, but they can?t be used in calculations. Using the character data, we can form our address, hair colour, name, etc. Character data normally takes the data in the form of text. With the help of the text, we can describe many things like our father name, mother name, etc.

Several types of codes are employed by the to represent character data, including Unicode, ASCII, and other types of variants. The full form of ASCII is American Standard Code for Information Interchange. It is a type of character encoding standard, which is used for electronic communication. With the help of telecommunication equipment, computers and many other devices, ASCII code can represent the text. The ASCII code needs 7 bits for each character, where the unique character is represented by every single bit. For the uppercase letter A, the ASCII code is represented as 1000001.

can be described as a superset of ASCII. The ASCII set uses 7 bits to represent every character, but the Extended ASCII uses 8 bits to represent each character. The extended ASCII contains 7 bits of ASCII characters and 1 bit for additional characters. Using the 7 bits, the ASCII code provides code for 128 unique symbols or characters, but Extended ASCII provides code for 256 unique symbols or characters. For the uppercase letter A, the Extended ASCII code is represented as 01000001.

is also known as the universal character encoding standard. Unicode provides a way through which an individual character can be represented in the form of web pages, text files, and other documents. Using ASCII, we can only represent the basic English characters, but with the help of Unicode, we can represent characters from all languages around the World.

ASCII code provides code for 128 characters, while Unicode provide code for roughly 65,000 characters with the help of 16 bits. In order to represent each character, ASCII code only uses 1 bit, while Unicode supports up to 4 bytes. The Unicode encoding has several different types, but UTF-8 and UTF-16 are the most commonly used. UTF-8 is a type of variable length coding scheme. It has also become the standard character encoding, which is used on the web. Many software programs also set UTF-8 as their default encoding.

can be used for numerals like phone numbers and social security numbers. ASCII text contains plain and unformatted text. This type of file will be saved in a text file format, which contains a name ending with .txt. These files are labelled differently on different systems, like Windows operating system labelled these files as "Text document" and Apple devices labelled these files as "Plain Text". There will have no formatting in the ASCII text files. If we want to make the documents with styles and formats, then we have to embed formatting codes in the text.

Microsoft word is used to create formatted text and documents. It uses the to do this. If we create a new document using the Microsoft Word 2007 or later version, then it always uses DOCX as the default file format. use to produce the documents. As compared to Microsoft Word, it is simpler to create and edit documents using page format. uses the to create the documents. The files that saved in the PDF format cannot be modified. But we can easily print and share these files. If we save our document in PDF format, then we cannot change that file into the Microsoft Office file or any other file without specified software.

is the hypertext markup language. It is used for document designing, which will be displayed in a web browser. It uses to design the documents. In HTML, hypertext is a type of text in any document containing links through which we can go to other places in the document or in other documents also. The markup language can be called as a computer language. In order to define the element within a document, this language uses tags.

The bits and bytes can be represented in the following ways:

In the field of digital communication or computers, bits are the most basic unit of information or smallest unit of data. It is short of binary digit, which means it can contain only one value, either 0 or 1. So bits can be represented by 0 or 1, - or +, false or true, off or on, or no or yes. Many technologies are based on bits and bytes, which is extensively useful to describe the network access speed and storage capacity. The bit is usually abbreviated as a lowercase b.

In order to execute the instructions and store the data, the bits are grouped into multiple bits, which are known as bytes. Bytes can be defined as a group of eight bits, and it is usually abbreviated as an uppercase B. If we have four bytes, it will equal 32 bits (4*8 = 32), and 10 bytes will equal 80 bits (8*10 = 80).

Bits are used for data rates like speeds while movie download, speed while internet connection, etc. Bytes are used to get the storage capacity and file sizes. When we are reading something related to digital devices, it will be frequently encountered references like 90 kilobits per second, 1.44 megabytes, 2.8 gigahertz, and 2 terabytes. To quantify digital data, we have many options such as Kilo, Mega, Giga, Tera and many more similar terms, which are described as follows:

Kb is also called a kilobyte or Kbyte. It is mostly used while referring to the size of small computer files.

Kbps is also called kilobit, Kbit or Kb. The 56 kbps means 56 kilobits per second which are used to show the slow data rates. If our internet speed is 56 kbps, we have to face difficulty while connecting more than one device, buffering while streaming videos, slow downloading, and many other internet connectivity problems.

Mbps is also called Megabit, MB or Mbit. The 50 Mbps means 50 Megabit per second, which are used to show the faster data rates. If our internet speed is 50 Mbps, we will experience online activity without any buffering, such as online gaming, downloading music, streaming HD, web browsing, etc. 50 Mbps or more than that will be known as fast internet speed. With the help of fast speed, we can easily handle more than one online activity for more than one user at a time without major interruptions in services.

3.2 MB is also called Megabyte, MB or MByte. It is used when we are referring to the size of files, which contains videos and photos.

100 Gbit is also called Gigabit or GB. It is used to show the really fast network speeds.

16 GB is also called Gigabyte, GB or GByte. It is used to show the storage capacity.

The digital data is compressed to reduce transmission times and file size. Data compression is the process of reducing the number of bits used to represent data. Data compression typically uses encoding techniques to compress the data. The compressed data will help us to save storage capacity, reduce costs for storage hardware, increase file transfer speed.

Compression uses some programs, which also uses algorithms and functions to find out the way to reduce the data size. Compression can be referred "zipping". The process of reconstructing files will be known as unzipping or extracting. The compressed files will contain .gz, or.tar.gz, .pkg, or .zip at the end of the files. Compression can be divided into two techniques: Lossless compression and Lossy compression.

As the name implies, lossless compression is the process of compressing the data without any loss of information or data. If we compressed the data with the help of lossless compression, then we can exactly recover the original data from the compressed data. That means all the information can be completely restored by lossless compression.

Many applications want to use data loss compression. For example, lossless compression can be used in the format of ZIP files and in the GNU tool gzip. The lossless data compression can also be used as a component within the technologies of lossy data compression. It is generally used for discrete data like word processing files, database records, some images, and information of the video.

Lossy compression is the process of compressing the data, but that data cannot be recovered 100% of original data. This compression is able to provide a high degree of compression, and the result of this compression will be in smaller compressed files. But in this process, some number of video frames, sound waves and original pixels are removed forever.

If the compression is greater, then the size of files will be smaller. Business data and text, which needs a full restoration, will never use lossy compression. Nobody likes to lose the information, but there are a lot of files that are very large, and we don't have enough space to maintain all of the original data or many times, we don't require all the original data in the first place. For example, videos, photos and audio recording files to capture the beauty of our world. In this case, we use lossy compression.





Youtube

  • Send your Feedback to [email protected]

Help Others, Please Share

facebook

Learn Latest Tutorials

Splunk tutorial

Transact-SQL

Tumblr tutorial

Reinforcement Learning

R Programming tutorial

R Programming

RxJS tutorial

React Native

Python Design Patterns

Python Design Patterns

Python Pillow tutorial

Python Pillow

Python Turtle tutorial

Python Turtle

Keras tutorial

Preparation

Aptitude

Verbal Ability

Interview Questions

Interview Questions

Company Interview Questions

Company Questions

Trending Technologies

Artificial Intelligence

Artificial Intelligence

AWS Tutorial

Cloud Computing

Hadoop tutorial

Data Science

Angular 7 Tutorial

Machine Learning

DevOps Tutorial

B.Tech / MCA

DBMS tutorial

Data Structures

DAA tutorial

Operating System

Computer Network tutorial

Compiler Design

Computer Organization and Architecture

Computer Organization

Discrete Mathematics Tutorial

Discrete Mathematics

Ethical Hacking

Ethical Hacking

Computer Graphics Tutorial

Computer Graphics

Software Engineering

Software Engineering

html tutorial

Web Technology

Cyber Security tutorial

Cyber Security

Automata Tutorial

C Programming

C++ tutorial

Data Mining

Data Warehouse Tutorial

Data Warehouse

RSS Feed

Computer Concepts Tutorial

  • Computer Concepts Tutorial
  • Computer Concepts - Home
  • Introduction to Computer
  • Introduction to GUI based OS
  • Elements of Word Processing
  • Spread Sheet
  • Introduction to Internet, WWW, Browsers
  • Communication & Collaboration
  • Application of Presentations
  • Application of Digital Financial Services
  • Computer Concepts Resources
  • Computer Concepts - Quick Guide
  • Computer Concepts - Useful Resources
  • Computer Concepts - Discussion
  • Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Effective Resume Writing
  • HR Interview Questions
  • Computer Glossary

Representation of Data/Information

Computers do not understand human language; they understand data within the prescribed form. Data representation is a method to represent data and encode it in a computer system. Generally, a user inputs numbers, text, images, audio, and video etc types of data to process but the computer converts this data to machine language first and then processes it.

Some Common Data Representation Methods Include

Methods

Data representation plays a vital role in storing, process, and data communication. A correct and effective data representation method impacts data processing performance and system compatibility.

Computers represent data in the following forms

Number system.

A computer system considers numbers as data; it includes integers, decimals, and complex numbers. All the inputted numbers are represented in binary formats like 0 and 1. A number system is categorized into four types −

  • Binary − A binary number system is a base of all the numbers considered for data representation in the digital system. A binary number system consists of only two values, either 0 or 1; so its base is 2. It can be represented to the external world as (10110010) 2 . A computer system uses binary digits (0s and 1s) to represent data internally.
  • Octal − The octal number system represents values in 8 digits. It consists of digits 0,12,3,4,5,6, and 7; so its base is 8. It can be represented to the external world as (324017) 8 .
  • Decimal − Decimal number system represents values in 10 digits. It consists of digits 0, 12, 3, 4, 5, 6, 7, 8, and 9; so its base is 10. It can be represented to the external world as (875629) 10 .

The below-mentioned table below summarises the data representation of the number system along with their Base and digits.

Number System
System Base Digits
Binary 2 0 1
Octal 8 0 1 2 3 4 5 6 7
Decimal 10 0 1 2 3 4 5 6 7 8 9
Hexadecimal 16 0 1 2 3 4 5 6 7 8 9 A B C D E F

Bits and Bytes

A bit is the smallest data unit that a computer uses in computation; all the computation tasks done by the computer systems are based on bits. A bit represents a binary digit in terms of 0 or 1. The computer usually uses bits in groups. It's the basic unit of information storage and communication in digital computing.

A group of eight bits is called a byte. Half of a byte is called a nibble; it means a group of four bits is called a nibble. A byte is a fundamental addressable unit of computer memory and storage. It can represent a single character, such as a letter, number, or symbol using encoding methods such as ASCII and Unicode.

Bytes are used to determine file sizes, storage capacity, and available memory space. A kilobyte (KB) is equal to 1,024 bytes, a megabyte (MB) is equal to 1,024 KB, and a gigabyte (GB) is equal to 1,024 MB. File size is roughly measured in KBs and availability of memory space in MBs and GBs.

Bytes

The following table shows the conversion of Bits and Bytes −

Byte Value Bit Value
1 Byte 8 Bits
1024 Bytes 1 Kilobyte
1024 Kilobytes 1 Megabyte
1024 Megabytes 1 Gigabyte
1024 Gigabytes 1 Terabyte
1024 Terabytes 1 Petabyte
1024 Petabytes 1 Exabyte
1024 Exabytes 1 Zettabyte
1024 Zettabytes 1 Yottabyte
1024 Yottabytes 1 Brontobyte
1024 Brontobytes 1 Geopbytes

A Text Code is a static code that allows a user to insert text that others will view when they scan it. It includes alphabets, punctuation marks and other symbols. Some of the most commonly used text code systems are −

Extended ASCII

EBCDIC stands for Extended Binary Coded Decimal Interchange Code. IBM developed EBCDIC in the early 1960s and used it in their mainframe systems like System/360 and its successors. To meet commercial and data processing demands, it supports letters, numbers, punctuation marks, and special symbols. Character codes distinguish EBCDIC from other character encoding methods like ASCII. Data encoded in EBCDIC or ASCII may not be compatible with computers; to make them compatible, we need to convert with systems compatibility. EBCDIC encodes each character as an 8-bit binary code and defines 256 symbols. The below-mentioned table depicts different characters along with their EBCDIC code.

EBCDIC

ASCII stands for American Standard Code for Information Interchange. It is an 8-bit code that specifies character values from 0 to 127. ASCII is a standard for the Character Encoding of Numbers that assigns numerical values to represent characters, such as letters, numbers, exclamation marks and control characters used in computers and communication equipment that are using data.

ASCII originally defined 128 characters, encoded with 7 bits, allowing for 2^7 (128) potential characters. The ASCII standard specifies characters for the English alphabet (uppercase and lowercase), numerals from 0 to 9, punctuation marks, and control characters for formatting and control tasks such as line feed, carriage return, and tab.

ASCII Tabular column
ASCII Code Decimal Value Character
0000 0000 0 Null prompt
0000 0001 1 Start of heading
0000 0010 2 Start of text
0000 0011 3 End of text
0000 0100 4 End of transmit
0000 0101 5 Enquiry
0000 0110 6 Acknowledge
0000 0111 7 Audible bell
0000 1000 8 Backspace
0000 1001 9 Horizontal tab
0000 1010 10 Line Feed

Extended American Standard Code for Information Interchange is an 8-bit code that specifies character values from 128 to 255. Extended ASCII encompasses different character encoding normal ASCII character set, consisting of 128 characters encoded in 7 bits, some additional characters that utilise full 8 bits of a byte; there are a total of 256 potential characters.

Different extended ASCII exist, each introducing more characters beyond the conventional ASCII set. These additional characters may encompass symbols, letters, and special characters to a specific language or location.

Extended ASCII Tabular column

Extended ASCII

It is a worldwide character standard that uses 4 to 32 bits to represent letters, numbers and symbols. Unicode is a standard character encoding which is specifically designed to provide a consistent way to represent text in nearly all of the world's writing systems. Every character is assigned a unique numeric code, program, or language. Unicode offers a wide variety of characters, including alphabets, ideographs, symbols, and emojis.

Unicode Tabular Column

Unicode

Computer System Architecture Notes pdf | csa notes pdf 2023

Computer system architecture notes pdf.

Free Computer System Architecture notes pdf are provided here for Computer System Architecture students so that they can prepare and score high marks in their Computer System Architecture exam.

In these free Computer System Architecture notes pdf, we will introduce the students to the fundamental concepts of digital computer organization, design, and architecture. It aims to develop a basic understanding of the building blocks of the computer system and highlights how these blocks are organized together to architect a digital computer system.

We have provided complete Computer System Architecture handwritten notes pdf for any university student of BCA, MCA, B.Sc, B.Tech CSE, M.Tech branch to enhance more knowledge about the subject and to score better marks in their Computer System Architecture exam.

Free Computer System Architecture notes pdf are very useful for Computer System Architecture students in enhancing their preparation and improving their chances of success in Computer System Architecture exam.

These free Computer System Architecture pdf notes will help students tremendously in their preparation for Computer System Architecture exam. Please help your friends in scoring good marks by sharing these free Computer System Architecture handwritten notes pdf from below links:

Topics in our Computer System Architecture Notes PDF

The topics we will cover in these Computer System Architecture PDF Notes will be taken from the following list:

Digital Logic Circuits:   Logic Gates, truth tables, Boolean Algebra, digital circuits, combinational circuits, sequential circuits, circuit simplification using Karnaugh map, Don’t Care Conditions, flip-flops, characteristic tables

Digital Components:  Half Adder, Full Adder, Decoders, Multiplexers, Registers, and Memory Units

Data Representation and Basic Computer Arithmetic : Number system, complements, fixed, and floating-point representation. Alphanumeric representation. Addition, subtraction.

Basic Computer Organization and Design : Common Bus system, instruction codes, instruction format, instruction set completeness, Sequence Counter, timing and control, instruction cycle, memory reference instructions, and their implementation using arithmetic, logical, program control, transfer and input-output micro-operations, interrupt cycle.

Central Processing Unit : Micro programmed Control vs Hardwired Control, lower-level programming languages, Instruction format, accumulator, general register organization, stack organization, zero-address instructions, one-address instructions, two-address instructions, three address instructions, Addressing Modes, RISC, CISC architectures, pipelining and parallel processing.

Memory Organization and Input-Output Organization:  Input-Output Organization: Peripheral Devices, I/O interface, I/O vs. Memory Bus, Programmed I/O, Interrupt-Driven I/O, Direct Memory Access

Computer System Architecture Notes PDF FREE Download

Computer System Architecture students can easily make use of all these complete Computer System Architecture notes pdf by downloading them from below links:

Computer System Architecture Handwritten Notes by Abhishek.pdf

Computer System Architecture Handwritten Notes by Abhishek.pdf

Computer System Architecture Handwritten Notes by Riya.pdf

Computer System Architecture Handwritten Notes by Riya.pdf

Computer Organization and Architecture Handwritten Notes by Abhishek.pdf

Computer Organization and Architecture Handwritten Notes by Abhishek.pdf

Computer Organization and Architecture Notes.pdf

Computer Organization and Architecture Notes.pdf

computer architecture notes pdf free download

Computer architecture notes pdf free download Source: nptel.ac.in

computer architecture notes for bca pdf

Computer architecture notes for bca pdf Source: srividyaengg.ac.in

computer system architecture notes for mca pdf

Computer system architecture notes for mca pdf Source: iare.ac.in

Computer architecture notes for bca 3rd sem pdf

Computer architecture notes for bca 3rd sem pdf Source: ddegjust.ac.in

computer system architecture notes for bsc computer science

Computer system architecture notes for bsc computer science Source: vssut.ac.in

computer architecture notes for diploma

Computer architecture notes for diploma Source: iitk.ac.in

BCA computer architecture notes

BCA computer architecture notes Source: iitm.ac.in

computer architecture mca notes

Computer architecture mca notes Source: iitb.ac.in

computer architecture bca 3rd sem notes

Computer architecture bca 3rd sem notes Source: ocw.mit.edu

bca 3rd sem computer architecture notes

bca 3rd sem computer architecture notes Source: researchgate.net

computer organization and architecture notes in hindi pdf

Computer organization and architecture notes in hindi pdf Source: tutorialspoint.com

Computer system architecture notes in hindi pdf

Computer system architecture notes in hindi pdf Source: geeksforgeeks.org

How to Download FREE Computer System Architecture Notes PDF?

Computer System Architecture students can easily download free Computer System Architecture notes pdf by following the below steps:

  • Visit TutorialsDuniya.com to download free Computer System Architecture notes pdf
  • Select ‘College Notes’ and then select ‘Computer Science Course’
  • Select ‘Computer System Architecture Notes’
  • Now, you can easily view or download free Computer System Architecture handwritten notes pdf

Computer System Architecture Books

We have listed the best Computer System Architecture Books that can help in your Computer System Architecture exam preparation:

Computer System Architecture

Computer System Architecture

Get this Book

Computer System Architecture

Computer Organization & Architecture

Computer Systems Design and Architecture

Computer Systems Design and Architecture

Computer Systems Architecture: A Networking Approach

Computer Systems Architecture: A Networking Approach

A Handbook on Computer System Architecture

A Handbook on Computer System Architecture

Computer Architecture: A Quantitative Approach

Computer Architecture: A Quantitative Approach

Advanced Computer Architectures

Advanced Computer Architectures

Computer Architecture and Organization

Computer Architecture and Organization

Computer Architecture and Organization

Computer Systems: A Programmer’s Perspective

Computer System Architecture and Organization

Computer System Architecture and Organization

TutorialsDuniya whatsapp channel banner

Benefits of FREE Computer System Architecture Notes PDF

Free Computer System Architecture notes pdf provide learners with a flexible and efficient way to study and reference Computer System Architecture concepts. Benefits of these complete free Computer System Architecture pdf notes are given below:

  • Accessibility: These free Computer System Architecture handwritten notes pdf files can be easily accessed on various devices that makes it convenient for students to study Computer System Architecture wherever they are.
  • Printable: These Computer System Architecture free notes pdf can be printed that allows learners to have physical copies of their Computer System Architecture notes for their reference and offline reading.
  • Structured content: These free Computer System Architecture notes pdf are well-organized with headings, bullet points and formatting that make complex topics easier to follow and understand.
  • Self-Paced Learning: Free Computer System Architecture handwritten notes pdf offers many advantages for both beginners and experienced students that make it a valuable resource for self-paced learning and reference.
  • Visual Elements: These free Computer System Architecture pdf notes include diagrams, charts and illustrations to help students visualize complex concepts in an easier way.

We hope our free Computer System Architecture notes pdf has helped you and please share these Computer System Architecture handwritten notes free pdf with your friends as well 🙏

Download FREE Study Material App for school and college students for FREE high-quality educational resources such as notes, books, tutorials, projects and question papers.

If you have any questions feel free to reach us at [email protected] and we will get back to you at the earliest.

TutorialsDuniya.com wishes you Happy Learning! 🙂

Computer Science Notes

  • Design and Analysis of Algorithms Notes
  • Artificial Intelligence Notes
  • C++ Programming Notes
  • Combinatorial Optimization Notes
  • Computer Graphics Notes
  • Computer Networks Notes
  • Computer System Architecture Notes
  • Data Analysis & Visualization Notes
  • Data Mining Notes
  • Data Science Notes
  • Data Structures Notes
  • Deep Learning Notes
  • Digital Image Processing Notes
  • Discrete Mathematics Notes
  • Information Security Notes
  • Internet Technologies Notes
  • Java Programming Notes
  • Machine Learning Notes
  • Microprocessor and Microcontrollers Notes
  • Operating System Notes
  • Operational Research Notes
  • PHP Lecture Notes
  • Python Programming Notes
  • R Programming Notes
  • Software Engineering Notes
  • System Programming Notes
  • Theory of Computation Notes
  • Unix Network Programming Notes
  • Web Design & Development Notes

Computer System Architecture Notes FAQs

Q: Where can I get complete Computer System Architecture Notes pdf FREE Download?

A: TutorialsDuniya.com have provided complete Computer System Architecture free Notes pdf so that students can easily download and score good marks in your Computer System Architecture exam.

Q: How to download Computer System Architecture notes pdf?

A: Computer System Architecture students can easily make use of all these complete free Computer System Architecture pdf notes by downloading them from TutorialsDuniya.com

Software Engineering Projects with Source & Documentation

Computer System Architecture Notes pdf | csa notes pdf 2023

You will always find the updated list of top and best free Software Engineering projects with source code in an easy and quick way. Our Free Software Engineering projects list has projects for beginners, intermediates as well as experts to learn in 2023.

URL: https://www.tutorialsduniya.com/software-engineering-projects-pdf/

Author: Delhi University

Share on Facebook

Please Login To Continue

GATE & ESE

Free courses

Digital Electronics

Data Representation of Number System and Codes(in Hindi)

Lesson 5 of 5 • 3 upvotes • 7:39mins

Avatar

Ravindra Singh

This lesson covers data representation of number system and code conversion.

(Hindi) Number System

5 lessons • 40m

Introduction (in Hindi)

Conversion on Number System-I(in Hindi)

Conversion of Number System-II (in Hindi)

Arithmetic Operation and Compliments of Number System(in Hindi)

Crack GATE & ESE with Unacademy

Get subscription and access unlimited live and recorded courses from india's best educators, structured syllabus, daily live classes, tests & practice, similar plus courses.

thumbnail

Course on Electric Potential and Conductors for NEET 2025

Anupam upadhayay.

thumbnail

Course on Daily Current Affairs for August (Pre & Mains)

Aman sharma.

thumbnail

Detailed Course on Kinematics for NEET UG

Prateek jain.

thumbnail

Course on Optical Isomerism for NEET 2025

Shubh karan choudhary (skc).

COMMENTS

  1. Data Representation in Hindi / डाटा रिप्रजेंटेशन क्या है?

    Data Representation in Hindi : Data representation का अर्थ हैं कैसे हम किसी डाटा को represent करते हैं अर्थात् कैसे किसी डाटा को दर्शाते हैं, यहां पर डाटा representation दो शब्दों से मिलकर बना हैं ...

  2. Data Representation in Hindi

    Contents. 1 Introduction -. 1.1 Definition of Data Representation -; 2 एनालॉग क्रियाएँ (Analog Operation) -; 3 बाइनरी या द्वि-आधारी संख्‍या प्रणाली (Binary Number System) -; 4 दशमलव या दाशमिक संख्‍या प्रणाली(Decimal Number System)-

  3. Data Representation in hindi-डाटा रिप्रजेंटेशन क्या है?

    data reperesentation का परिचय. information को विभिन्न रूपों जैसे की text,numbers ,images ,audio,video में आता है. text. data communication में text कोएक bit pattern ,जोकि bits(0s अथवा 1s) की एक sequence होती है जो की रूप में represent किया ...

  4. Data Representation (Hindi)

    Topics: Data RepresentationFeel free to share this videoComputer Organization and Architecture Complete Video Tutorial Playlist:https://goo.gl/PJBdb5Check Ou...

  5. Numerical Data Representation in Hindi

    #coa #howtopassCOa #Lastmomenttuitions #lmtTo get the study materials for final yeat(Notes, video lectures, previous years, semesters question papers)https:/...

  6. Data Representation

    Mantissa, Significand and fraction are synonymously used terms. In the computer, the representation is binary and the binary point is not fixed. For example, a number, say, 23.345 can be written as 2.3345 x 101 or 0.23345 x 102 or 2334.5 x 10-2. The representation 2.3345 x 101 is said to be in normalised form.

  7. Data Representation (Hindi)

    #computer #computergk #computer_tutorials #computercourse #computer_teacher_vacancy_in_rajasthan #computer_tricks #computerknowledge #data_interpretation #co...

  8. Data Representation in Data Communication and Network

    Explained Data Representation in Data Communication and Network | Form of Data in Hindi | Techmoodly🎯 More Information on Video:Information today comes in d...

  9. Data Representation in Computer (in Hindi)

    In this video you will learn three following thing's Number systems, binary, octal & hexadecimal. (Hindi) Computer Science Class 11 - Fundamentals of C++. 37 lessons • 4h 9m. 1. Course Overview (in Hindi) 8:15mins. 2. Understanding Programming Language, Compiler and Machine Language (in Hindi)

  10. Data Representation in Hindi

    Data Representation क्रमश: दो शब्‍दों से मिलकर बना है पहला Details जिसे हम आसान शब्‍दों में कहें तो डिजिटल Information या जानकारी कहते हैं । तथा Representation का अर्थ ...

  11. Characteristics, Components, Data Representation, Data Flow (in Hindi)

    Computer Network. Characteristics, Components, Data Representation, Data Flow (in Hindi) Lesson 2 of 13 • 5 upvotes • 14:14mins ... 13 lessons • 1h 50m . 1. Introduction (in Hindi) 8:31mins. 2. Characteristics, Components, Data Representation, Data Flow (in Hindi) 14:14mins. 3. Networks (in Hindi) 12:13mins. 4. Connection and Topology (in ...

  12. Data Representation Part 1 (in Hindi)

    Data Representation Part 1 (in Hindi) Lesson 8 of 20 • 24 upvotes • 14:02mins. Praveen Kumar. In this lesson we studied data representation. Continue on app (Hindi) Basics of Computer and Applications : Railway Exams. 20 lessons • 3h 58m . 1. Basics of Computer and Applications Introduction (in Hindi)

  13. Data Representation in Computer: Number Systems, Characters

    A computer uses a fixed number of bits to represent a piece of data which could be a number, a character, image, sound, video, etc. Data representation is the method used internally to represent data in a computer. Let us see how various types of data can be represented in computer memory. Before discussing data representation of numbers, let ...

  14. Programming

    Get access to the latest Data Representation (in Hindi) prepared with Programming course curated by Sandeep Singh on Unacademy to prepare for the toughest competitive exam. ... Here we will discuss about data representation in computer. Continue on app (Hindi) Introduction to C++ Programming.

  15. डाटा क्या है और इसके प्रकार

    डाटा क्या है (What is Data in Hindi) Data को हम ऐसे कह सकते हैं की ये एक representation होता है facts, concepts, या instructions का एक formalized manner में, जो की suitable होता है communication, interpretation, या processing ...

  16. what is data flow diagram (DFD) in hindi?

    types of DFD in hindi:-. DFD दो प्रकार का होता है. 1:- लॉजिकल DFD. 2:- फिजिकल DFD. 1:- logical DFD:- लॉजिकल DFD बिज़नेस एक्टिविटी पर केन्द्रित रहता है अर्थात् यह सिस्टम में ...

  17. Fixed Point Representation in Hindi

    Disadvantages of Fixed Point Representation in Hindi 1- इसमें fractional number को रिप्रेजेंट करना मुश्किल होता है। 2- इसमें कभी कभी यूजर को संख्या को रिप्रेजेंट करते वक़्त confusion ...

  18. Floating Point Representation in Hindi

    हेल्लो दोस्तों! आज हम इस आर्टिकल में (Floating Point Representation in Hindi - फ्लोटिंग ...

  19. Data Representation in Computer Organization

    Data can be anything like a number, a name, notes in a musical composition, or the color in a photograph. Data representation can be referred to as the form in which we stored the data, processed it and transmitted it. In order to store the data in digital format, we can use any device like computers, smartphones, and iPads.

  20. Introduction to Number System/ Data Representation/Computer ...

    Follow me at Instagram (Personal): https://www.instagram.com/anjali_sanothra/Follow me at Instagram (Professional): https://www.instagram.com/aec_computer_ed...

  21. Representation of Data/Information

    Representation of Data/Information - Computers do not understand human language; they understand data within the prescribed form. Data representation is a method to represent data and encode it in a computer system. Generally, a user inputs numbers, text, images, audio, and video etc types of data to process but the computer converts t.

  22. Computer System Architecture Notes pdf

    The topics we will cover in these Computer System Architecture PDF Notes will be taken from the following list: Digital Logic Circuits: Logic Gates, truth tables, Boolean Algebra, digital circuits, combinational circuits, sequential circuits, circuit simplification using Karnaugh map, Don't Care Conditions, flip-flops, characteristic tables.

  23. Data Representation of Number System and Codes(in Hindi)

    Get access to the latest Data Representation of Number System and Codes(in Hindi) prepared with GATE & ESE course curated by Ravindra Singh on Unacademy to prepare for the toughest competitive exam. ... Login. GATE & ESE. Free courses. ECE. Digital Electronics. Data Representation of Number System and Codes(in Hindi) Lesson 5 of 5 • 3 upvotes ...