O Level
Questions No: 1/50

Which One is not the type of Memory?
कौन-सी मेमोरी का प्रकार नहीं है ?

Questions No: 2/50

Netiquette refers to:
नेटिकेट से तात्पर्य है:

Questions No: 3/50

Which microcontroller has built-in Wi-Fi capability?
किस माइक्रोकंट्रोलर में अंतर्निर्मित वाई-फाई क्षमता है?

Questions No: 4/50

From which tag descriptive list starts ?
डिस्क्रिप्टिव लिस्ट को बनाने के लिए किस टैग का इस्तेमाल करेंगे

Questions No: 5/50

Which processing executes instructions one after another?

Questions No: 6/50

The part of a computer that runs programs is called
प्रोग्राम चलाने वाले कंप्यूटर का हिस्सा कहा जाता है

Questions No: 7/50

What is the shortcut for opening new tabs in the browser?
ब्राउज़र में नए टैब खोलने की शॉर्टकट कौन सी होती है?

Questions No: 8/50

Match the software types with their examples.


Software TypeExample
1 Operating SystemA Microsoft Word
2 Application SoftwareB Windows 10
3 Database Management SystemC MySQL
4 Web BrowserD Google Chrome

E Adobe Photoshop

F Java Development Kit (JDK)


Questions No: 9/50

The IIoT stands for
IIoT का मतलब है

Questions No: 10/50

= Product (5,2) will result in LibreOffice Clac
=Product(5,2) का परिणाम होगा?

Questions No: 11/50

Which action best protects an e-mail account from unauthorized access?
कौन सा उपाय ईमेल खाते को अनधिकृत पहुंच से बचाने का सबसे अच्छा तरीका है?

Questions No: 12/50

Which Layer of TCP/IP model perform the function of top three layers of the OSI model
TCP/IP मॉडल की कौन सी लेयर OSI मॉडल की शीर्ष तीन लेयर का कार्य करती है

Questions No: 13/50

How many times does the setup() function run on every startup of the Arduino System ?
Arduino सिस्टम के प्रत्येक स्टार्टअप पर कितनी बार Setup() फ़ंक्शन करता है?

Questions No: 14/50

Which of the following arrays is a two dimensional (2-D) array?
निम्न में से कौन सा सरणियाँ द्विविमीय (2-डी) सरणी है?

Questions No: 15/50

Which feature keeps selected rows or columns visible while scrolling?
कौन सा फ़ीचर स्क्रॉल करते समय चयनित पंक्तियों या स्तंभों को दृश्यमान रखता है?

Questions No: 16/50

What will be the output of the following algorithm for a=5, b-8, c=6 ?

Step 1: Start
Step 2: Declare variables a, b and c.
Step 3 Read variables a, b and c.
Step 4: 
	If a < b
		If a <c
			Display a is the smallest number.
		Else
			Display c is the smallest number.
	Else
		If b <c
			Display b is the smallest number.
		Else
			Display c is the smallest number
Step 5:Stop

Questions No: 17/50

How many times does the setup() function run on every startup of the Arduino System?
Arduino सिस्टम के प्रत्येक स्टार्टअप पर कितनी बार setup() फ़ंक्शन चलता है?

Questions No: 18/50

What is the full form of MMP?
MMP का पूर्ण रूप क्या है?

Questions No: 19/50

Full form of 6LoWPAN is:
6LoWPAN किसका संक्षिप्त नाम है:

Questions No: 20/50

The "color:black" in CSS syntax is known as
सी एस एस सिंटैक्स में "रंग: काला" को के रूप में जाना जाता है

Questions No: 21/50

In open loop system
ओपन लूप सिस्टम में

Questions No: 22/50

Kite/diamond symbol in flow chart is used for_______
फ्लो चार्ट में पतंग/डायमंड प्रतीक का प्रयोग _______ के लिए किया जाता है

Questions No: 23/50

A world wide web contains web pages
एक वर्ल्ड वाइड वेब में वेब पेज होते हैं

Questions No: 24/50

What does the term "baud rate" refer to in serial communication?
सीरियल कम्युनिकेशन में "बॉड रेट" शब्द का क्या अर्थ है?

Questions No: 25/50

Which function tells the current file position?
कौन सा फ़ंक्शन फ़ाइल की वर्तमान स्थिति बताता है?

Questions No: 26/50

