[ Data Reperentation MCQS]

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

[ Data Reperentation MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
291. दशमलव संख्या 1023 का Binary रूप क्या होगा?
[A] 111111111
[B] 1111111111
[C] 10000000000
[D] 1111111100
291. What is the binary equivalent of decimal number 1023?
[A] 111111111
[B] 1111111111
[C] 10000000000
[D] 1111111100
सही उत्तर: 1111111111
व्याख्या: 1023 = 2¹⁰ − 1
Correct Answer: 1111111111
Explanation: 1023₁₀ = 1111111111₂.
292. किस Number System का उपयोग Unix/Linux File Permissions को दर्शाने में किया जाता है?
[A] Binary
[B] Octal
[C] Decimal
[D] Hexadecimal
292. Which number system is commonly used to represent Unix/Linux file permissions?
[A] Binary
[B] Octal
[C] Decimal
[D] Hexadecimal
सही उत्तर: Octal
व्याख्या: जैसे 755, 644 आदि Octal Number System में लिखे जाते हैं।
Correct Answer: Octal
Explanation: Examples such as 755 and 644 are represented in octal.
293. Hexadecimal Color Code #FF0000 किस रंग को दर्शाता है?
[A] हरा (Green)
[B] नीला (Blue)
[C] लाल (Red)
[D] पीला (Yellow)
293. What color does the hexadecimal color code #FF0000 represent?
[A] Green
[B] Blue
[C] Red
[D] Yellow
सही उत्तर: लाल (Red)
व्याख्या: RGB में FF0000 का अर्थ पूर्ण Red होता है।
Correct Answer: Red
Explanation: In RGB, FF0000 represents full red.
294. Hexadecimal Color Code #0000FF किस रंग को दर्शाता है?
[A] हरा (Green)
[B] नीला (Blue)
[C] लाल (Red)
[D] सफेद (White)
294. What color does the hexadecimal color code #0000FF represent?
[A] Green
[B] Blue
[C] Red
[D] White
सही उत्तर: नीला (Blue)
व्याख्या: RGB में 0000FF का अर्थ पूर्ण Blue होता है।
Correct Answer: Blue
Explanation: In RGB, 0000FF represents full blue.
295. Hexadecimal Color Code #00FF00 किस रंग को दर्शाता है?
[A] हरा (Green)
[B] नीला (Blue)
[C] लाल (Red)
[D] काला (Black)
295. What color does the hexadecimal color code #00FF00 represent?
[A] Green
[B] Blue
[C] Red
[D] Black
सही उत्तर: हरा (Green)
व्याख्या: RGB में 00FF00 का अर्थ पूर्ण Green होता है।
Correct Answer: Green
Explanation: In RGB, 00FF00 represents full green.
296. RGB Color Model में Yellow रंग का Hexadecimal Code क्या है?
[A] #FFFF00
[B] #FF00FF
[C] #00FFFF
[D] #FFFFFF
296. What is the hexadecimal code for Yellow in the RGB color model?
[A] #FFFF00
[B] #FF00FF
[C] #00FFFF
[D] #FFFFFF
सही उत्तर: #FFFF00
व्याख्या: RGB में Red = FF, Green = FF तथा Blue = 00 होने पर Yellow रंग बनता है।
Correct Answer: #FFFF00
Explanation: Yellow is represented as Red = FF, Green = FF and Blue = 00.
297. RGB Color Model में Cyan रंग का Hexadecimal Code क्या है?
[A] #00FFFF
[B] #FFFF00
[C] #FF00FF
[D] #000000
297. What is the hexadecimal code for Cyan in the RGB color model?
[A] #00FFFF
[B] #FFFF00
[C] #FF00FF
[D] #000000
सही उत्तर: #00FFFF
व्याख्या: RGB में Green = FF तथा Blue = FF होने पर Cyan बनता है।
Correct Answer: #00FFFF
Explanation: Cyan is represented by Green = FF and Blue = FF.
298. RGB Color Model में Magenta रंग का Hexadecimal Code क्या है?
[A] #FF00FF
[B] #FFFF00
[C] #00FFFF
[D] #FFFFFF
298. What is the hexadecimal code for Magenta in the RGB color model?
[A] #FF00FF
[B] #FFFF00
[C] #00FFFF
[D] #FFFFFF
सही उत्तर: #FF00FF
व्याख्या: RGB में Red = FF तथा Blue = FF होने पर Magenta बनता है।
Correct Answer: #FF00FF
Explanation: Magenta is represented by Red = FF and Blue = FF.
299. Hexadecimal Color Code #FFFFFF किस रंग को दर्शाता है?
[A] Black
[B] White
[C] Red
[D] Gray
299. What color is represented by the hexadecimal color code #FFFFFF?
[A] Black
[B] White
[C] Red
[D] Gray
सही उत्तर: White
व्याख्या: RGB के तीनों Components FF होने पर White रंग प्राप्त होता है।
Correct Answer: White
Explanation: All RGB components are at maximum intensity.
300. Hexadecimal Color Code #000000 किस रंग को दर्शाता है?
[A] White
[B] Black
[C] Blue
[D] Green
300. What color is represented by the hexadecimal color code #000000?
[A] White
[B] Black
[C] Blue
[D] Green
सही उत्तर: Black
व्याख्या: RGB के तीनों Components 00 होने पर Black रंग प्राप्त होता है।
Correct Answer: Black
Explanation: All RGB components are zero.