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
16
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।
17
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 के बराबर)।
18
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 एक वैध हेक्साडेसिमल अंक नहीं है.
19
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।
20
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 का उपयोग किया जाता है।
21
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.
22
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 का उपयोग किया जाता है।
23
EN + हिं Medium
GB Hexadecimal 10 in decimal is?
IN दशमलव में हेक्साडेसिमल 10 है?
A
10 10
B
16 16
C
15 15
D
17 17
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Hex 10 = 1×16 + 0 = 16 in decimal.
व्याख्या (हिन्दी) हेक्स 10 = 1×16 + 0 = 16 दशमलव में।
24
EN + हिं Easy
GB What is decimal 15 in hexadecimal?
IN हेक्साडेसिमल में दशमलव 15 क्या है?
A
E
B
D डी
C
F एफ
D
10 10
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Decimal 15 = F in hexadecimal.
व्याख्या (हिन्दी) दशमलव 15 = हेक्साडेसिमल में एफ.
25
EN + हिं Medium
GB Binary 0000 1111 in hexadecimal is?
IN हेक्साडेसिमल में बाइनरी 0000 1111 है?
A
0F 0एफ
B
F0 एफ0
C
FF सीमांत बल
D
00 00
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 0000=0, 1111=F → hexadecimal 0F.
व्याख्या (हिन्दी) 0000=0, 1111=F → हेक्साडेसिमल 0F.
26
EN + हिं Medium
GB Hexadecimal FF in octal is?
IN अष्टाधारी में हेक्साडेसिमल एफएफ है?
A
377 377
B
777 777
C
177 177
D
357 357
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) FF hex = 255 decimal = 3×64+7×8+7 = 377 in octal.
व्याख्या (हिन्दी) एफएफ हेक्स = 255 दशमलव = 3×64+7×8+7 = 377 अष्टक में।
27
EN + हिं Medium
GB The radix (base) of hexadecimal system is?
IN हेक्साडेसिमल प्रणाली का मूलांक (आधार) है?
A
8 8
B
10 10
C
12 12
D
16 16
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Radix means base; hexadecimal has radix 16.
व्याख्या (हिन्दी) मूलांक का अर्थ है आधार; हेक्साडेसिमल का मूलांक 16 है।
28
EN + हिं Hard
GB Convert decimal 255 to hexadecimal?
IN दशमलव 255 को हेक्साडेसिमल में बदलें?
A
FE फ़े
B
FF सीमांत बल
C
EE ईई
D
EF एफई
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) 255 = 15×16 + 15 = FF in hexadecimal.
व्याख्या (हिन्दी) 255 = 15×16 + 15 = हेक्साडेसिमल में एफएफ।
29
EN + हिं Medium
GB Which number system is NOT positional?
IN कौन सी संख्या प्रणाली स्थितीय नहीं है?
A
Decimal दशमलव
B
Roman numerals रोमन अंक
C
Binary द्विआधारी
D
Octal अष्टभुजाकार
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Roman numerals are not a positional number system; position alone doesn't determine a digit's value.
व्याख्या (हिन्दी) रोमन अंक एक स्थितीय संख्या प्रणाली नहीं हैं; अकेले स्थिति किसी अंक का मान निर्धारित नहीं करती है।
30
EN + हिं Medium
GB Which binary number is odd?
IN कौन सी बाइनरी संख्या विषम है?
A
1010 1010
B
0100 0100
C
1011 1011
D
1110 1110
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) A binary number is odd if its least significant bit is 1; 1011 ends in 1.
व्याख्या (हिन्दी) एक द्विआधारी संख्या विषम होती है यदि उसका न्यूनतम महत्वपूर्ण बिट 1 हो; 1011 1 में समाप्त होता है।
16–30 of 58