Computer Fundamentals — MCQ Practice

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

📚 2618 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2618 questions
721
EN + हिं Easy
GB OWASP stands for?
IN OWASP का मतलब है?
A
Open Web Application Security Project वेब एप्लिकेशन सुरक्षा प्रोजेक्ट खोलें
B
Open Worldwide Access Security Protocol वर्ल्डवाइड एक्सेस सिक्योरिटी प्रोटोकॉल खोलें
C
Online Web Application Support Platform ऑनलाइन वेब एप्लिकेशन सपोर्ट प्लेटफ़ॉर्म
D
Open Wireless Application Security Protocol वायरलेस एप्लिकेशन सुरक्षा प्रोटोकॉल खोलें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) OWASP (Open Web Application Security Project) is a nonprofit that publishes web application security standards.
व्याख्या (हिन्दी) OWASP (ओपन वेब एप्लिकेशन सिक्योरिटी प्रोजेक्ट) एक गैर-लाभकारी संस्था है जो वेब एप्लिकेशन सुरक्षा मानकों को प्रकाशित करती है।
722
EN + हिं Medium
GB OWASP Top 10 is?
IN OWASP शीर्ष 10 है?
A
Top 10 websites शीर्ष 10 वेबसाइटें
B
List of most critical web application security risks सबसे महत्वपूर्ण वेब एप्लिकेशन सुरक्षा जोखिमों की सूची
C
10 best security tools 10 सर्वोत्तम सुरक्षा उपकरण
D
Top 10 programming languages शीर्ष 10 प्रोग्रामिंग भाषाएँ
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) OWASP Top 10 is a regularly updated list of the most critical security risks to web applications.
व्याख्या (हिन्दी) OWASP टॉप 10 वेब अनुप्रयोगों के लिए सबसे महत्वपूर्ण सुरक्षा जोखिमों की एक नियमित रूप से अद्यतन की गई सूची है।
723
EN + हिं Medium
GB Which attack targets the application layer (Layer 7)?
IN कौन सा हमला एप्लिकेशन परत (परत 7) को लक्षित करता है?
A
SYN flood SYN बाढ़
B
Ping of death मौत की चिंगारी
C
HTTP flood/DDoS HTTP बाढ़/DDoS
D
IP spoofing आईपी ​​स्पूफिंग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) HTTP flood attacks target the Application layer (Layer 7) by overwhelming web servers with HTTP requests.
व्याख्या (हिन्दी) HTTP बाढ़ हमले HTTP अनुरोधों के साथ वेब सर्वर पर दबाव डालकर एप्लिकेशन परत (परत 7) को लक्षित करते हैं।
724
EN + हिं Medium
GB SYN flood attack exploits?
IN SYN बाढ़ हमले के कारनामे?
A
DNS protocol डीएनएस प्रोटोकॉल
B
TCP three-way handshake टीसीपी तीन-तरफा हैंडशेक
C
UDP packets यूडीपी पैकेट
D
HTTP connections HTTP कनेक्शन
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) SYN flood exploits TCP handshake by sending many SYN packets without completing the connection.
व्याख्या (हिन्दी) SYN फ्लड कनेक्शन पूरा किए बिना कई SYN पैकेट भेजकर टीसीपी हैंडशेक का फायदा उठाता है।
725
EN + हिं Medium
GB TCP three-way handshake steps are?
IN टीसीपी तीन-तरफ़ा हैंडशेक चरण हैं?
A
SYN, SYN-ACK, ACK SYN, SYN-ACK, ACK
B
ACK, SYN, FIN ACK, SYN, फिन
C
SYN, ACK, FIN SYN, ACK, फिन
D
CONNECT, REPLY, END कनेक्ट करें, उत्तर दें, समाप्त करें
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) TCP connection establishment: client sends SYN, server responds SYN-ACK, client sends ACK.
व्याख्या (हिन्दी) टीसीपी कनेक्शन स्थापना: क्लाइंट SYN भेजता है, सर्वर SYN-ACK का जवाब देता है, क्लाइंट ACK भेजता है।
726
EN + हिं Medium
GB Which OSI layer does TLS/SSL secure?
IN टीएलएस/एसएसएल कौन सी ओएसआई परत सुरक्षित करता है?
A
Layer 1 परत 1
B
Layer 3 परत 3
C
Between layers 4 and 7 परतों 4 और 7 के बीच
D
Layer 7 only केवल परत 7
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) TLS/SSL operates between the Transport (4) and Application (7) layers, securing the transport of application data.
व्याख्या (हिन्दी) टीएलएस/एसएसएल ट्रांसपोर्ट (4) और एप्लिकेशन (7) परतों के बीच संचालित होता है, जो एप्लिकेशन डेटा के परिवहन को सुरक्षित करता है।
727
EN + हिं Medium
GB Hash function is one-way because?
IN हैश फ़ंक्शन एकतरफा है क्योंकि?
A
It is reversible यह प्रतिवर्ती है
B
Given hash, original data cannot be derived हैश दिए जाने पर मूल डेटा प्राप्त नहीं किया जा सकता
C
It uses symmetric keys यह सममित कुंजियों का उपयोग करता है
D
It compresses data यह डेटा को कंप्रेस करता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Cryptographic hash functions are one-way — it is computationally infeasible to reverse the hash to original data.
व्याख्या (हिन्दी) क्रिप्टोग्राफ़िक हैश फ़ंक्शंस एक-तरफ़ा हैं - हैश को मूल डेटा में उलटना कम्प्यूटेशनल रूप से संभव नहीं है।
728
EN + हिं Medium
GB SHA-256 produces a hash of?
IN SHA-256 किसका हैश उत्पन्न करता है?
A
128 bits 128 बिट्स
B
256 bits 256 बिट्स
C
512 bits 512 बिट्स
D
64 bits 64 बिट्स
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) SHA-256 (Secure Hash Algorithm 256) produces a 256-bit (32 byte) hash digest.
व्याख्या (हिन्दी) SHA-256 (सिक्योर हैश एल्गोरिथम 256) 256-बिट (32 बाइट) हैश डाइजेस्ट उत्पन्न करता है।
729
EN + हिं Medium
GB MD5 is now considered?
IN MD5 अब माना जाता है?
A
Secure for passwords पासवर्ड के लिए सुरक्षित
B
Deprecated — vulnerable to collisions पदावनत - टकराव के प्रति संवेदनशील
C
Fastest hash सबसे तेज़ हैश
D
Best for digital signatures डिजिटल हस्ताक्षर के लिए सर्वोत्तम
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) MD5 is cryptographically broken due to collision vulnerabilities; it should not be used for security.
व्याख्या (हिन्दी) टकराव की कमज़ोरियों के कारण MD5 क्रिप्टोग्राफ़िक रूप से टूट गया है; इसका उपयोग सुरक्षा के लिए नहीं किया जाना चाहिए.
730
EN + हिं Easy
GB Which of the following is NOT a cloud service model?
IN निम्नलिखित में से कौन सा क्लाउड सेवा मॉडल नहीं है?
A
IaaS IaaS
B
PaaS पास
C
SaaS सास
D
HaaS (Hardware as a Service) HaaS (एक सेवा के रूप में हार्डवेयर)
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) IaaS, PaaS, and SaaS are the three main cloud service models; HaaS is not a standard recognized model.
व्याख्या (हिन्दी) IaaS, PaaS और SaaS तीन मुख्य क्लाउड सेवा मॉडल हैं; HaaS एक मानक मान्यता प्राप्त मॉडल नहीं है।
731
EN + हिं Medium
GB Elasticity in cloud computing means?
IN क्लाउड कंप्यूटिंग में लोच का मतलब है?
A
Fixed resource allocation निश्चित संसाधन आवंटन
B
Automatically scaling resources up or down based on demand मांग के आधार पर संसाधनों को स्वचालित रूप से ऊपर या नीचे बढ़ाना
C
Manual resource management मैन्युअल संसाधन प्रबंधन
D
Only adding resources केवल संसाधन जोड़ रहे हैं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Elasticity allows cloud systems to automatically scale resources up or down based on current demand.
व्याख्या (हिन्दी) इलास्टिसिटी क्लाउड सिस्टम को वर्तमान मांग के आधार पर संसाधनों को स्वचालित रूप से ऊपर या नीचे स्केल करने की अनुमति देती है।
732
EN + हिं Medium
GB Pay-as-you-go in cloud computing?
IN क्लाउड कंप्यूटिंग में भुगतान के रूप में भुगतान करें?
A
Fixed monthly fee निश्चित मासिक शुल्क
B
Pay only for resources consumed केवल उपभोग किए गए संसाधनों के लिए भुगतान करें
C
One-time payment एक - बारगी भुगतान
D
Unlimited free usage असीमित निःशुल्क उपयोग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Cloud pay-as-you-go pricing charges only for the resources (compute, storage) actually consumed.
व्याख्या (हिन्दी) क्लाउड पे-एज़-यू-गो मूल्य निर्धारण केवल वास्तव में उपभोग किए गए संसाधनों (गणना, भंडारण) के लिए शुल्क लेता है।
733
EN + हिं Medium
GB Which cloud deployment model serves only one organization?
IN कौन सा क्लाउड परिनियोजन मॉडल केवल एक संगठन को सेवा प्रदान करता है?
A
Public cloud सार्वजनिक बादल
B
Community cloud सामुदायिक बादल
C
Hybrid cloud हाइब्रिड बादल
D
Private cloud निजी बादल
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Private cloud infrastructure is operated exclusively for a single organization, on-premises or hosted.
व्याख्या (हिन्दी) निजी क्लाउड इन्फ्रास्ट्रक्चर विशेष रूप से एक ही संगठन के लिए संचालित होता है, ऑन-प्रिमाइसेस या होस्ट किया गया।
734
EN + हिं Medium
GB Hybrid cloud combines?
IN हाइब्रिड बादल का संयोजन?
A
Two public clouds दो सार्वजनिक बादल
B
Public and private cloud सार्वजनिक और निजी बादल
C
Two private clouds दो निजी बादल
D
On-premises and community ऑन-प्रिमाइसेस और समुदाय
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Hybrid cloud integrates public and private cloud environments, allowing data and workloads to move between them.
व्याख्या (हिन्दी) हाइब्रिड क्लाउड सार्वजनिक और निजी क्लाउड वातावरण को एकीकृत करता है, जिससे डेटा और वर्कलोड को उनके बीच स्थानांतरित करने की अनुमति मिलती है।
735
EN + हिं Medium
GB Multi-cloud strategy uses?
IN मल्टी-क्लाउड रणनीति का उपयोग?
A
Multiple services from one vendor एक विक्रेता से अनेक सेवाएँ
B
Services from multiple cloud vendors अनेक क्लाउड विक्रेताओं की सेवाएँ
C
Only private clouds केवल निजी बादल
D
No cloud services कोई क्लाउड सेवाएँ नहीं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Multi-cloud uses services from multiple cloud providers (AWS, Azure, GCP) to avoid vendor lock-in.
व्याख्या (हिन्दी) विक्रेता लॉक-इन से बचने के लिए मल्टी-क्लाउड कई क्लाउड प्रदाताओं (AWS, Azure, GCP) की सेवाओं का उपयोग करता है।
721–735 of 2618