Computer Fundamentals — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 2618 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2618 questions
136
EN + हिं Medium
GB The binary representation of decimal 0 is?
IN दशमलव 0 का द्विआधारी निरूपण है?
B
00 00
C
1 1
D
None कोई नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Decimal 0 in binary is 0.
व्याख्या (हिन्दी) बाइनरी में दशमलव 0 0 है।
137
EN + हिं Medium
GB Gray code is also known as?
IN ग्रे कोड को किस नाम से भी जाना जाता है?
A
Reflected Binary Code प्रतिबिंबित बाइनरी कोड
B
Binary Sequence Code बाइनरी अनुक्रम कोड
C
BCD code बीसीडी कोड
D
ASCII code एएससीआईआई कोड
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Gray code (reflected binary code) is a binary system where consecutive values differ by only one bit.
व्याख्या (हिन्दी) ग्रे कोड (प्रतिबिंबित बाइनरी कोड) एक बाइनरी प्रणाली है जहां लगातार मान केवल एक बिट से भिन्न होते हैं।
138
EN + हिं Medium
GB In BCD, decimal 9 is represented as?
IN बीसीडी में दशमलव 9 को किस रूप में दर्शाया जाता है?
A
1001 1001
B
1010 1010
C
0110 0110
D
1100 1100
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) In BCD, decimal 9 = 1001 (each decimal digit is coded in 4 binary bits).
व्याख्या (हिन्दी) बीसीडी में, दशमलव 9 = 1001 (प्रत्येक दशमलव अंक को 4 बाइनरी बिट्स में कोडित किया गया है)।
139
EN + हिं Easy
GB What is 2's complement of 10110?
IN 10110 का 2 का पूरक क्या है?
A
01001 01001
B
01010 01010
C
01001+1=01010 01001+1=01010
D
01001+1=01010 01001+1=01010
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 2's complement: flip bits of 10110 → 01001, then add 1 → 01010.
व्याख्या (हिन्दी) 2 का पूरक: 10110 → 01001 के बिट फ्लिप करें, फिर 1 → 01010 जोड़ें।
140
EN + हिं Medium
GB Parity bit is used for?
IN पैरिटी बिट का उपयोग किसके लिए किया जाता है?
A
Error detection त्रुटि का पता लगाना
B
Error correction त्रुटि सुधार
C
Data compression आधार - सामग्री संकोचन
D
Encryption कूटलेखन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) A parity bit is added to data to enable simple error detection during transmission.
व्याख्या (हिन्दी) ट्रांसमिशन के दौरान सरल त्रुटि का पता लगाने में सक्षम करने के लिए डेटा में एक समता बिट जोड़ा जाता है।
141
EN + हिं Medium
GB Even parity means?
IN सम समता का मतलब?
A
Number of 1s is even 1 की संख्या सम है
B
Number of 0s is even 0 की संख्या सम है
C
MSB is 0 एमएसबी 0 है
D
LSB is 0 एलएसबी 0 है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Even parity ensures the total number of 1-bits in a unit of data (including parity bit) is even.
व्याख्या (हिन्दी) सम समता यह सुनिश्चित करती है कि डेटा की एक इकाई (समता बिट सहित) में 1-बिट की कुल संख्या सम है।
142
EN + हिं Medium
GB Decimal 255 in binary is?
IN बाइनरी में दशमलव 255 है?
A
11111111 11111111
B
11111110 11111110
C
11111100 11111100
D
10000000 10000000
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 255 = 128+64+32+16+8+4+2+1 = 11111111 in binary.
व्याख्या (हिन्दी) 255 = 128+64+32+16+8+4+2+1 = 11111111 बाइनरी में।
143
EN + हिं Medium
GB Floating point representation is used to store?
IN फ़्लोटिंग पॉइंट प्रतिनिधित्व का उपयोग स्टोर करने के लिए किया जाता है?
A
Integer numbers only केवल पूर्णांक संख्याएँ
B
Real (decimal) numbers वास्तविक (दशमलव) संख्याएँ
C
Characters अक्षर
D
Boolean values बूलियन मान
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Floating point representation stores real numbers with fractional parts (e.g., 3.14159).
व्याख्या (हिन्दी) फ़्लोटिंग पॉइंट प्रतिनिधित्व वास्तविक संख्याओं को आंशिक भागों (उदाहरण के लिए, 3.14159) के साथ संग्रहीत करता है।
144
EN + हिं Medium
GB IEEE 754 is a standard for?
IN IEEE 754 किसके लिए मानक है?
A
Integer representation पूर्णांक प्रतिनिधित्व
B
Floating-point arithmetic फ़्लोटिंग-पॉइंट अंकगणित
C
Character encoding चरित्र एन्कोडिंग
D
Network protocols नेटवर्क प्रोटोकॉल
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) IEEE 754 is the standard for floating-point arithmetic representation in computers.
व्याख्या (हिन्दी) IEEE 754 कंप्यूटर में फ़्लोटिंग-पॉइंट अंकगणितीय प्रतिनिधित्व के लिए मानक है।
145
EN + हिं Medium
GB The sign bit in 2's complement representation of a signed integer: 0 means?
IN 2 में साइन बिट एक हस्ताक्षरित पूर्णांक का पूरक प्रतिनिधित्व: 0 का मतलब है?
A
Negative नकारात्मक
B
Positive सकारात्मक
C
Zero शून्य
D
Undefined अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) In 2's complement, sign bit 0 indicates a positive number; sign bit 1 indicates negative.
व्याख्या (हिन्दी) 2 के पूरक में, साइन बिट 0 एक सकारात्मक संख्या को इंगित करता है; साइन बिट 1 नकारात्मक दर्शाता है।
146
EN + हिं Medium
GB ASCII code of 'A' (uppercase) is?
IN 'A' (अपरकेस) का ASCII कोड है?
A
61 61
B
65 65
C
41 41
D
97 97
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) The ASCII code for uppercase 'A' is 65 (decimal).
व्याख्या (हिन्दी) अपरकेस 'ए' के ​​लिए ASCII कोड 65 (दशमलव) है।
147
EN + हिं Medium
GB ASCII code of lowercase 'a' is?
IN लोअरकेस 'a' का ASCII कोड क्या है?
A
61 61
B
65 65
C
97 97
D
41 41
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) The ASCII code for lowercase 'a' is 97 (decimal).
व्याख्या (हिन्दी) लोअरकेस 'ए' के ​​लिए ASCII कोड 97 (दशमलव) है।
148
EN + हिं Medium
GB Complement of 0 in binary is?
IN बाइनरी में 0 का पूरक है?
B
1 1
C
2 2
D
Undefined अपरिभाषित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) The 1's complement of binary 0 is 1.
व्याख्या (हिन्दी) बाइनरी 0 का 1 का पूरक 1 है।
149
EN + हिं Medium
GB The range of 8-bit unsigned integer is?
IN 8-बिट अहस्ताक्षरित पूर्णांक की सीमा है?
A
0 to 127 0 से 127
B
0 to 255 0 से 255
C
-128 to 127 -128 से 127
D
-127 to 128 -127 से 128
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 8-bit unsigned: 0 to 2⁸-1 = 0 to 255.
व्याख्या (हिन्दी) 8-बिट अहस्ताक्षरित: 0 से 2⁸-1 = 0 से 255।
150
EN + हिं Medium
GB The range of 8-bit signed integer (2's complement) is?
IN 8-बिट हस्ताक्षरित पूर्णांक (2 का पूरक) की सीमा है?
A
0 to 255 0 से 255
B
-128 to 127 -128 से 127
C
-127 to 127 -127 से 127
D
-256 to 255 -256 से 255
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 8-bit signed 2's complement: -2⁷ to 2⁷-1 = -128 to 127.
व्याख्या (हिन्दी) 8-बिट हस्ताक्षरित 2 का पूरक: -2⁷ से 2⁷-1 = -128 से 127।
136–150 of 2618