Home
O Level
M1 R5: Information Technology Tools and Network Basics
Introduction to Computers
Office Automation Tools
Internet and Web Technologies
Networking Fundamentals
M2 R5: Web Designing and Publishing
HTML
CSS
Javascript
Web Hosting And Publishing
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Python Programming
Data Structures in Python
File Processing in Python
M4 R5: Internet of Things (IoT) and Its Applications
Introduction to IoT
IoT Architecture
IoT Applications
IoT Security and Challenges | Soft Skills
Other Courses
Under Graduate Courses
BA
BCA
B.COM
Post Graduate Courses
MCA
MBA
M.COM
MA
M.SC.(MATHS)
MSW
Institutional Courses
DCA
ADCA
DFA
DOAP
TALLY PRIME
JAVA
PYTHON
CCA
C Languages
Job Oriented Courses
Digital Marketing
Full Stack Development
Data Science
Cybersecurity and Ethical Hacking
Blockchain Development
Cloud Computing
Artificial Intelligence (AI) and Machine Learning
Government Courses
CCC
O LEVEL
A LEVEL
Mock Test
M1 R5: Information Technology Tools and Network Basics
M2 R5: Web Designing and Publishing
M3 R5: Programming and Problem Solving through Python
M4 R5: Internet of Things (IoT) and Its Applications
Old Papers
2024
New!
Assignments
HTML
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
Which of the following attributes of text box control allow to limit the maximum character?
टेक्स्ट बॉक्स नियंत्रण की निम्नलिखित में से कौन सी विशेषता अधिकतम वर्ण को सीमित करने की अनुमति देती है?
size
len
maxlength
All of the above
Next Question
25
See Explanation !
2
How do you make a list that lists its items with squares?
आप एक सूची कैसे बनाते हैं जो अपने आइटम को वर्गों के साथ सूचीबद्ध करती है?
list-style-type: square;
list-type: square;
list: square;
list-style: square;
Previous Question
Next Question
25
See Explanation !
3
HTML web pages can be read and rendered by
एचटीएमएल वेब पृष्ठों को निम्नलिखित द्वारा पढ़ा और प्रस्तुत किया जा सकता है
Compiler
Server
Web Browser
Interpreter
Previous Question
Next Question
25
See Explanation !
4
The CSS property z-index is used to:
CSS प्रॉपर्टी z - इंडेक्स का उपयोग निम्न के लिए किया जाता है:
Set the opacity of an element
Define the order of stacking for positioned elements
Control the size of an element
Specify the shadow of an element
Previous Question
Next Question
25
See Explanation !
5
What are shared on the Internet and are called as Web pages?
इंटरनेट पर क्या साझा किया जाता है और इसे वेब पेज कहा जाता है?
Programs
Cables
Hypertext documents
None
Previous Question
Next Question
25
See Explanation !
6
Which HTML tag do we use for displaying the power in the expression, (x² – y²)?
अभिव्यक्ति में शक्ति प्रदर्शित करने के लिए हम किस HTML टैग का उपयोग करते हैं, (x² – y ²)?
<p>
<sup>
<sub>
None of the above
Previous Question
Next Question
25
See Explanation !
7
Which of the following cable media is not affected by electromagnetic interference (EMI)?
निम्नलिखित में से कौन सा केबल मीडिया विद्युत चुम्बकीय हस्तक्षेप (ईएमआई) से प्रभावित नहीं है?
Fibre optic
Co-axial Cable
Shielded Twisted Pair Cable (STP)
Unshielded Twisted Pair Cable (UTP)
Previous Question
Next Question
25
See Explanation !
8
What is the correct syntax for referring to an external script called "abc.js"?
"abc.js" नामक बाहरी स्क्रिप्ट का उल्लेख करने के लिए सही वाक्यविन्यास क्या है?
<script href=" abc.js">
<script scr="abc.js">
<script name="abc.js">
<script src=" abc.js">
Previous Question
Next Question
25
See Explanation !
9
You can see your email in ____ of your email agent?
आप अपने ईमेल एजेंट के ____ में अपना ईमेल देख सकते हैं?
Draft
Inbox
Outbox
None of these
Previous Question
Next Question
25
See Explanation !
10
______________ is like a transparent sheet on which user can paint on it.
______________ एक पारदर्शी शीट की तरह है जिस पर उपयोगकर्ता पेंट कर सकता है।
Groups
Layers
Grid
None of the above
Previous Question
Next Question
25
See Explanation !
11
What should be enable to send and receive email from personal computer
पर्सनल कंप्यूटर से ईमेल भेजने और प्राप्त करने के लिए क्या सक्षम होना चाहिए
Network
LAN
MAN
Internet
Previous Question
Next Question
25
See Explanation !
12
Is the full form of IIS?
क्या IIS का पूर्ण रूप है?
International Information Services
Internet Information Services
Important Information Services
Instance Information Services
Previous Question
Next Question
25
See Explanation !
13
Which social media is more based on mobile compare desktop.
कौन सा सोशल मीडिया मोबाइल तुलना डेस्कटॉप पर अधिक आधारित है।
Facebook
Twitter
Instagram
None of These
Previous Question
Next Question
25
See Explanation !
14
Signal can be sent through Half Duplex?
सिग्नल हाफ डुप्ले के माध्यम से भेजा जा सकता है?
Signal can send simultaneously from both sides
On both sides but not together
On both sides but at some time intervals
None of these
Previous Question
Next Question
25
See Explanation !
15
Which of these tags are all <table> tags?
इनमें से कौन से टैग सभी हैं
<table><head><tfoot>
<table><tr><td>
<table><tr><tt>
<thead><body><tr>
Previous Question
Next Question
25
See Explanation !
16
Which of the following selectors select any tag with an id attribute set ?
निम्नलिखित में से कौन सा चयनकर्ता आईडी विशेषता सेट के साथ किसी भी टैग का चयन करता है?
E#id
.class
#id
*
Previous Question
Next Question
25
See Explanation !
17
What is the international standard for markup language(SGML)?
मार्कअप भाषा(SGML) के लिए अंतर्राष्ट्रीय मानक क्या है?
ISO 8879
ISO 7879
ISO 8869
None of these
Previous Question
Next Question
25
See Explanation !
18
Flow Control is performed at which of the following layer?
प्रवाह नियंत्रण निम्नलिखित में से किस परत पर किया जाता है?
Network
Physical
Data Link
None of the options
Previous Question
Next Question
25
See Explanation !
19
What is surfing?
सर्फ़िंग क्या है?
Do some searching on the internet
Read email
Send message
All of the above
Previous Question
Next Question
25
See Explanation !
20
Which box overflows with emails generally ?
कौन सा बॉक्स आमतौर पर ईमेल के साथ ओवरफ्लो होता है?
Inbox
Outbox
AddressBox
Messagebox
Previous Question
Next Question
25
See Explanation !
21
Which attribute is used to set space(margin) inside cell in html table
एचटीएमएल तालिका में सेल के अंदर स्पेस(मार्जिन) सेट करने के लिए किस विशेषता का उपयोग किया जाता है
cellspacing
cellpadding
cellgapping
cellmargin
Previous Question
Next Question
25
See Explanation !
22
On Internet, which version of the Internet Protocol is the most widely used
इंटरनेट पर, इंटरनेट प्रोटोकॉल का कौन सा संस्करण सबसे व्यापक रूप से उपयोग किया जाता है
Ipv1
IPv6
IPv2
IPv4
Previous Question
Next Question
25
See Explanation !
23
Which of the following property is used to make the text underline in CSS?
CSS में टेक्स्ट को रेखांकित करने के लिए निम्नलिखित में से किस प्रॉपर्टी का उपयोग किया जाता है?
text-decoration
font-dimension
text-style
text-underline
Previous Question
Next Question
25
See Explanation !
24
Which property is used to control the space between lines of text
टेक्स्ट की लाइनों के बीच की जगह को नियंत्रित करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है
spacing
line-height
text-height
text-spacing
Previous Question
Next Question
25
See Explanation !
25
Which property is used for font size in css?
सीएसएस में फ़ॉन्ट आकार के लिए किस संपत्ति का उपयोग किया जाता है?
text-size
font-size
font-style
fontsize
Previous Question