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
286
EN + हिं Medium
GB The page fault occurs when?
IN पृष्ठ दोष कब होता है?
A
A page is corrupted एक पृष्ठ दूषित है
B
A page referenced is not in RAM संदर्भित पृष्ठ RAM में नहीं है
C
RAM is full रैम भरी हुई है
D
CPU speed is too low सीपीयू की गति बहुत कम है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) A page fault occurs when the CPU accesses a virtual memory page that is not currently in physical RAM.
व्याख्या (हिन्दी) पृष्ठ दोष तब होता है जब सीपीयू एक वर्चुअल मेमोरी पेज तक पहुंचता है जो वर्तमान में भौतिक रैम में नहीं है।
287
EN + हिं Medium
GB Which is the correct binary representation of -5 in 8-bit 2's complement?
IN 8-बिट 2 के पूरक में -5 का सही बाइनरी प्रतिनिधित्व कौन सा है?
A
10000101 10000101
B
11111011 11111011
C
01111011 01111011
D
10110101 10110101
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 5 = 00000101; 1's complement = 11111010; 2's complement = 11111011.
व्याख्या (हिन्दी) 5 = 00000101; 1 का पूरक = 11111010; 2 का पूरक = 11111011.
288
EN + हिं Medium
GB Decimal 0.25 in binary is?
IN बाइनरी में दशमलव 0.25 है?
A
0.01 0.01
B
0.10 0.10
C
0.11 0.11
D
0.001 0.001
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 0.25 = 2⁻² = 0.01 in binary.
व्याख्या (हिन्दी) 0.25 = 2⁻² = 0.01 बाइनरी में।
289
EN + हिं Medium
GB The purpose of a bootloader is?
IN बूटलोडर का उद्देश्य क्या है?
A
Run applications एप्लिकेशन चलाएँ
B
Load the OS into memory ओएस को मेमोरी में लोड करें
C
Format the hard drive हार्ड ड्राइव को फॉर्मेट करें
D
Manage device drivers डिवाइस ड्राइवर प्रबंधित करें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) A bootloader is the first program that runs after POST, loading the OS kernel into RAM.
व्याख्या (हिन्दी) बूटलोडर पहला प्रोग्राम है जो POST के बाद चलता है, OS कर्नेल को RAM में लोड करता है।
290
EN + हिं Medium
GB Which generation introduced the concept of personal computing?
IN पर्सनल कंप्यूटिंग की अवधारणा किस पीढ़ी ने पेश की?
A
Second दूसरा
B
Third तीसरा
C
Fourth चौथी
D
Fifth पांचवां
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Microprocessors (4th generation) enabled affordable personal computers for individual users.
व्याख्या (हिन्दी) माइक्रोप्रोसेसरों (चौथी पीढ़ी) ने व्यक्तिगत उपयोगकर्ताओं के लिए किफायती पर्सनल कंप्यूटर सक्षम किए।
291
EN + हिं Medium
GB ASCII code 48 represents?
IN ASCII कोड 48 दर्शाता है?
A
A
B
a
D
Space अंतरिक्ष
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) ASCII code 48 represents the character '0' (digit zero).
व्याख्या (हिन्दी) ASCII कोड 48 वर्ण '0' (अंक शून्य) को दर्शाता है।
292
EN + हिं Medium
GB Which component on a motherboard maintains date and time?
IN मदरबोर्ड पर कौन सा घटक दिनांक और समय बनाए रखता है?
A
CPU CPU
B
CMOS + RTC सीएमओएस + आरटीसी
C
RAM टक्कर मारना
D
Hard disk हार्ड डिस्क
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) CMOS with Real-Time Clock (RTC) maintains date and time when the computer is powered off.
व्याख्या (हिन्दी) रीयल-टाइम क्लॉक (आरटीसी) के साथ सीएमओएस कंप्यूटर बंद होने पर दिनांक और समय बनाए रखता है।
293
EN + हिं Medium
GB Which is the fastest cache level closest to CPU core?
IN सीपीयू कोर के निकटतम सबसे तेज़ कैश स्तर कौन सा है?
A
L3 एल3
B
L2 एल2
C
L1 एल1
D
L4 एल4
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) L1 cache is the smallest, fastest cache directly integrated into each CPU core.
व्याख्या (हिन्दी) L1 कैश सबसे छोटा, सबसे तेज़ कैश है जो सीधे प्रत्येक CPU कोर में एकीकृत होता है।
294
EN + हिं Medium
GB A word in computing refers to?
IN कंप्यूटिंग में एक शब्द किसको संदर्भित करता है?
A
A text unit एक पाठ इकाई
B
Natural unit of data processed by CPU सीपीयू द्वारा संसाधित डेटा की प्राकृतिक इकाई
C
Any 32-bit value कोई भी 32-बिट मान
D
8 bits always हमेशा 8 बिट
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) A word is the natural data size a CPU processes at once (16, 32, or 64 bits depending on architecture).
व्याख्या (हिन्दी) एक शब्द प्राकृतिक डेटा आकार है जिसे सीपीयू एक बार में संसाधित करता है (आर्किटेक्चर के आधार पर 16, 32, या 64 बिट्स)।
295
EN + हिं Medium
GB Which binary operation yields 1 only when both inputs are 1?
IN कौन सा बाइनरी ऑपरेशन केवल 1 उत्पन्न करता है जब दोनों इनपुट 1 होते हैं?
A
OR या
B
AND और
C
XOR एक्सओआर
D
NOT नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) AND gate/operation yields 1 only when both inputs are 1; otherwise yields 0.
व्याख्या (हिन्दी) और गेट/ऑपरेशन केवल 1 उत्पन्न करता है जब दोनों इनपुट 1 होते हैं; अन्यथा 0 प्राप्त होता है.
296
EN + हिं Medium
GB Which binary operation yields 1 when either input is 1?
IN कौन सा बाइनरी ऑपरेशन 1 उत्पन्न करता है जब कोई भी इनपुट 1 होता है?
A
AND और
B
NOR और न
C
OR या
D
XNOR एक्सएनओआर
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) OR operation yields 1 when at least one input is 1.
व्याख्या (हिन्दी) या ऑपरेशन से 1 प्राप्त होता है जब कम से कम एक इनपुट 1 होता है।
297
EN + हिं Medium
GB XOR yields 1 when?
IN XOR 1 कब उत्पन्न होता है?
A
Both inputs same दोनों इनपुट समान
B
Both inputs different दोनों इनपुट अलग-अलग हैं
C
First input is 1 पहला इनपुट 1 है
D
Second input is 0 दूसरा इनपुट 0 है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) XOR (Exclusive OR) yields 1 only when inputs are different.
व्याख्या (हिन्दी) XOR (एक्सक्लूसिव OR) केवल 1 उत्पन्न करता है जब इनपुट भिन्न होते हैं।
298
EN + हिं Medium
GB NAND is functionally complete because?
IN NAND कार्यात्मक रूप से पूर्ण है क्योंकि?
A
It is the fastest gate यह सबसे तेज़ गेट है
B
Any logic function can be built from NAND gates only कोई भी लॉजिक फ़ंक्शन केवल NAND गेट्स से ही बनाया जा सकता है
C
It uses less power यह कम बिजली का उपयोग करता है
D
It handles more inputs यह अधिक इनपुट संभालता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) NAND gates are functionally complete — any Boolean function can be implemented using only NAND gates.
व्याख्या (हिन्दी) NAND गेट कार्यात्मक रूप से पूर्ण हैं - किसी भी बूलियन फ़ंक्शन को केवल NAND गेट का उपयोग करके कार्यान्वित किया जा सकता है।
299
EN + हिं Medium
GB De Morgan's theorem states?
IN डी मॉर्गन का प्रमेय बताता है?
A
A AND B = NOT(NOT A OR NOT B) ए और बी = नहीं(ए या नहीं बी)
B
NOT(A AND B) = NOT A OR NOT B NOT(A और B) = NOT A या NOT B
C
A OR B = A AND B ए या बी = ए और बी
D
NOT A = A ए = ए नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) De Morgan's first theorem: NOT(A AND B) = NOT A OR NOT B.
व्याख्या (हिन्दी) डी मॉर्गन का पहला प्रमेय: NOT(A और B) = NOT A या NOT B.
300
EN + हिं Medium
GB Which logic gate has output that is always the complement of its input?
IN किस लॉजिक गेट का आउटपुट हमेशा उसके इनपुट का पूरक होता है?
A
AND और
B
OR या
C
NOT नहीं
D
XOR एक्सओआर
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) NOT gate (inverter) always outputs the complement (opposite) of its single input.
व्याख्या (हिन्दी) नॉट गेट (इन्वर्टर) हमेशा अपने एकल इनपुट के पूरक (विपरीत) आउटपुट देता है।
286–300 of 2618