O Level
Questions No: 1/50

What will the following code output?

a,b,c=3,5,6 
b,c,a=a,b,c
print(a,” ”,b,” ”,c)

Questions No: 2/50

Extension of python module is
पायथन मॉड्यूल का एक्सटेंशन क्या है

Questions No: 3/50

What is the primary function of Disk Cleanup in Windows OS
विंडोज़ में डिस्क क्लीनअप का प्राथमिक कार्य क्या है

Questions No: 4/50

What protocol does PPP use to identify the Network layer protocol?
नेटवर्क लेयर प्रोटोकॉल की पहचान करने के लिए PPP किस प्रोटोकॉल का यूज़ करता है?

Questions No: 5/50

Active Engagement Features of IOT means ?
आईओटी की सक्रिय इन्गेजमेन्ट सुविधाओं का मतलब है?

Questions No: 6/50

What is the output of the following program:

i = 0
while i < 3:
    print (i)
    i=i+1
    print (i+1)

Questions No: 7/50

def keyword use for?
def कीवर्ड का उपयोग किसके लिए किया जाता है?

Questions No: 8/50

Given a function that does not return any value, What value is thrown by default when executed in shell.
ऐसे फ़ंक्शन को देखते हुए जो किसी भी वैल्यू को रिटर्न नहीं करता है, शेल में एक्सक्यूटेड होने पर डिफ़ॉल्ट रूप से कौन सी वैल्यू को हटा दिया जाता है।

Questions No: 9/50

Which attribute can be used to change the colour of the visited links?
विज़िट किए गए लिंक का रंग बदलने के लिए किस विशेषता का उपयोग किया जा सकता है?

Questions No: 10/50

Which bank has the largest area (Branches)?
किस बैंक का एरिया सबसे बड़ा हैं ?

Questions No: 11/50

What is included in Calc to prepare result analysis and merit list preparation ?
परिणाम विश्लेषण और योग्यता सूची तैयार करने के लिए Calc में क्या शामिल है?

Questions No: 12/50

Which input device is used to capture handwriting digitally?
हस्तलेखन को डिजिटल रूप से कैप्चर करने के लिए किस इनपुट डिवाइस का उपयोग किया जाता है?

Questions No: 13/50

What event occurs when an element size changes, like when a window is resized?
जब किसी तत्व का आकार बदलता है, जैसे विंडो का आकार बदला जाता है तो कौन सी घटना घटित होती है?

Questions No: 14/50

Which software is used to upload the Arduino Sketches to the board?
Arduino Sketchs को बोर्ड पर अपलोड करने के लिए किस सॉफ्टवेयर का उपयोग है ।

Questions No: 15/50

A stores information in the form of a stream of ASCII or unicode characters i.e. human readable.
एक सूचन को मानव पठनीय अर्थात ASCII या यूनिकोड वर्णों की एक स्ट्रीम के रूप में संग्रहीत करती है।

Questions No: 16/50

How to specify individual items in an ordered list?
ऑर्डर किए गए आइटम में अलग-अलग आइटम कैसे निर्दिष्ट करें?

Questions No: 17/50

What will the following code output?

a=5 
a*=10
print(a)

Questions No: 18/50

Which of the following types of loops are not supported in Python?
निम्नलिखित में से किस प्रकार के लूप पायथन में सपोर्ट नहीं करता हैं?

Questions No: 19/50

A person is called computer Literate if he or she is just able to
एक व्यक्ति को कंप्यूटर साक्षर कहा जाता है यदि, वह सक्षम है

Questions No: 20/50

What will be the output of the following Python function?

sum(2,4,6)
sum([1,2,3])

Questions No: 21/50

A Spider is
एक स्पाइडर है

Questions No: 22/50

Which of the following is not a logical operator?
निम्नलिखित में से कौन एक लॉजिकल ऑपरेटर नहीं है?

Questions No: 23/50

What is the use of seek() method in files?
फाइलों में seek() फंक्शन का क्या उपयोग है?

Questions No: 24/50

Which of the following selector applied styles to elements that are valid per HTML5 validations set either with the pattern or type attributes ?
निम्न सेलेक्टरों में से कौन स्टाइल उन एलिमेंट पर लागू होता है जो एचटीएमएल5 मान्यताओं के अनुसार वैध है या तो पैटर्न या प्रकार एट्रीब्यूटो के साथ सेट हैं ?

Questions No: 25/50

Anonymous FTP files are called ___________ accessible files.
बेनामी एफ़टीपी फ़ाइलों को ___________ सुलभ फ़ाइल्स कहा जाता है।

Questions No: 26/50

How can you select all elements of a specific class in CSS
आप CSS में किसी विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं

