[ Data Reperentation MCQS]

झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।

[ Data Reperentation MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
161. Binary जोड़ 1011 + 0101 का परिणाम क्या होगा?
[A] 10000
[B] 10001
[C] 01111
[D] 11000
161. What is the result of binary addition 1011 + 0101?
[A] 10000
[B] 10001
[C] 01111
[D] 11000
सही उत्तर: 10000
व्याख्या: 1011₂ (11) + 0101₂ (5) = 10000₂ (16)
Correct Answer: 10000
Explanation: 1011₂ (11) + 0101₂ (5) = 10000₂ (16).
162. Binary घटाव 1100 - 0011 का परिणाम क्या होगा?
[A] 1001
[B] 1000
[C] 0111
[D] 1010
162. What is the result of binary subtraction 1100 - 0011?
[A] 1001
[B] 1000
[C] 0111
[D] 1010
सही उत्तर: 1001
व्याख्या: 1100₂ (12) - 0011₂ (3) = 1001₂ (9)
Correct Answer: 1001
Explanation: 1100₂ (12) - 0011₂ (3) = 1001₂ (9).
163. BCD में दशमलव संख्या 45 को कैसे प्रदर्शित किया जाता है?
[A] 01000101
[B] 00101101
[C] 01011100
[D] 00110101
163. How is decimal number 45 represented in BCD?
[A] 01000101
[B] 00101101
[C] 01011100
[D] 00110101
सही उत्तर: 01000101
व्याख्या: 4 = 0100 तथा 5 = 0101, इसलिए 45 = 01000101
Correct Answer: 01000101
Explanation: 4 = 0100 and 5 = 0101, therefore 45 = 01000101.
164. Gray Code का उपयोग मुख्यतः कहाँ किया जाता है?
[A] Rotary Encoder
[B] Word Processing
[C] Compiler Design
[D] Database
164. Gray Code is mainly used in?
[A] Rotary Encoders
[B] Word Processing
[C] Compiler Design
[D] Database
सही उत्तर: Rotary Encoder
व्याख्या: Gray Code का उपयोग Rotary Encoders एवं Digital Sensors में किया जाता है।
Correct Answer: Rotary Encoders
Explanation: Gray code is widely used in rotary encoders and digital sensors.
165. Overflow किस स्थिति में होता है?
[A] जब परिणाम उपलब्ध बिटों की सीमा से अधिक हो जाए
[B] जब सभी बिट 0 हों
[C] जब Sign Bit 0 हो
[D] जब डेटा ASCII में हो
165. When does overflow occur?
[A] When the result exceeds the available bit range
[B] When all bits are 0
[C] When the sign bit is 0
[D] When data is in ASCII
सही उत्तर: जब परिणाम उपलब्ध बिटों की सीमा से अधिक हो जाए
व्याख्या: Overflow तब होता है जब परिणाम उपलब्ध बिटों में प्रदर्शित नहीं किया जा सकता।
Correct Answer: When the result exceeds the available bit range
Explanation: Overflow occurs when the result cannot be represented with the available number of bits.
166. Underflow किससे संबंधित है?
[A] Floating Point Representation
[B] ASCII
[C] Unicode
[D] Gray Code
166. Underflow is associated with?
[A] Floating Point Representation
[B] ASCII
[C] Unicode
[D] Gray Code
सही उत्तर: Floating Point Representation
व्याख्या: Underflow बहुत छोटी Floating Point संख्या के कारण होता है।
Correct Answer: Floating Point Representation
Explanation: Underflow occurs when a floating-point value is too small to represent.
167. 8-बिट Signed 2's Complement Representation का Range क्या होता है?
[A] -128 से +127
[B] -127 से +128
[C] 0 से 255
[D] -255 से +255
167. What is the range of an 8-bit signed 2's complement number?
[A] -128 to +127
[B] -127 to +128
[C] 0 to 255
[D] -255 to +255
सही उत्तर: -128 से +127
व्याख्या: 8-bit 2's Complement का मान -128 से +127 तक होता है।
Correct Answer: -128 to +127
Explanation: The range of an 8-bit signed 2's complement number is -128 to +127.
168. 4-बिट Signed 2's Complement Representation का Range क्या होता है?
[A] -8 से +7
[B] -7 से +8
[C] 0 से 15
[D] -15 से +15
168. What is the range of a 4-bit signed 2's complement number?
[A] -8 to +7
[B] -7 to +8
[C] 0 to 15
[D] -15 to +15
सही उत्तर: -8 से +7
व्याख्या: 4-bit Signed Number का Range -8 से +7 होता है।
Correct Answer: -8 to +7
Explanation: The range is -8 to +7.
169. किस Character Encoding में Emojis भी समर्थित हैं?
[A] ASCII
[B] Unicode
[C] EBCDIC
[D] BCD
169. Which character encoding supports emojis?
[A] ASCII
[B] Unicode
[C] EBCDIC
[D] BCD
सही उत्तर: Unicode
व्याख्या: Unicode आधुनिक भाषाओं एवं Emojis को भी Support करता है।
Correct Answer: Unicode
Explanation: Unicode supports modern languages as well as emojis.
170. Unicode Code Point सामान्यतः किस रूप में लिखा जाता है?
[A] U+XXXX
[B] 0xXXXX
[C] #XXXX
[D] @XXXX
170. How is a Unicode code point generally written?
[A] U+XXXX
[B] 0xXXXX
[C] #XXXX
[D] @XXXX
सही उत्तर: U+XXXX
व्याख्या: Unicode Characters को U+XXXX Format में लिखा जाता है।
Correct Answer: U+XXXX
Explanation: Unicode code points are written in the format U+XXXX.