दो 8-bit numbers के combinations कितने होंगे?
(LT Grade C.S. 2018)
Correct Answer: C
Explanation (EN): Each number has 2⁸ values Total combinations = 2⁸ × 2⁸ = 2¹⁶
Explanation (HI): हर 8-bit संख्या के 2⁸ मान होते हैं कुल combinations = 2¹⁶
Gray code 11100 का binary equivalent क्या है?
(LT Grade C.S. 2018)
Correct Answer: A
Explanation (EN): MSB same = 1 Then XOR step-by-step → result = 10111
Explanation (HI): पहला bit same रहता है बाकी XOR करने पर उत्तर = 10111
1011.1101₂ का decimal equivalent क्या है?
(BPSC TRE 2024)
Correct Answer: E
Explanation (EN): Integer = 11 Fraction = 0.8125 Total = 11.8125 → none matches
Explanation (HI): पूर्णांक = 11 भिन्न = 0.8125 कुल = 11.8125 → कोई विकल्प सही नहीं
1234₁₀ का binary, octal और hexadecimal रूप क्या है?
(BPSC TRE 2024)
Correct Answer: A
Explanation (EN): 1234₁₀ → binary = 10011010010 octal = 2322 hex = 4D2
Explanation (HI): 1234 का रूपांतरण: Binary = 10011010010 Octal = 2322 Hex = 4D2
(651.124)₈ का hexadecimal equivalent क्या है?
(BPSC TRE 2024)
Correct Answer: A
Explanation (EN): Convert octal → binary → hex → result = 1A9.2A
Explanation (HI): Octal को binary और फिर hex में बदलने पर उत्तर = 1A9.2A
n-bit sign magnitude representation की range क्या है?
(RPSC C.S. 2016)
Correct Answer: B
Explanation (EN): Sign bit = 1 Magnitude bits = n–1 Range = –(2ⁿ⁻¹–1) to +(2ⁿ⁻¹–1)
Explanation (HI): 1 bit sign के लिए और बाकी magnitude के लिए Range = –(2ⁿ⁻¹–1) से +(2ⁿ⁻¹–1)
4-bit 2’s complement में +3 और –4 का योग क्या होगा?
(RPSC C.S. 2016)
Correct Answer: D
Explanation (EN): +3 = 0011 –4 = 1100 Add → 1111 = –1
Explanation (HI): +3 = 0011 –4 = 1100 योग = 1111 (–1)
दिए गए IEEE 754 binary का मान क्या है?
(RPSC C.S. 2016)
Correct Answer: A
Explanation (EN): Sign = 0 → positive Exponent = 1 Mantissa = 1.75 Final value = 3.5
Explanation (HI): Sign = positive Exponent = 1 Mantissa = 1.75 अंतिम मान = 3.5
(142)b + (112)b-2 = (75)₈ में base b क्या है?
(UGC NET 2019)
Correct Answer: D
Explanation (EN): After solving equation → b = 5
Explanation (HI): समीकरण हल करने पर b = 5
कौन-से code self-complementing हैं?
(UGC NET 2019)
Correct Answer: B
Explanation (EN): Self-complementing codes: • 2421 • Excess-3
Explanation (HI): Self-complementing code होते हैं: • 2421 • Excess-3