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
241
EN + हिं Medium
GB Binary 1101 0011 in hexadecimal is?
IN हेक्साडेसिमल में बाइनरी 1101 0011 है?
A
D3 डी3
B
3D 3डी
C
C3 सी 3
D
D2 डी2
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 1101=D, 0011=3 → hexadecimal D3.
व्याख्या (हिन्दी) 1101=डी, 0011=3 → हेक्साडेसिमल डी3।
242
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।
243
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।
244
EN + हिं Medium
GB How many characters does extended ASCII support?
IN विस्तारित ASCII कितने वर्णों का समर्थन करता है?
A
128 128
B
256 256
C
512 512
D
1024 1024
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Extended ASCII uses 8 bits to support 256 characters (codes 0-255).
व्याख्या (हिन्दी) विस्तारित ASCII 256 वर्णों (कोड 0-255) का समर्थन करने के लिए 8 बिट्स का उपयोग करता है।
245
EN + हिं Medium
GB Binary subtraction 1010 - 0011 = ?
IN बाइनरी घटाव 1010 - 0011 = ?
A
0111 0111
B
0110 0110
C
1000 1000
D
0101 0101
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 1010 - 0011: 10-3=7 = 0111 in binary.
व्याख्या (हिन्दी) 1010 - 0011: 10-3=7 = 0111 बाइनरी में।
246
EN + हिं Medium
GB Hexadecimal FF + 1 = ?
IN हेक्साडेसिमल एफएफ + 1 = ?
A
100 100
B
FFF एफएफएफ
C
100 hex 100 हेक्स
D
G0 जी0
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) FF + 1 = 100 in hexadecimal (equivalent to 256 in decimal).
व्याख्या (हिन्दी) हेक्साडेसिमल में एफएफ + 1 = 100 (दशमलव में 256 के बराबर)।
247
EN + हिं Medium
GB In IEEE 754 single precision, how many bits represent the exponent?
IN IEEE 754 एकल परिशुद्धता में, कितने बिट घातांक का प्रतिनिधित्व करते हैं?
A
23 23
B
8 8
C
1 1
D
32 32
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) IEEE 754 single precision: 1 sign bit + 8 exponent bits + 23 mantissa bits = 32 bits total.
व्याख्या (हिन्दी) आईईईई 754 एकल परिशुद्धता: 1 साइन बिट + 8 एक्सपोनेंट बिट्स + 23 मंटिसा बिट्स = कुल 32 बिट्स।
248
EN + हिं Easy
GB Which of the following is NOT a valid hexadecimal digit?
IN निम्नलिखित में से कौन सा वैध हेक्साडेसिमल अंक नहीं है?
A
A
B
F एफ
C
G जी
D
E
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Hex uses digits 0-9 and A-F; G is not a valid hexadecimal digit.
व्याख्या (हिन्दी) हेक्स अंक 0-9 और ए-एफ का उपयोग करता है; G एक वैध हेक्साडेसिमल अंक नहीं है.
249
EN + हिं Medium
GB Decimal 16 in hexadecimal is?
IN हेक्साडेसिमल में दशमलव 16 है?
A
F एफ
B
G जी
C
10 10
D
11 11
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Decimal 16 = 1×16 + 0 = 10 in hexadecimal.
व्याख्या (हिन्दी) हेक्साडेसिमल में दशमलव 16 = 1×16 + 0 = 10।
250
EN + हिं Medium
GB The word 'bit' is a contraction of?
IN 'बिट' शब्द किसका संकुचन है?
A
Binary igit बाइनरी आईजीआईटी
B
Binary digit बाइनरी संख्या
C
Byte integer बाइट पूर्णांक
D
Bit integer बिट पूर्णांक
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 'Bit' is short for 'binary digit' — the basic unit of information in computing.
व्याख्या (हिन्दी) 'बिट' 'बाइनरी डिजिट' का संक्षिप्त रूप है - कंप्यूटिंग में सूचना की मूल इकाई।
251
EN + हिं Medium
GB The base of decimal number system is?
IN दशमलव संख्या प्रणाली का आधार है?
A
2 2
B
8 8
C
10 10
D
16 16
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) The decimal number system is base-10, using digits 0-9.
व्याख्या (हिन्दी) दशमलव संख्या प्रणाली आधार-10 है, जिसमें अंक 0-9 का उपयोग किया जाता है।
252
EN + हिं Hard
GB Convert octal 77 to decimal?
IN ऑक्टल 77 को दशमलव में बदलें?
A
63 63
B
62 62
C
64 64
D
65 65
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Octal 77 = 7×8 + 7 = 56+7 = 63 in decimal.
व्याख्या (हिन्दी) अष्टक 77 = 7×8 + 7 = 56+7 = 63 दशमलव में।
253
EN + हिं Medium
GB Binary 1000 in decimal is?
IN दशमलव में बाइनरी 1000 है?
A
4 4
B
8 8
C
16 16
D
2 2
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Binary 1000 = 1×2³ = 8 in decimal.
व्याख्या (हिन्दी) बाइनरी 1000 = 1×2³ = 8 दशमलव में।
254
EN + हिं Medium
GB Hexadecimal C in decimal is?
IN दशमलव में हेक्साडेसिमल C है?
A
10 10
B
11 11
C
12 12
D
13 13
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Hex C = 12 in decimal.
व्याख्या (हिन्दी) दशमलव में हेक्स सी = 12.
255
EN + हिं Medium
GB Which number system uses 8 as its base?
IN कौन सी संख्या प्रणाली अपने आधार के रूप में 8 का उपयोग करती है?
A
Binary द्विआधारी
B
Octal अष्टभुजाकार
C
Decimal दशमलव
D
Hexadecimal हेक्साडेसिमल
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Octal is the base-8 number system, using digits 0-7.
व्याख्या (हिन्दी) ऑक्टल आधार-8 संख्या प्रणाली है, जिसमें अंक 0-7 का उपयोग किया जाता है।
241–255 of 2941