Which error code indicates the missing equals sign from the formula in calc?
कौन सा एरर कोड कैल्क में सूत्र में बराबर चिह्न न होने को इंगित करता है?

Questions No: 27/50

Which of the following tool copies pixels from one part of an image to another?
इनमें से कौन-सा टूल किसी इमेज के एक हिस्से से दूसरे हिस्से में पिक्सल कॉपी करता है?

Questions No: 28/50

What will be the output of the following Python code?

d = {0: 'a', 1: 'b', 2: 'c'}
for i in d:
    print(i)

Questions No: 29/50

What is the use of the analogReference() function?
एनालॉग रेफरेंस () फंक्शन का उपयोग क्या है?

Questions No: 30/50

Which is used to store BIOS?
BIOS को स्टोर करने के लिए किसका उपयोग किया जाता है?

Questions No: 31/50

What is the difference between hardware and software
हार्डवेयर और सॉफ्टवेयर में क्या अंतर है

Questions No: 32/50

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

Questions No: 33/50

Which of the following is an Open Source Software ?
निन्मलिखित में से कौन सा एक ओपन सोर्स सॉफ्टवेयर है?

Questions No: 34/50

Which protocol encrypts data between web server and browser?
कौन सा प्रोटोकॉल वेब सर्वर और ब्राउज़र के बीच डेटा को एन्क्रिप्ट करता है?

Questions No: 35/50

What is full form of CMYK
CMYK का फुल फॉर्म क्या है?

Questions No: 36/50

Which shortcut key is used to convert a number into currency format in LibreOffice Calc?
LibreOffice Calc में किसी नंबर को करेंसी फॉर्मेट में बदलने के लिए किस कुंजी का प्रयोग करते हैं?

Questions No: 37/50

What happens if the file does not exist?

f = open("abc.txt", "r")

Questions No: 38/50

What will be the value of =Product (7, -5)?
=Product(7,-5) का क्या मान आएगा?

Questions No: 39/50

Prime numbers are divisible only by ____.
अभाज्य संख्याएँ केवल ____ से ही विभाज्य होती हैं।

Questions No: 40/50

WebCrawler has a web robot called
WebCrawler नामक एक वेब रोबोट है

Questions No: 41/50

Identify the default font used in W3.Font
W3.Font में प्रयुक्त डिफ़ॉल्ट फ़ॉन्ट की पहचान करें

Questions No: 42/50

Which statement is correct to import all modules from the package ?
पैकेज से सभी मॉड्यूल आयात करने के लिए कौन सा कथन सही है?

Questions No: 43/50

HC-05 bluetooth module can be used in programming to work as
HC-05 ब्लूटूथ मॉड्यूल का उपयोग प्रोग्रामिंग में काम करने के लिए किया जा सकता है

Questions No: 44/50

Which statement will open file data.txt in append mode?
कौन सा स्टेटमेंट data.txt फाइल को एपेंड मोड में खोलेगा?

Questions No: 45/50

Which attribute is used to define the URL of an image in HTML
HTML में किसी छवि के URL को परिभाषित करने के लिए किस विशेषता का उपयोग किया जाता है

Questions No: 46/50

Datagram transport layer Security provides
डेटाग्राम ट्रांसपोर्ट लेयर सुरक्षा प्रदान करता है

Questions No: 47/50

Secure shell (SSH) network protocol is used for
सिक्योर शेल (SSH) नेटवर्क प्रोटोकॉल का प्रयोग .....लिए किया जाता है।

Questions No: 48/50

Master slide presentation file created in LibreOffice Impress has
लिब्रे ऑफिस इम्प्रेस में बनाई गई मास्टर स्लाइड प्रजेंटेशन फाइल में

Questions No: 49/50

Match the operating system concepts with their descriptions.


ConceptDescription
1 MultithreadingA Allocates CPU time among processes
2 Virtual MemoryB Uses disk storage as additional RAM
3 DeadlockC Occurs when two or more processes wait indefinitely for resources
4 Scheduling AlgorithmD Manages multiple threads in a single process

E Used in embedded systems for real-time processing

F Manages hardware interruptions for system stability


Questions No: 50/50

Arithmetic and logic unit along with control unit of a computer combined into a single unit is knows as
अंकगणित और तर्क इकाई के साथ-साथ कंप्यूटर की नियंत्रण इकाई को एक इकाई में मिलाकर, के रूप में जाना जाता है