Computer Quiz



Q1. Pdf का पूर्ण रूप क्या है?
(a) Portable Digital Format
(b) Passive Document Format
(c) Portable Document Format
(d) Passive Digital Format
(e) Progressive Document Format

Ans.(c)
Solution- PDF stands for Portable Document Format

Q2. एक ब्राउज़र एक्सटेंशन एक _____________ है जो वेब ब्राउज़र की कार्यक्षमता बढ़ाता है.
(a) प्लग-इन
(b) हार्डवेयर
(c) पेरिफेरल
(d) एडवेयर
(e) मेटाडाटा

 Ans.(a)
Solution- A browser extension is a plug-in that extends the functionality of a web browser. A plug-in is a software component that adds a specific feature to an existing computer program.

Q3.  निम्नलिखित में से क्या एक विशेष रूप से डिजाइन वेबसाइट है जो ईमेल, फ़ोरम और खोज इंजन जैसे एक समान तरीके से विभिन्न स्रोतों से एक साथ जानकारी प्राप्त करता है?
(a) वेब ब्राउज़र
(b) वेब पोर्टल
(c) वेब सॉफ्टवेयर
(d) वेब नेक्टर
(e) वेब क्रॉलर

 Ans.(b)
Solution- A web portal is a specially designed website that often serves as the single point of access for information.

Q4. निम्नलिखित में से क्या OOP में फंक्शन लिखने,आर्गुमेंट देने, विशेष कार्य के लिए कमांड देने के लिए उपयोग किया जाता है?
(a) मेथड
(b) क्लास
(c) डायरेक्टरी
(d) लूप
(e) फंक्शन

Ans.(e)
Solution- A class, in current, conventional OOP, is a collection of data (member variables) bound together with the functions/procedures that work on that data (member functions or methods).
A function is a collection of computing statements. Function is a combination of instructions coupled together to achieve some result. It may take arguments and return result.
A method is just jargon for a function (or procedure) bound to a class. A method in object-oriented programming is a procedure associated with a class. A method defines the behaviour of the objects that are created from the class. Another way to say this is that a method is an action that an object is able to perform. 

Q5. HTML में छवियों को परिभाषित करने के लिए निम्नलिखित में से कौन सा टैग प्रयोग किया जाता है?
(a)  <img>
(b) <jpg>
(c)  <src>
(d)  <alt>
(e)  <tag>

Ans.(a)
Solution- <img> tag is used to define images in HTML. The <img> tag has two required attributes: src and alt.

Q6. एक कंप्यूटर पोर्ट उपकरण के एक भाग पर एक विशेष आउटलेट है, जिसमें एक प्लग या केबल जुड़ती है, टीवी और मॉनिटर को वीडियो स्रोतों से कनेक्ट करने के लिए निम्नलिखित में से कौन सा पोर्ट का उपयोग किया जाता है?
(a) 3.5mm Jack
(b) VGA
(c) USB
(d) PS/2
(e) ईथरनेट

 Ans.(b)
Solution- The Video Graphics Array (VGA) is one of the oldest connection standards which can still be found in large swaths of computing equipment. It was first developed by IBM and introduced in 1987. It was widely used for video cards, TV sets, computer monitors, and laptops.

Q7. कौन सा क्लाउड, क्लाउड कंप्यूटिंग वातावरण है जो ऑन-प्रिमाइसेस, निजी क्लाउड और थर्ड-पार्टी, पब्लिक क्लाउड सर्विस को आर्केस्ट्रेस के साथ दों प्लेटफार्म के मिक्स का उपयोग करता है और यह गतिशील या बेहद अस्थिर वर्कलोड के लिए विशेष रूप से महत्वपूर्ण है? (a) डायनेमिक क्लाउड
(b) एडवांस क्लाउड
(c) हाइब्रिड क्लाउड
(d) शेयरिंग क्लाउड
(e) कंबाइंड क्लाउड

 Ans.(c)
Solution-Hybrid cloud is a cloud computing environment which uses a mix of on-premises, private cloud and third-party, public cloud services with orchestration between the two platforms. By using a Hybrid approach, companies can maintain control of an internally managed private cloud while relying on the public cloud as needed.

Q8. निम्नलिखित में से कौन सा आपरेशन एक समय में निष्पादन योग्य मेमोरी में एक से अधिक प्रक्रिया लोड होने की अनुमति देने के लिए ऑपरेटिंग सिस्टम की सुविधा प्रदान करता है और लोड की गई प्रक्रिया समय बहुसंकेतन का उपयोग कर CPU साझा करती है?
(a) प्रक्रिया शेड्यूलिंग
(b) डिवाइस कुयूएस
(c) एक्सिक्युशन
(d) IPO साइकिल
(e) मल्टीप्लेक्सिंग

Ans.(a)
Solution- The process scheduling is the activity of the process manager that handles the removal of the running process from the CPU and the selection of another process on the basis of a particular strategy. Process scheduling is an essential part of Multiprogramming operating systems.

Q9. निम्नलिखित में से क्या स्टार टोपोलॉजी का फ़ंक्शन नहीं है?
(a) यह केंद्रीय कंप्यूटर के उपयोग के माध्यम से नेटवर्क के केंद्रीकृत प्रबंधन की सुविधा देता है.
(b) हब डाटा प्रवाह के लिए एक रिपीटर के रूप में कार्य करता है.
(c) केवल वह नोड प्रभावित होता है, जो विफल हो गया है, बाकी नोड्स आसानी से काम कर सकते हैं.
(d) यह केवल एक दिशा में डेटा प्रसारित करता है.
(e) नेटवर्क में दूसरे कंप्यूटर को जोड़ने के लिए आसान.

Ans.(d)
Solution-‘It transmits data only in one direction.’ It is the function of Bus topology not Star Topology.

Q10. निम्नलिखित में से कौन सा विकल्प एमएस वर्ड में टेक्स्ट के इंडेंटेशन के लिए उपलब्ध नहीं है?
(a) लेफ्ट
(b) हैंगिंग
(c) सेंटर
(d) राईट
(e) जस्टिफाई

 Ans.(b)
Solution- Hanging is no option under indentation of text.
ADMISSION OPEN -> Special Foundation Batch for All Banking Exams, Starts from: 1 March| Timing: 10:00 AM | Regular Live Classes Running on Safalta360 App. Download Now | For more infomation contact us on these numbers - 9828710134 , 9982234596 .

TOP COURSES

Courses offered by Us

Boss

BANKING

SBI/IBPS/RRB PO,Clerk,SO level Exams

Boss

SSC

WBSSC/CHSL/CGL /CPO/MTS etc..

Boss

RAILWAYS

NTPC/GROUP D/ ALP/JE etc..

Boss

TEACHING

REET/Super TET/ UTET/CTET/KVS /NVS etc..