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
391
EN + हिं Medium
GB MD5 and SHA are examples of?
IN MD5 और SHA किसके उदाहरण हैं?
A
Encryption algorithms एन्क्रिप्शन एल्गोरिदम
B
Compression algorithms संपीड़न एल्गोरिदम
C
Hashing algorithms हैशिंग एल्गोरिदम
D
Sorting algorithms छँटाई एल्गोरिदम
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) MD5 and SHA (Secure Hash Algorithm) are cryptographic hash functions producing fixed-size digests.
व्याख्या (हिन्दी) एमडी5 और एसएचए (सिक्योर हैश एल्गोरिथम) क्रिप्टोग्राफिक हैश फ़ंक्शन हैं जो निश्चित आकार के डाइजेस्ट का उत्पादन करते हैं।
392
EN + हिं Medium
GB A digital signature provides?
IN एक डिजिटल हस्ताक्षर प्रदान करता है?
A
Encryption कूटलेखन
B
Authentication and non-repudiation प्रमाणीकरण और गैर-अस्वीकृति
C
Compression दबाव
D
Error correction त्रुटि सुधार
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Digital signatures verify the sender's identity (authentication) and prevent denial of sending (non-repudiation).
व्याख्या (हिन्दी) डिजिटल हस्ताक्षर प्रेषक की पहचान (प्रमाणीकरण) को सत्यापित करते हैं और भेजने से इनकार (गैर-अस्वीकृति) को रोकते हैं।
393
EN + हिं Medium
GB Which port does HTTP use by default?
IN HTTP डिफ़ॉल्ट रूप से किस पोर्ट का उपयोग करता है?
A
21 21
B
25 25
C
80 80
D
443 443
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) HTTP uses port 80 by default for web traffic.
व्याख्या (हिन्दी) वेब ट्रैफ़िक के लिए HTTP डिफ़ॉल्ट रूप से पोर्ट 80 का उपयोग करता है।
394
EN + हिं Medium
GB Which port does HTTPS use?
IN HTTPS किस पोर्ट का उपयोग करता है?
A
80 80
B
21 21
C
443 443
D
22 22
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) HTTPS uses port 443 for encrypted web traffic.
व्याख्या (हिन्दी) एन्क्रिप्टेड वेब ट्रैफ़िक के लिए HTTPS पोर्ट 443 का उपयोग करता है।
395
EN + हिं Medium
GB Port 22 is associated with which protocol?
IN पोर्ट 22 किस प्रोटोकॉल से सम्बंधित है?
A
HTTP HTTP
B
FTP एफ़टीपी
C
SSH एसएसएच
D
SMTP एसएमटीपी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Port 22 is the default port for SSH (Secure Shell) for secure remote access.
व्याख्या (हिन्दी) पोर्ट 22 सुरक्षित रिमोट एक्सेस के लिए एसएसएच (सिक्योर शेल) के लिए डिफ़ॉल्ट पोर्ट है।
396
EN + हिं Easy
GB Which of the following is a VPN?
IN निम्नलिखित में से कौन सा वीपीएन है?
A
Virtual Private Network आभासी निजी संजाल
B
Visual Protocol Network विज़ुअल प्रोटोकॉल नेटवर्क
C
Verified Public Network सत्यापित सार्वजनिक नेटवर्क
D
Virtual Protocol Node वर्चुअल प्रोटोकॉल नोड
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) VPN (Virtual Private Network) creates an encrypted tunnel for secure remote network access.
व्याख्या (हिन्दी) वीपीएन (वर्चुअल प्राइवेट नेटवर्क) सुरक्षित रिमोट नेटवर्क एक्सेस के लिए एक एन्क्रिप्टेड सुरंग बनाता है।
397
EN + हिं Medium
GB Bandwidth of a network is measured in?
IN किसी नेटवर्क की बैंडविड्थ किसमें मापी जाती है?
A
MHz मेगाहर्टज
B
GHz गीगा
C
bps/Mbps/Gbps बीपीएस/एमबीपीएस/जीबीपीएस
D
Watts वाट
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Network bandwidth is measured in bits per second (bps), Megabits (Mbps), or Gigabits (Gbps).
व्याख्या (हिन्दी) नेटवर्क बैंडविड्थ को बिट्स प्रति सेकंड (बीपीएस), मेगाबिट्स (एमबीपीएस), या गीगाबिट्स (जीबीपीएस) में मापा जाता है।
398
EN + हिं Medium
GB Latency in networking refers to?
IN नेटवर्किंग में विलंबता का तात्पर्य है?
A
Data transfer speed डेटा स्थानांतरण गति
B
Delay in data transmission डेटा ट्रांसमिशन में देरी
C
Data loss rate डेटा हानि दर
D
Bandwidth capacity बैंडविड्थ क्षमता
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Latency is the time delay for data to travel from source to destination in a network.
व्याख्या (हिन्दी) विलंबता किसी नेटवर्क में स्रोत से गंतव्य तक डेटा की यात्रा में लगने वाले समय की देरी है।
399
EN + हिं Medium
GB Which protocol provides reliable, connection-oriented service?
IN कौन सा प्रोटोकॉल विश्वसनीय, कनेक्शन-उन्मुख सेवा प्रदान करता है?
A
UDP यूडीपी
B
TCP टीसीपी
C
ICMP आईसीएमपी
D
ARP एआरपी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) TCP (Transmission Control Protocol) provides reliable, ordered, error-checked, connection-oriented service.
व्याख्या (हिन्दी) टीसीपी (ट्रांसमिशन कंट्रोल प्रोटोकॉल) विश्वसनीय, व्यवस्थित, त्रुटि-जांचित, कनेक्शन-उन्मुख सेवा प्रदान करता है।
400
EN + हिं Medium
GB UDP is preferred over TCP when?
IN यूडीपी को टीसीपी पर कब प्राथमिकता दी जाती है?
A
Reliability is required विश्वसनीयता आवश्यक है
B
Speed is more important than reliability गति विश्वसनीयता से अधिक महत्वपूर्ण है
C
Large files are transferred बड़ी फ़ाइलें स्थानांतरित की जाती हैं
D
Security is a priority सुरक्षा एक प्राथमिकता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) UDP (User Datagram Protocol) is preferred for real-time applications like video streaming where speed matters more than reliability.
व्याख्या (हिन्दी) यूडीपी (यूजर डेटाग्राम प्रोटोकॉल) को वीडियो स्ट्रीमिंग जैसे वास्तविक समय के अनुप्रयोगों के लिए प्राथमिकता दी जाती है जहां गति विश्वसनीयता से अधिक मायने रखती है।
401
EN + हिं Easy
GB Which of the following is NOT volatile memory?
IN निम्नलिखित में से कौन सी अस्थिर मेमोरी नहीं है?
A
DRAM घूंट
B
SRAM एसआरएएम
C
Flash NAND फ्लैश नंद
D
SDRAM एसडीआरएएम
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Flash NAND memory is non-volatile — it retains data when power is removed, unlike DRAM and SRAM.
व्याख्या (हिन्दी) फ्लैश NAND मेमोरी गैर-वाष्पशील है - यह DRAM और SRAM के विपरीत, बिजली हटा दिए जाने पर डेटा को बरकरार रखती है।
402
EN + हिं Medium
GB The Harvard architecture differs from von Neumann in that?
IN क्या हार्वर्ड वास्तुकला वॉन न्यूमैन से भिन्न है?
A
It uses more registers यह अधिक रजिस्टरों का उपयोग करता है
B
It has separate memory for instructions and data इसमें निर्देशों और डेटा के लिए अलग-अलग मेमोरी होती है
C
It uses no cache यह कैश का उपयोग नहीं करता है
D
It processes floating point faster यह फ़्लोटिंग पॉइंट को तेज़ी से प्रोसेस करता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Harvard architecture has separate instruction and data memory buses, unlike von Neumann's single shared bus.
व्याख्या (हिन्दी) वॉन न्यूमैन की एकल साझा बस के विपरीत, हार्वर्ड आर्किटेक्चर में अलग निर्देश और डेटा मेमोरी बसें हैं।
403
EN + हिं Medium
GB Which type of software license allows modification and redistribution?
IN किस प्रकार का सॉफ़्टवेयर लाइसेंस संशोधन और पुनर्वितरण की अनुमति देता है?
A
Freeware फ्रीवेयर
B
GPL (GNU Public License) जीपीएल (जीएनयू पब्लिक लाइसेंस)
C
Shareware शेयरवेयर
D
Proprietary संपदा
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) GPL (GNU General Public License) allows users to view, modify, and redistribute source code.
व्याख्या (हिन्दी) जीपीएल (जीएनयू जनरल पब्लिक लाइसेंस) उपयोगकर्ताओं को स्रोत कोड को देखने, संशोधित करने और पुनर्वितरित करने की अनुमति देता है।
404
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.
व्याख्या (हिन्दी) पृष्ठ दोष तब होता है जब सीपीयू एक वर्चुअल मेमोरी पेज तक पहुंचता है जो वर्तमान में भौतिक रैम में नहीं है।
405
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.
391–405 of 2941