O Level
Questions No: 1/50

Which is a secondary memory?
सेकेंडरी मेमोरी कौन सी है?

Questions No: 2/50

Major Component of loT is/are
IoT का प्रमुख घटक है/हैं________

Questions No: 3/50

Which of the following is a storage device?
निम्नलिखित में से कौन सा एक स्टोरेज डिवाइस है?

Questions No: 4/50

What is Secure Shell (SSH)?
सिक्योर शेल (SSH) क्या है?

Questions No: 5/50

What will be the output of the following Python code?

d = {0, 1, 2}
for x in d:
    print(x)

Questions No: 6/50

Which Technology is used in current generation computers?
वर्तमान पीढ़ी के कंप्यूटर में प्रयोग किया जाता है ?

Questions No: 7/50

Which of the following is used to create an ordered list in HTML?
HTML में ऑर्डर की गई सूची बनाने के लिए निम्न में से किसका उपयोग किया जाता है?

Questions No: 8/50

Match the following LibreOffice Calc Error code with its description


Error CodeDescription
1 #DIV/0!A Invalid value or function used
2 #NAME?B Division by zero error
3 #REF!C Incorrect argument or operand
4 #VALUE!D Invalid reference, possibly due to deleted cells

E Data type mismatch in the function

F Function name not recognized or misspelled


Questions No: 9/50

Protocols are
प्रोटोकॉल क्या है

Questions No: 10/50

In LibreOffice Write watermark options is available on which menu
लिब्रे ऑफिस में वॉटरमार्क का विकल्प किस मेनू पर उपलब्ध है?

Questions No: 11/50

In Arduino programming, ____________ function is used to configure the pins as input or output
Arduino प्रोग्रामिंग में, ____________ फ़ंक्शन का उपयोग पिन को कॉन्फ़िगर करने के लिए किया जाता है इनपुट या आउटपुट

Questions No: 12/50

What will be the output of the following code?

a=((0,2,3,4)[1:-2])
print(a)

Questions No: 13/50

What is the Full form of EOL?
EOL का फुल फॉर्म क्या है?

Questions No: 14/50

Remotes enables entities that utilize IoT devices to connect and control them using a dashboard.
रिमोट उन संस्थाओं को सक्षम बनाता है जो एक डैशबोर्ड का यूज़ करके उन्हें कनेक्ट और कंट्रोल करने के लिए IoT डिवाइसेज़ का यूज़ करती हैं।

Questions No: 15/50

Match the CSS Selector with Its Description


CSS SelectorDescription
A. #header1. Selects all elements of a specific type
B. .container2. Selects an element with a unique ID
C. p3. Selects all elements with a specific class name
D. *4. Selects all elements on a page

5. Selects only the first paragraph inside a div

6. Selects only links inside a navigation menu


Questions No: 16/50

The autonomous _____ IoT platforms are used for internal management of the corresponding enterprise.
स्वायत्त. ...आधारित IoT प्लेटफॉर्म का उपयोग संबंधित उद्यम के आंतरिक प्रबंधन के लिए किया जाता है ।

Questions No: 17/50

Is it possible to convert presentation into a video or pdf?
क्या प्रेजेंटेशन को वीडियो या पीडीएफ में बदलना संभव है?

Questions No: 18/50

The page title is inside the____tag.
पृष्ठ का शीर्षक ____टैग के अंदर है।

Questions No: 19/50

The connector symbol for flow chart is
फ्लोचार्ट के लिए कनेक्टर प्रतिक है

Questions No: 20/50

Which of the following is not a standard protocol used in IoT domain?
निम्नलिखित में से कौन सा IoT डोमेन में उपयोग किया जाने वाला मानक प्रोटोकॉल नहीं है?

Questions No: 21/50

Function range(0, 5, 2) will yield on iterable sequence like
फ़ंक्शन रेंज (0, 5, 2) चलने योग्य अनुक्रम पर उत्पन्न होगी जैसे

Questions No: 22/50

The document used as evidence in legal cases is
कानूनी मामलों में साक्ष्य के रूप में उपयोग किया जाने वाला दस्तावेज़ है

Questions No: 23/50

Which hardware device can create electronic copies of documents by capturing an image?
कौन सा हार्डवेयर डिवाइस एक छवि को कैप्चर करके दस्तावेजों की इलेक्ट्रॉनिक प्रतियां बना सकता है?

Questions No: 24/50

Which command will be used to close a terminal window?
एक टर्मिनल विंडो को बंद करने के लिए किस कमांड का उपयोग किया जाएगा?

Questions No: 25/50

How are tones created in Images?
इमेज में टोन कैसे बनाए जाते हैं?

