O Level
Questions No: 1/50

Which translator is used to convert assembly language into machine language?
असेंबली भाषा को मशीन भाषा में को बदलने के लिए किस अनुवादक का उपयोग किया जाता है

Questions No: 2/50

What will be the output of the following Python code snippet?

numbers = {}
letters = {}
comb = {}
numbers[1] = 56
numbers[3] = 7
letters[4] = 'B'
comb['Numbers'] = numbers 
comb['Letters'] = letters
print(comb)

Questions No: 3/50

Which of the following is an anonymous function in Python?
निम्नलिखित में से कौन सा पाइथन में एक अनाम फ़ंक्शन है?

Questions No: 4/50

Arrange the following storage devices based on access speed from slowest to fastest:

1️⃣ HDD (Hard Disk Drive)

2️⃣ RAM (Random Access Memory)

3️⃣ SSD (Solid State Drive)

4️⃣ Cache Memory

Questions No: 5/50

LTE-A stands for

Questions No: 6/50

Which company developed ChatGPT?
ChatGPT को किस कंपनी ने विकसित किया?

Questions No: 7/50

JavaScript is designed for following purpose

Questions No: 8/50

Third Generation of Computers used
तीसरी पीढ़ी के कंप्यूटर में ____ इस्तेमाल किया जाता था

Questions No: 9/50

Which of the following is not an output device?
निम्नलिखित में से कौन आउटपुट डिवाइस नहीं है?

Questions No: 10/50

Data bus is used in
डेटा बस का उपयोग किया जाता है

Questions No: 11/50

_____________ is used for serial communication with devices connected with Arduino
_____________ का उपयोग जुड़े उपकरणों के साथ क्रमिक संचार के लिए किया जाता है Arduino

Questions No: 12/50

What is the Default view in LibreOffice writer?
लिबरऑफिस राइटर में डिफ़ॉल्ट दृश्य क्या है?

Questions No: 13/50

An algorithm is best describe as
एक एल्गोरिथ्म का सबसे अच्छा वर्णन है

Questions No: 14/50

What will be the output of the following Python statement?

print(chr(ord('A')+32))

Questions No: 15/50

______ provides a middleware and application container for IOT gateway.
_IOT गेटवे के लिए एक मिडलवेयर और एप्लिकेशन कंटेनर प्रदान करता है ।

Questions No: 16/50

What is the default alignment of Numeric Cell data?
संख्यात्मक सेल डेटा का डिफ़ॉल्ट एलाइनमेंट क्या होता है?

Questions No: 17/50

What will be the output of the following Python code?

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

Questions No: 18/50

Compilation converts source code into ____.
कम्पाइलर सोर्स कोड को ____ में परिवर्तित करता है।

Questions No: 19/50

Which value is not allowed in border-style property?
border-style प्रॉपर्टी में कौन-सी वैल्यू की अनुमति नहीं है?

Questions No: 20/50

Which of the following is not a valid resume format?
निम्नलिखित में से कौन सा वैध बायोडाटा प्रारूप नहीं है?

Questions No: 21/50

which is a combination of hardware and software to perform a specific task
किसी विशिष्ट कार्य को करने के लिए हार्डवेयर और सॉफ्टवेयर का संयोजन है

Questions No: 22/50

Which of the following class is used for justified text in the CSS framework?
CSS फ़्रेमवर्क में जस्टिफ़ाइड टेक्स्ट के लिए इनमें से किस क्लास का इस्तेमाल किया जाता है?

Questions No: 23/50

Match the following types of software with their primary functionality.

Software TypeFunctionality
A. Compiler1. Executes code line by line
B. Interpreter2. Converts source code to machine code
C. Assembler3. Identifies and removes errors in code
D. Debugger4. Converts assembly code to machine code


Questions No: 24/50

What will be the output of the following Python code?

i = 1
while False:
    if i%2 == 0:
        break
    print(i)
    i += 2

Questions No: 25/50

What will be the output of the following Python code?

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

