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
2446
EN + हिं Medium
GB Gray code consecutive values differ by?
IN ग्रे कोड के लगातार मान कितने से भिन्न होते हैं?
A
Many bits अनेक बिट्स
B
Exactly one bit बिल्कुल एक बिट
C
Two bits दो बिट्स
D
Three bits तीन बिट्स
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Gray code is designed so adjacent values differ by exactly one bit.
व्याख्या (हिन्दी) ग्रे कोड को इस प्रकार डिज़ाइन किया गया है कि आसन्न मान बिल्कुल एक बिट से भिन्न होते हैं।
2447
EN + हिं Medium
GB BCD uses how many bits per decimal digit?
IN बीसीडी प्रति दशमलव अंक में कितने बिट का उपयोग करता है?
A
2 2
B
4 4
C
8 8
D
3 3
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) BCD (Binary Coded Decimal) uses 4 bits to represent each decimal digit (0-9).
व्याख्या (हिन्दी) बीसीडी (बाइनरी कोडेड डेसीमल) प्रत्येक दशमलव अंक (0-9) को दर्शाने के लिए 4 बिट्स का उपयोग करता है।
2448
EN + हिं Medium
GB 7-segment display has how many segments?
IN 7-सेगमेंट डिस्प्ले में कितने सेगमेंट होते हैं?
A
5 5
B
6 6
C
7 7
D
8 8
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 7-segment displays have 7 LED segments (a-g) to show digits 0-9.
व्याख्या (हिन्दी) 7-सेगमेंट डिस्प्ले में 0-9 अंक दिखाने के लिए 7 एलईडी सेगमेंट (ए-जी) होते हैं।
2449
EN + हिं Medium
GB Flash ADC is the?
IN फ्लैश एडीसी है?
A
Slowest धीमी
B
Fastest but uses most comparators सबसे तेज़ लेकिन अधिकांश तुलनित्रों का उपयोग करता है
C
Most accurate only केवल सबसे सटीक
D
Cheapest सबसे सस्ता
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Flash ADC uses parallel comparators for simultaneous conversion — fastest but hardware-intensive.
व्याख्या (हिन्दी) फ्लैश एडीसी एक साथ रूपांतरण के लिए समानांतर तुलनित्र का उपयोग करता है - सबसे तेज़ लेकिन हार्डवेयर-गहन।
2450
EN + हिं Medium
GB Excess-3 code of decimal 5 is?
IN दशमलव 5 का अतिरिक्त-3 कोड है?
A
0101 0101
B
1000 1000
C
0110 0110
D
1001 1001
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Excess-3: decimal 5 + 3 = 8 = 1000 in binary.
व्याख्या (हिन्दी) अतिरिक्त-3: दशमलव 5 + 3 = 8 = 1000 बाइनरी में।
2451
EN + हिं Medium
GB Hamming code is used for?
IN हैमिंग कोड का उपयोग किसके लिए किया जाता है?
A
Data compression आधार - सामग्री संकोचन
B
Single-bit error detection AND correction एकल-बिट त्रुटि का पता लगाना और सुधार करना
C
Encryption कूटलेखन
D
Multiplication गुणा
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Hamming code adds redundancy bits to detect and correct single-bit errors.
व्याख्या (हिन्दी) हैमिंग कोड एकल-बिट त्रुटियों का पता लगाने और उन्हें ठीक करने के लिए अतिरेक बिट्स जोड़ता है।
2452
EN + हिं Medium
GB CRC uses which type of arithmetic?
IN CRC किस प्रकार के अंकगणित का उपयोग करता है?
A
Normal binary division सामान्य द्विआधारी विभाजन
B
XOR-based polynomial (modulo-2) arithmetic XOR-आधारित बहुपद (मॉड्यूलो-2) अंकगणित
C
Octal division अष्टक विभाजन
D
Hexadecimal हेक्साडेसिमल
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) CRC uses modulo-2 (XOR) polynomial division — no borrows or carries.
व्याख्या (हिन्दी) सीआरसी मॉड्यूलो-2 (एक्सओआर) बहुपद विभाजन का उपयोग करता है - कोई उधार या वहन नहीं।
2453
EN + हिं Medium
GB Reed-Solomon codes are used in?
IN रीड-सोलोमन कोड का उपयोग कहाँ किया जाता है?
A
CPU caches सीपीयू कैश
B
QR codes, CDs, DVDs for burst error correction बर्स्ट त्रुटि सुधार के लिए क्यूआर कोड, सीडी, डीवीडी
C
RAM error correction रैम त्रुटि सुधार
D
Routing मार्ग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Reed-Solomon codes excel at correcting burst errors, used in QR codes and optical discs.
व्याख्या (हिन्दी) रीड-सोलोमन कोड बर्स्ट त्रुटियों को ठीक करने में उत्कृष्ट हैं, जिनका उपयोग क्यूआर कोड और ऑप्टिकल डिस्क में किया जाता है।
2454
EN + हिं Medium
GB Which encoding is most space-efficient for English text?
IN अंग्रेजी पाठ के लिए कौन सी एन्कोडिंग सबसे अधिक स्थान-कुशल है?
A
UTF-32 यूटीएफ-32
B
UTF-16 यूटीएफ-16
C
UTF-8 यूटीएफ-8
D
UTF-64 यूटीएफ-64
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) UTF-8 uses only 1 byte for ASCII characters, making it most compact for English.
व्याख्या (हिन्दी) UTF-8 ASCII वर्णों के लिए केवल 1 बाइट का उपयोग करता है, जो इसे अंग्रेजी के लिए सबसे कॉम्पैक्ट बनाता है।
2455
EN + हिं Medium
GB Floating point overflow occurs when?
IN फ़्लोटिंग पॉइंट ओवरफ़्लो कब होता है?
A
Precision is lost परिशुद्धता खो गई है
B
Result exceeds maximum representable value परिणाम अधिकतम प्रतिनिधित्वयोग्य मान से अधिक है
C
Underflow happens अंडरफ्लो होता है
D
Division occurs विभाजन होता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Overflow occurs when result is too large for the exponent field to represent.
व्याख्या (हिन्दी) अतिप्रवाह तब होता है जब प्रतिपादक फ़ील्ड के प्रतिनिधित्व के लिए परिणाम बहुत बड़ा होता है।
2456
EN + हिं Medium
GB IEEE 754 double precision uses?
IN आईईईई 754 दोहरे परिशुद्धता उपयोग?
A
32 bits 32 बिट्स
B
64 bits (1 sign + 11 exponent + 52 mantissa) 64 बिट्स (1 चिह्न + 11 घातांक + 52 मंटिसा)
C
128 bits 128 बिट्स
D
16 bits 16 बिट्स
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Double precision uses 64 bits for higher range and precision.
व्याख्या (हिन्दी) डबल प्रिसिजन उच्च रेंज और परिशुद्धता के लिए 64 बिट्स का उपयोग करता है।
2457
EN + हिं Medium
GB Bit trick x AND (x-1) clears?
IN बिट ट्रिक x और (x-1) साफ़ हो जाता है?
A
All bits सभी बिट्स
B
Lowest set bit of x x का न्यूनतम सेट बिट
C
Highest bit उच्चतम बिट
D
All lower bits सभी निचले बिट्स
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) x AND (x-1) clears the lowest set bit of x — used for counting set bits.
व्याख्या (हिन्दी) x AND (x-1) x के निम्नतम सेट बिट को साफ़ करता है - जिसका उपयोग सेट बिट्स की गिनती के लिए किया जाता है।
2458
EN + हिं Medium
GB NIC (National Informatics Centre) provides?
IN एनआईसी (राष्ट्रीय सूचना विज्ञान केंद्र) प्रदान करता है?
A
Private cloud services निजी क्लाउड सेवाएँ
B
IT infrastructure and e-governance services to Government of India भारत सरकार को आईटी अवसंरचना और ई-गवर्नेंस सेवाएं
C
Only email केवल ईमेल
D
Internet to universities only इंटरनेट केवल विश्वविद्यालयों तक
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) NIC provides IT and e-governance solutions and network infrastructure to Indian government.
व्याख्या (हिन्दी) एनआईसी भारत सरकार को आईटी और ई-गवर्नेंस समाधान और नेटवर्क बुनियादी ढांचा प्रदान करता है।
2459
EN + हिं Medium
GB Rajasthan Sampark portal enables?
IN राजस्थान संपर्क पोर्टल सक्षम बनाता है?
A
Only complaint registration for ministers केवल मंत्रियों के लिए शिकायत पंजीकरण
B
Citizens to register and track grievances against government departments नागरिकों को सरकारी विभागों के खिलाफ शिकायतें दर्ज करने और ट्रैक करने की सुविधा
C
Only tax payment केवल कर भुगतान
D
Only job applications केवल नौकरी के आवेदन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Rajasthan Sampark is an integrated grievance redressal platform for citizens.
व्याख्या (हिन्दी) राजस्थान संपर्क नागरिकों के लिए एक एकीकृत शिकायत निवारण मंच है।
2460
EN + हिं Medium
GB GeM (Government e-Marketplace) is used for?
IN GeM (गवर्नमेंट ई-मार्केटप्लेस) का उपयोग किसके लिए किया जाता है?
A
Online retail ऑनलाइन खुदरा
B
Government procurement of goods and services वस्तुओं और सेवाओं की सरकारी खरीद
C
Stock trading स्टॉक ट्रेडिंग
D
Tax filing कर दाखिल करना
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) GeM is the government procurement portal for central and state government ministries.
व्याख्या (हिन्दी) GeM केंद्र और राज्य सरकार के मंत्रालयों के लिए सरकारी खरीद पोर्टल है।
2446–2460 of 2618