Questions No: 27/50

Which of the following tasks is suitable for robotic process automation?
निम्नलिखित में से कौन सा कार्य रोबोटिक प्रक्रिया स्वचालन के लिए उपयुक्त है?

Questions No: 28/50

Bits from physical layer are converted into frames by the
प्रेजेंटेशन फिजिकल लेयर परत से बिट्स को किसके द्वारा फ्रेम में कनवर्टेड किया जाता है

Questions No: 29/50

While working on a JavaScript project, in your JavaScript application, which function would you use to send messages to users requesting for text input?
जावास्क्रिप्ट प्रोजेक्ट पर काम करते समय, आपके जावास्क्रिप्ट एप्लिकेशन में कौन सा कार्य होगा आप टेक्स्ट इनपुट के लिए अनुरोध करने वाले उपयोगकर्ताओं को संदेश भेजने के लिए उपयोग करते हैं?

Questions No: 30/50

Which of the following functions will return the symmetric difference between two sets, x and y?
निम्नलिखित में से कौन सा कार्य दो सेटों, x और y के बीच सिमेट्रिक डिफ्रेंस को रिटर्न करेगा ?

Questions No: 31/50

Which of the following is false about lol devices?
IoT उपकरणों के बारे में निम्नलिखित में से कौन सा गलत है?

Questions No: 32/50

What will be the output of the following Python code?

for i in range(5):
    if i == 5:
        break
    else:
        print(i)
else:
    print("Here")

Questions No: 33/50

Traditional Al techniques still used today include all of the following EXCEPT:
आज भी उपयोग की जाने वाली पारंपरिक AI तकनीकों में निम्नलिखित को छोड़कर सभी शामिल हैं:

Questions No: 34/50

Which tag is a container?
कौन सा टैग एक कंटेनर है?

Questions No: 35/50

Shortcut to trace dependents in LibreOffice Calc is ___
लिब्रे ऑफिस कैल्क में डिपेंडेंट का पता लगाने के लिए शॉर्टकट है

Questions No: 36/50

A microcontroller at least should consist of:
कम से कम एक माइक्रोकंट्रोलर में निम्न शामिल होना चाहिए:

Questions No: 37/50

___Layer can be divided into the data access network and the core network.
लेयर को डेटा एक्सेस नेटवर्क और कोर नेटवर्क में विभाजित किया जा सकता है।

Questions No: 38/50

E-commerce involves buying and selling of:
ई-कॉमर्स में निम्नलिखित की खरीद और बिक्री शामिल है:

Questions No: 39/50

Which CSS property is used to change the text color of an element?
किसी तत्व के टेक्स्ट का रंग बदलने के लिए किस CSS गुण का उपयोग किया जाता है?

Questions No: 40/50

It is a combination of Operators, Operands and Constants

Questions No: 41/50

What is the bit size used in the 8051 microcontroller?
8051 माइक्रोकंट्रोलर में प्रयुक्त बिट आकार क्या है?

Questions No: 42/50

Latest version of the Internet Protocol (IPv6) and Low-power Wireless Personal Area Networks is acronym as
इंटरनेट प्रोटोकॉल (आईपीवी6) और लो-पावर वायरलेस पर्सनल एरिया का नवीनतम संस्करण नेटवर्क का संक्षिप्त रूप है

Questions No: 43/50

What is the correct way to enter a function in Calc?
Calc में एक फ़ंक्शन दर्ज करने का सही तरीका क्या है?

Questions No: 44/50

What type of signal does the analogWrite() function output ?
analogWrite() फ़ंक्शन किस प्रकार का आउटपुट करता है?

Questions No: 45/50

What will the following code output? print(‘55’+’5’)
निम्नलिखित कोड आउटपुट क्या होगा? print(‘55’+’5’)

Questions No: 46/50

What is another name for junk mail?
जंक मेल का दूसरा नाम बताइए ?

Questions No: 47/50

What is the purpose of the focus event in JavaScript?
जावास्क्रिप्ट में फोकस इवेंट का उद्देश्य क्या है?

Questions No: 48/50

Which cybersecurity measure encrypts data to protect it from unauthorized access?
कौन सा साइबर सुरक्षा उपाय डेटा को अनधिकृत पहुंच से बचाने के लिए एन्क्रिप्ट करता है?

Questions No: 49/50

Which of the following menu is used to change the layout of a slide?
स्लाइड का लेआउट बदलने के लिए निम्नलिखित में से किस मेनू का उपयोग किया जाता है?

Questions No: 50/50

What will be the output of the following Python code?

x = "abcdef"
i = "a"
while i in x:
    print(i, end = " ")