Computer Fundamentals — MCQ Practice

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

📚 58 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
58 questions
31
EN + हिं Medium
GB Hexadecimal digit B equals decimal?
IN हेक्साडेसिमल अंक बी दशमलव के बराबर है?
A
10 10
B
11 11
C
12 12
D
13 13
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Hex B = 11 in decimal.
व्याख्या (हिन्दी) हेक्स बी = दशमलव में 11.
32
EN + हिं Medium
GB Decimal 2048 in hexadecimal is?
IN हेक्साडेसिमल में दशमलव 2048 है?
A
800 800
B
801 801
C
7FF 7एफएफ
D
802 802
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 2048 = 8×256 = 0x800 in hexadecimal.
व्याख्या (हिन्दी) 2048 = 8×256 = 0x800 हेक्साडेसिमल में।
33
EN + हिं Medium
GB A byte is equal to?
IN एक बाइट किसके बराबर होती है?
A
4 bits 4 बिट्स
B
8 bits 8 बिट्स
C
16 bits 16 बिट्स
D
32 bits 32 बिट्स
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) A byte is 8 bits — the standard unit of digital information storage.
व्याख्या (हिन्दी) एक बाइट 8 बिट है - डिजिटल सूचना भंडारण की मानक इकाई।
34
EN + हिं Medium
GB Which number system group is most suitable for representing IP addresses?
IN आईपी ​​​​पते का प्रतिनिधित्व करने के लिए कौन सा संख्या प्रणाली समूह सबसे उपयुक्त है?
A
Binary and Decimal बाइनरी और दशमलव
B
Decimal and Hex दशमलव और हेक्स
C
Octal and Hex ऑक्टल और हेक्स
D
Binary only केवल बाइनरी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) IPv4 addresses are stored in binary but displayed in decimal (dotted decimal notation).
व्याख्या (हिन्दी) IPv4 पते बाइनरी में संग्रहीत होते हैं लेकिन दशमलव (बिंदीदार दशमलव नोटेशन) में प्रदर्शित होते हैं।
35
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⁶⁰ बाइट्स।
36
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⁷⁰ बाइट्स।
37
EN + हिं Medium
GB Hexadecimal DEAD in decimal is?
IN दशमलव में हेक्साडेसिमल DEAD क्या है?
A
57005 57005
B
57006 57006
C
57007 57007
D
57004 57004
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) DEAD hex = 13×4096 + 14×256 + 10×16 + 13 = 53248+3584+160+13 = 57005.
व्याख्या (हिन्दी) डेड हेक्स = 13×4096 + 14×256 + 10×16 + 13 = 53248+3584+160+13 = 57005।
38
EN + हिं Medium
GB Which number system is used internally by IPv4 routing tables?
IN IPv4 रूटिंग टेबल द्वारा आंतरिक रूप से किस संख्या प्रणाली का उपयोग किया जाता है?
A
Decimal दशमलव
B
Binary द्विआधारी
C
Hexadecimal हेक्साडेसिमल
D
Octal अष्टभुजाकार
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) IPv4 routing uses binary internally — prefix matching is done with binary AND operations.
व्याख्या (हिन्दी) IPv4 रूटिंग आंतरिक रूप से बाइनरी का उपयोग करती है - उपसर्ग मिलान बाइनरी और संचालन के साथ किया जाता है।
39
EN + हिं Hard
GB Convert hexadecimal C0A80101 to dotted decimal IP?
IN हेक्साडेसिमल C0A80101 को बिंदीदार दशमलव IP में बदलें?
A
192.168.1.1 192.168.1.1
B
192.10.1.1 192.10.1.1
C
192.168.0.1 192.168.0.1
D
192.1.8.1 192.1.8.1
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) C0=192, A8=168, 01=1, 01=1 → 192.168.1.1
व्याख्या (हिन्दी) C0=192, A8=168, 01=1, 01=1 → 192.168.1.1
40
EN + हिं Medium
GB Binary number 101.101 in decimal is?
IN दशमलव में बाइनरी संख्या 101.101 है?
A
5.5 5.5
B
5.625 5.625
C
5.125 5.125
D
5.25 5.25
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 101.101 = 4+0+1 + 0.5+0+0.125 = 5.625
व्याख्या (हिन्दी) 101.101 = 4+0+1 + 0.5+0+0.125 = 5.625
41
EN + हिं Medium
GB Hexadecimal 0.8 in decimal is?
IN दशमलव में हेक्साडेसिमल 0.8 है?
A
0.5 0.5
B
0.8 0.8
C
0.53125 0.53125
D
0.25 0.25
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 0.8 hex = 8 × 16⁻¹ = 8/16 = 0.5
व्याख्या (हिन्दी) 0.8 हेक्स = 8 × 16⁻¹ = 8/16 = 0.5
42
EN + हिं Medium
GB BOM (Byte Order Mark) in Unicode files is used to?
IN यूनिकोड फाइलों में BOM (बाइट ऑर्डर मार्क) का उपयोग किया जाता है?
A
Indicate file size फ़ाइल का आकार बताएं
B
Indicate endianness/encoding of file फ़ाइल की एंडियननेस/एन्कोडिंग इंगित करें
C
Protect against viruses वायरस से बचाव करें
D
Mark file end फ़ाइल को अंत में चिह्नित करें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) BOM indicates to text processors which byte order (big/little endian) and which encoding (UTF-8/16/32) is used.
व्याख्या (हिन्दी) बीओएम टेक्स्ट प्रोसेसर को इंगित करता है कि कौन सा बाइट क्रम (बड़ा/छोटा एंडियन) और कौन सा एन्कोडिंग (UTF-8/16/32) का उपयोग किया जाता है।
43
EN + हिं Medium
GB Hexadecimal 3E8 in decimal is?
IN दशमलव में हेक्साडेसिमल 3E8 है?
A
1000 1000
B
1001 1001
C
999 999
D
1010 1010
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 3E8 hex = 3×256 + 14×16 + 8 = 768+224+8 = 1000
व्याख्या (हिन्दी) 3E8 हेक्स = 3×256 + 14×16 + 8 = 768+224+8 = 1000
44
EN + हिं Medium
GB Hexadecimal FFFF in decimal is?
IN दशमलव में हेक्साडेसिमल FFFF क्या है?
A
65534 65534
B
65535 65535
C
65536 65536
D
65533 65533
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) FFFF hex = 15×4096+15×256+15×16+15 = 65535
व्याख्या (हिन्दी) एफएफएफएफ हेक्स = 15×4096+15×256+15×16+15 = 65535
45
EN + हिं Medium
GB Hexadecimal arithmetic: A + B = ?
IN हेक्साडेसिमल अंकगणित: ए + बी = ?
A
15 hex 15 हेक्स
B
21 hex 21 हेक्स
C
21 decimal 21 दशमलव
D
15 decimal 15 दशमलव
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) A(10) + B(11) = 21 in decimal. 21 decimal = 15 hex. So A+B in hexadecimal = 15 hex.
व्याख्या (हिन्दी) A(10) + B(11) = 21 in decimal. 21 दशमलव = 15 हेक्स. So A+B in hexadecimal = 15 hex.
31–45 of 58