Computer Fundamentals — MCQ Practice

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

📚 2941 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2941 questions
961
EN + हिं Medium
GB Which number base is ideal for human reading of binary data?
IN बाइनरी डेटा के मानव पढ़ने के लिए कौन सा संख्या आधार आदर्श है?
A
Decimal दशमलव
B
Octal अष्टभुजाकार
C
Hexadecimal हेक्साडेसिमल
D
Binary द्विआधारी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Hexadecimal is preferred for reading binary data — each hex digit maps directly to 4 bits.
व्याख्या (हिन्दी) बाइनरी डेटा पढ़ने के लिए हेक्साडेसिमल को प्राथमिकता दी जाती है - प्रत्येक हेक्स अंक सीधे 4 बिट्स पर मैप होता है।
962
EN + हिं Medium
GB Two's complement is used because?
IN दो का पूरक प्रयोग किया जाता है क्योंकि?
A
It is simpler यह अधिक सरल है
B
It allows single representation of zero and simplifies arithmetic यह शून्य के एकल प्रतिनिधित्व की अनुमति देता है और अंकगणित को सरल बनाता है
C
It uses less space यह कम जगह का उपयोग करता है
D
It is more readable यह अधिक पठनीय है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Two's complement has a single representation of zero and allows signed arithmetic without special hardware.
व्याख्या (हिन्दी) टू के पूरक में शून्य का एकल प्रतिनिधित्व है और विशेष हार्डवेयर के बिना हस्ताक्षरित अंकगणित की अनुमति देता है।
963
EN + हिं Medium
GB Signed magnitude representation has?
IN हस्ताक्षरित परिमाण प्रतिनिधित्व है?
A
One representation of zero शून्य का एक प्रतिनिधित्व
B
Two representations of zero (+0 and -0) शून्य के दो निरूपण (+0 और -0)
C
No negative numbers कोई ऋणात्मक संख्या नहीं
D
Better arithmetic बेहतर अंकगणित
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Signed magnitude has two representations of zero: +0 and -0, a disadvantage over two's complement.
व्याख्या (हिन्दी) हस्ताक्षरित परिमाण में शून्य के दो प्रतिनिधित्व हैं: +0 और -0, दो के पूरक पर एक नुकसान।
964
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, minimizing errors in conversion.
व्याख्या (हिन्दी) ग्रे कोड को इस प्रकार डिज़ाइन किया गया है कि आसन्न मान बिल्कुल एक बिट से भिन्न होते हैं, जिससे रूपांतरण में त्रुटियां कम हो जाती हैं।
965
EN + हिं Medium
GB Which is the correct ASCII range for digits 0-9?
IN अंक 0-9 के लिए सही ASCII श्रेणी कौन सी है?
A
48-57 48-57
B
65-90 65-90
C
97-122 97-122
D
32-47 32-47
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) ASCII codes 48-57 represent characters '0' through '9'.
व्याख्या (हिन्दी) ASCII कोड 48-57 '0' से '9' तक वर्णों का प्रतिनिधित्व करते हैं।
966
EN + हिं Medium
GB ASCII codes 65-90 represent?
IN ASCII कोड 65-90 दर्शाते हैं?
A
Digits 0-9 अंक 0-9
B
Lowercase letters छोटे अक्षर
C
Uppercase letters A-Z अपरकेस अक्षर A-Z
D
Special characters विशेष पात्र
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) ASCII codes 65-90 represent uppercase letters A (65) through Z (90).
व्याख्या (हिन्दी) ASCII कोड 65-90 बड़े अक्षर A (65) से Z (90) तक दर्शाते हैं।
967
EN + हिं Medium
GB ASCII codes 97-122 represent?
IN ASCII कोड 97-122 दर्शाता है?
A
Digits अंक
B
Uppercase letters बड़ी वर्तनी के अक्षर
C
Lowercase letters a-z छोटे अक्षर a-z
D
Control characters वर्णों पर नियंत्रण रखें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) ASCII codes 97-122 represent lowercase letters a (97) through z (122).
व्याख्या (हिन्दी) ASCII कोड 97-122 छोटे अक्षरों a (97) से z (122) तक दर्शाते हैं।
968
EN + हिं Medium
GB ASCII code 32 represents?
IN ASCII कोड 32 दर्शाता है?
A
Zero शून्य
B
Enter key कुंजी दर्ज करें
C
Space character अंतरिक्ष चरित्र
D
Backspace बैकस्पेस
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) ASCII code 32 represents the space character (invisible but printable).
व्याख्या (हिन्दी) ASCII कोड 32 स्पेस कैरेक्टर (अदृश्य लेकिन प्रिंट करने योग्य) का प्रतिनिधित्व करता है।
969
EN + हिं Medium
GB ASCII code 0-31 are?
IN ASCII कोड 0-31 हैं?
A
Printable characters मुद्रण योग्य अक्षर
B
Digits अंक
C
Control characters वर्णों पर नियंत्रण रखें
D
Special symbols विशेष प्रतीक
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) ASCII codes 0-31 are non-printable control characters (like CR, LF, Tab, Null, Escape).
व्याख्या (हिन्दी) ASCII कोड 0-31 गैर-मुद्रण योग्य नियंत्रण वर्ण हैं (जैसे सीआर, एलएफ, टैब, नल, एस्केप)।
970
EN + हिं Medium
GB UTF-8 encoding uses how many bytes for ASCII characters?
IN UTF-8 एन्कोडिंग ASCII वर्णों के लिए कितने बाइट्स का उपयोग करती है?
A
1 1
B
2 2
C
3 3
D
4 4
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) UTF-8 is backward compatible with ASCII, using 1 byte for characters with ASCII codes 0-127.
व्याख्या (हिन्दी) UTF-8 ASCII के साथ बैकवर्ड संगत है, ASCII कोड 0-127 वाले वर्णों के लिए 1 बाइट का उपयोग करता है।
971
EN + हिं Medium
GB UTF-8 can use up to how many bytes for a single character?
IN UTF-8 एक कैरेक्टर के लिए कितने बाइट्स का उपयोग कर सकता है?
A
1 1
B
2 2
C
3 3
D
4 4
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) UTF-8 uses variable-length encoding: 1 byte (ASCII), 2 bytes, 3 bytes, or up to 4 bytes per character.
व्याख्या (हिन्दी) UTF-8 परिवर्तनीय-लंबाई एन्कोडिंग का उपयोग करता है: 1 बाइट (ASCII), 2 बाइट्स, 3 बाइट्स, या प्रति वर्ण 4 बाइट्स तक।
972
EN + हिं Medium
GB Binary subtraction can be performed using?
IN बाइनरी घटाव का उपयोग करके किया जा सकता है?
A
1's complement 1 का पूरक
B
2's complement addition 2 का पूरक जोड़
C
Both methods दोनों विधियाँ
D
Neither कोई भी नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Binary subtraction can be performed using either 1's complement or 2's complement addition.
व्याख्या (हिन्दी) बाइनरी घटाव 1 के पूरक या 2 के पूरक जोड़ का उपयोग करके किया जा सकता है।
973
EN + हिं Medium
GB 1 Exabyte equals?
IN 1 एक्साबाइट बराबर होता है?
A
1024 PB 1024 पीबी
B
1000 PB 1000 पीबी
C
1024 TB 1024 टीबी
D
1024 GB 1024 जीबी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 1 Exabyte = 1024 Petabytes = 2⁶⁰ bytes.
व्याख्या (हिन्दी) 1 एक्साबाइट = 1024 पेटाबाइट = 2⁶⁰ बाइट्स।
974
EN + हिं Medium
GB 1 Zettabyte equals?
IN 1 ज़ेटाबाइट बराबर होता है?
A
1024 EB 1024 ईबी
B
1000 TB 1000 टीबी
C
1024 TB 1024 टीबी
D
1024 PB 1024 पीबी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 1 Zettabyte = 1024 Exabytes = 2⁷⁰ bytes.
व्याख्या (हिन्दी) 1 ज़ेटाबाइट = 1024 एक्ज़ाबाइट = 2⁷⁰ बाइट्स।
975
EN + हिं Medium
GB Decimal 0.1 in binary is?
IN बाइनरी में दशमलव 0.1 है?
A
0.0001 0.0001
B
0.00011001100... (repeating) 0.00011001100... (दोहराते हुए)
C
0.1 0.1
D
0.0100 0.0100
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 0.1 decimal cannot be exactly represented in binary; it is 0.0001100110011... (repeating fraction).
व्याख्या (हिन्दी) 0.1 दशमलव को बाइनरी में सटीक रूप से प्रस्तुत नहीं किया जा सकता है; यह 0.0001100110011... (दोहराया जाने वाला अंश) है।
961–975 of 2941