Questions No: 26/50

Which statement specify correct difference between var and let keywords in JavaScript ?
कौन सा कथन जावास्क्रिप्ट में var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?

Questions No: 27/50

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

Questions No: 28/50

How many characters can be tweeted in Twitter?
Twitter में कितने अक्षर ट्वीट कर सकते हैं?

Questions No: 29/50

Which option is used to merge multiple cells in a table?
टेबल में कई सेलों को मर्ज करने के लिए किस विकल्प का उपयोग किया जाता है?

Questions No: 30/50

Full Form of WIFI ?
WIFI का पूर्ण रूप?

Questions No: 31/50

Which operator is used for exponentiation?
घातांक करने के लिए किस ऑपरेटर का उपयोग किया जाता है?

Questions No: 32/50

Which unit controls the flow and manipulation of data and information.
कौन सी यूनिट डेटा और इनफार्मेशन के प्रवाह और कार्यसाधन को नियंत्रित करती है।

Questions No: 33/50

Smart home consists of
स्मार्ट होम शामिल होता है?

Questions No: 34/50

Which event fires when a textbox loses focus?
जब कोई टेक्स्टबॉक्स फोकस खो देता है तो कौन सा इवेंट ट्रिगर होता है?

Questions No: 35/50

Which of the following is the old name of Twitter?
निम्न में से कौन सा ट्विटर का पुराना नाम है?

Questions No: 36/50

Which tag inserts a line horizontally on your webpage ?
एक वेबपेज में हॉरिजॉन्टल ( क्षैतिज) लाइन को इन्सर्ट करने के लिए किस टैग का प्रयोग करेंगे

Questions No: 37/50

What is the default value of the position property?
CSS में पोजीशन प्रॉपर्टी के डिफ़ॉल्ट वैल्यू क्या है

Questions No: 38/50

What will the following code output?

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

Questions No: 39/50

Which of the following tool enables you to add text to a slide without using standard placeholder
निम्न में से कौन सा उपकरण आपको मानक प्लेसहोल्डर का उपयोग किएबिना स्लाइड में पाठ जोड़ने में सक्षम बनाता है?

Questions No: 40/50

How do you append a new child element to an existing element in the DOM?
आप DOM में किसी मौजूदा तत्व में नया चाइल्ड तत्व कैसे जोड़ते हैं?

Questions No: 41/50

How do you target the last child of a parent element
आप मूल तत्व के अंतिम बच्चे को कैसे लक्षित करते हैं

Questions No: 42/50

How Many layers are present in OSI Model
OSI Model में कितनी Layer होती है

Questions No: 43/50

Which is not a valid presentation mode in LibreOffice Impress?
लिब्रे ऑफिस इम्प्रेस में कौन सा मान्य प्रेजेंटेशन मोड नहीं है ?

Questions No: 44/50

Block chain is not a component
ब्लॉकचेन एक घटक नहीं है

Questions No: 45/50

Which of the following functions cannot be used on heterogeneous sets?
निम्न में से किस फ़ंक्शन का यूज़ हेटरजीन्यस सेटों पर नहीं किया जा सकता है?

Questions No: 46/50

Which architecture pattern is commonly used in AngularJS?
AngularJS में आमतौर पर कौन सा आर्किटेक्चर पैटर्न उपयोग किया जाता है?

Questions No: 47/50

The count of PWM pins in Arduino UNO is
Arduino UNO में PWM पिन की गिनती है

Questions No: 48/50

Which memory has the fastest access time?
किस मेमोरी का एक्सेस टाइम सबसे तेज़ है?

Questions No: 49/50

Which social media is more based on image and video.
कौन सा सोशल मीडिया छवि और वीडियो पर आधारित है।

Questions No: 50/50

Which HTML attribute is used to provide alternative text for an image?
किसी इमेज के लिए अल्टरनेटिव टेक्स्ट देने के लिए किस HTML एट्रिब्यूट का इस्तेमाल किया जाता है?