[ Data Reperentation MCQS]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ Data Reperentation MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
201. निम्न में से कौन-सी Error Detection Technique नहीं है?
[A] CRC
[B] Checksum
[C] Parity Bit
[D] Bubble Sort
201. Which of the following is NOT an error detection technique?
[A] CRC
[B] Checksum
[C] Parity Bit
[D] Bubble Sort
सही उत्तर: Bubble Sort
व्याख्या: Bubble Sort एक Sorting Algorithm है।
Correct Answer: Bubble Sort
Explanation: Bubble Sort is a sorting algorithm.
202. डेटा ट्रांसमिशन के दौरान डेटा की शुद्धता सुनिश्चित करने को क्या कहा जाता है?
[A] Data Integrity
[B] Data Mining
[C] Data Compression
[D] Data Redundancy
202. Ensuring that data remains accurate during transmission is called?
[A] Data Integrity
[B] Data Mining
[C] Data Compression
[D] Data Redundancy
सही उत्तर: Data Integrity
व्याख्या: Data Integrity का अर्थ है डेटा बिना परिवर्तन के सही स्थिति में पहुँचना।
Correct Answer: Data Integrity
Explanation: Data integrity ensures that data is received without unauthorized changes.
203. यदि किसी डेटा में दो बिट की त्रुटि हो तो साधारण Parity Bit क्या करेगी?
[A] हमेशा सुधार देगी
[B] हमेशा पहचान लेगी
[C] हो सकता है पहचान न सके
[D] डेटा Compress कर देगी
203. If two bits are corrupted, what will a simple parity bit do?
[A] Always correct it
[B] Always detect it
[C] May fail to detect it
[D] Compress the data
सही उत्तर: हो सकता है पहचान न सके
व्याख्या: Parity Bit दो बिट की त्रुटि का विश्वसनीय पता नहीं लगा सकती।
Correct Answer: May fail to detect it
Explanation: A simple parity bit cannot reliably detect all two-bit errors.
204. Error Detection तथा Error Correction दोनों की सुविधा किस तकनीक में होती है?
[A] Hamming Code
[B] Checksum
[C] CRC
[D] Parity Bit
204. Which technique provides both error detection and error correction?
[A] Hamming Code
[B] Checksum
[C] CRC
[D] Parity Bit
सही उत्तर: Hamming Code
व्याख्या: Hamming Code त्रुटि पहचानने और एक बिट त्रुटि सुधारने दोनों में सक्षम है।
Correct Answer: Hamming Code
Explanation: Hamming Code provides both error detection and single-bit error correction.
205. डेटा संचार में Redundancy का उद्देश्य क्या है?
[A] त्रुटि का पता लगाना और सुधारना
[B] डेटा हटाना
[C] डेटा Compress करना
[D] Storage कम करना
205. What is the purpose of redundancy in data communication?
[A] To detect and correct errors
[B] To delete data
[C] To compress data
[D] To reduce storage
सही उत्तर: त्रुटि का पता लगाना और सुधारना
व्याख्या: Redundancy अतिरिक्त बिट जोड़कर Error Detection/Correction में सहायता करती है।
Correct Answer: To detect and correct errors
Explanation: Redundancy adds extra bits to help detect and correct errors.
206. Gray Code का मुख्य लाभ क्या है?
[A] Power Consumption कम करना
[B] एक समय में केवल एक बिट बदलना
[C] Memory Capacity बढ़ाना
[D] Data Compression करना
206. What is the main advantage of Gray Code?
[A] Reduce power consumption
[B] Only one bit changes at a time
[C] Increase memory capacity
[D] Perform data compression
सही उत्तर: एक समय में केवल एक बिट बदलना
व्याख्या: Gray Code में लगातार दो संख्याओं के बीच केवल एक बिट बदलती है, जिससे Switching Errors कम होते हैं।
Correct Answer: Only one bit changes at a time
Explanation: In Gray Code, only one bit changes between consecutive values, reducing switching errors.
207. ASCII Code मूल रूप से किस प्रकार के Characters के लिए विकसित किया गया था?
[A] English Characters
[B] Hindi Characters
[C] Chinese Characters
[D] Arabic Characters
207. ASCII code was originally developed for which type of characters?
[A] English Characters
[B] Hindi Characters
[C] Chinese Characters
[D] Arabic Characters
सही उत्तर: English Characters
व्याख्या: ASCII मुख्य रूप से अंग्रेजी अक्षरों, अंकों एवं Symbols के लिए विकसित किया गया था।
Correct Answer: English Characters
Explanation: ASCII was originally designed for English letters, digits, and symbols.
208. Unicode Consortium का मुख्य उद्देश्य क्या है?
[A] Universal Character Encoding Standard विकसित करना
[B] Operating System बनाना
[C] Programming Language विकसित करना
[D] Database बनाना
208. What is the main objective of the Unicode Consortium?
[A] Develop a universal character encoding standard
[B] Develop operating systems
[C] Develop programming languages
[D] Develop databases
सही उत्तर: Universal Character Encoding Standard विकसित करना
व्याख्या: Unicode Consortium विश्व की सभी भाषाओं के लिए Character Encoding Standard विकसित करता है।
Correct Answer: Develop a universal character encoding standard
Explanation: The Unicode Consortium develops the universal character encoding standard.
209. UTF-32 में प्रत्येक Character सामान्यतः कितने Bits में Encode होता है?
[A] 8
[B] 16
[C] 32
[D] 64
209. In UTF-32, each character is generally encoded using how many bits?
[A] 8
[B] 16
[C] 32
[D] 64
सही उत्तर: 32
व्याख्या: UTF-32 प्रत्येक Character को 32 Bits में Encode करता है।
Correct Answer: 32
Explanation: UTF-32 uses 32 bits for each character.
210. यदि Binary संख्या 11001100 को दो Hexadecimal Digits में बदला जाए तो उत्तर क्या होगा?
[A] CC
[B] CD
[C] DC
[D] BB
210. Convert binary number 11001100 into hexadecimal.
[A] CC
[B] CD
[C] DC
[D] BB
सही उत्तर: CC
व्याख्या: 1100 = C तथा 1100 = C, इसलिए उत्तर CC होगा।
Correct Answer: CC
Explanation: 1100 = C and 1100 = C, so the answer is CC.