Questions No: 26/50

Which of the following statements given below is/are true?
नीचे दिए गए कथनों में से कौन सा/से सत्य है/हैं?

Questions No: 27/50

For fully transparent which option is right
पूर्णतः पारदर्शी के लिए कौन सा विकल्प सही है?

Questions No: 28/50

When speaking to business associates or customers, always open the conversation to questions and_________.
व्यावसायिक सहयोगियों या ग्राहकों से बात करते समय, बातचीत को हमेशा प्रश्नों और _________ से शुरू करें।

Questions No: 29/50

What will be the output of the following Python code?

count={}
count[(1,2,4)] = 5
count[(4,2,1)] = 7
count[(1,2)] = 6
count[(4,2,1)] = 2
tot = 0
for i in count:
    tot=tot+count[i]
print(len(count)+tot)

Questions No: 30/50

Ready queue in OS is maintained by ____
ओएस में रेडी क्यू का रखरखाव किसके द्वारा किया जाता है

Questions No: 31/50

Which is not a valid Style in LibreOffice Calc?
लिब्रे ऑफिस कैल्क में कौन सा स्टाइल मान्य शैली नहीं है?

Questions No: 32/50

Which language is used for creating Web Pages?
वेब पेज बनाने के लिए किस भाषा का उपयोग किया जाता है?

Questions No: 33/50

To connect the internet, which service is required
इंटरनेट से जॉइन होने के लिए कंप्यूटर को किससे कनेक्ट करना होगा

Questions No: 34/50

Which Shortcut key is used to start Slide Show from first slide?
पहली स्लाइड से स्लाइड शो शुरू करने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?

Questions No: 35/50

What is a networking site for posting short messages?
छोटे मैसेज को पोस्ट करने के लिए कौन सी नेटवर्किंग साइट है?

Questions No: 36/50

What is the smallest unit of data in a computer system
कंप्यूटर सिस्टम में डेटा की सबसे छोटी इकाई क्या है

Questions No: 37/50

What will be the value of the following Python expression?

print(float(4+int(2.39)%2))

Questions No: 38/50

The different wireless standards used in cellular network is?
IIoT सेलुलर नेटवर्क में उपयोग किए जाने वाले विभिन्न वायरलेस स्टैंडर्ड है ?

Questions No: 39/50

A network that links many different types of computers all over the word
एक नेटवर्क जो पूरे संसार में कई अलग-अलग प्रकार के कंप्यूटरों को जोड़ता है

Questions No: 40/50

Which symbol is used to write single line comment ?
सिंगल लाइन कमेंट लिखने के लिए किस चिन्ह का प्रयोग किया जाता है ?

Questions No: 41/50

Twitter is example of
ट्विटर किसका उदाहरण है

Questions No: 42/50

What will be the result of =A1+A2? if sheet is empty (i.e. No value present in A1 and A2)
यदि शीट पूरी खली है तब , =A1+A2 का परिणाम क्या होगा?

Questions No: 43/50

Which of the following is not passive transducer?
निम्नलिखित में से कौन सा निष्क्रिय ट्रांसड्यूसर नहीं है?

Questions No: 44/50

What is a Python dictionary?
पायथन डिक्शनरी क्या है?

Questions No: 45/50

Which of the following is used to read an HTML page and render it?
एचटीएमएल पेज को पढ़ने और प्रदान करने के लिए निम्न में से किसका उपयोग किया जाता है?

Questions No: 46/50

Match the CSS Attribute Selector with Its Function


CSS Attribute SelectorFunction
A. [type="text"]1. Selects all elements that have a title attribute
B. [title]2. Selects input fields with the type exactly as "text"
C. [href^="https"]3. Selects all <a> tags where href starts with "https"
D. [class~="btn"]4. Selects elements whose class attribute contains "btn" as a separate word

5. Selects elements where class contains "btn" anywhere in the value

6. Selects elements where href contains "https" anywhere in the URL


Questions No: 47/50

LinkedIn can be used to
लिंक्डइन ______ के लिए उपयोग किया जा सकता है

Questions No: 48/50

_____________ monitors user activity on internet and transmit that information in the background to someone else.
_____________ इंटरनेट पर उपयोगकर्ता की गतिविधि पर नज़र रखता है और उस जानकारी को पृष्ठभूमि में किसी और को प्रेषित करता है।

Questions No: 49/50

What will be the output of the following Python code?

def foo(k):      
k[0] = 1  
q = [0]  
foo(q)  
print(q)

Questions No: 50/50

What is the main benefit of cloud computing?
क्लाउड कंप्यूटिंग का मुख्य लाभ क्या है?