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 HTML tag is used to create an unordered list?
एक अनऑर्डर्ड लिस्ट बनाने के लिए निम्नलिखित में से किस HTML टैग का उपयोग किया जाता है?
<ol>
<ul>
<li>
<ll>
Next Question
25
See Explanation !
2
Which is not a valid Background property of css?
सीएसएस की मान्य बैकग्राउंड प्रॉपर्टी कौन सी नहीं है?
background-image
background-position
background-color
background-iterate
Previous Question
Next Question
25
See Explanation !
3
What is SSL (Secure Socket Layer)?
SSL (सिक्योर सॉकेट लेयर) क्या है?
The IP Protocol to dynamically assign IP addresses
It is a Web authoring tool
It allows secure connection
It is a scripting language
Previous Question
Next Question
25
See Explanation !
4
Ipv4 and ipv6,difference in bits?
Ipv4 और ipv6, बिट्स में अंतर?
32 bits and 128 bits
128 bits and 32 bits
28 bits and 32 bits
64 bits and 128 bits
Previous Question
Next Question
25
See Explanation !
5
To control image repetition in CSS, the correct option is:
सीएसएस में छवि पुनरावृत्ति को नियंत्रित करने के लिए, सही विकल्प है:
h1{ background-loop: none;}
h1{background-repeat: none; }
h1 { background-iterate: none;}
None of the above
Previous Question
Next Question
25
See Explanation !
6
Select the CSS property that sets the width of an element’s bottom border?
उस CSS प्रॉपर्टी का चयन करें, जो किसी एलिमेंट के बॉटम बॉर्डर की चौड़ाई सेट करती है?
border-width
border-bottom
border-width-bottom
border-bottom-width
Previous Question
Next Question
25
See Explanation !
7
Which one of the following is not support by Notepad?
निम्नलिखित में से कौन नोटपैड द्वारा समर्थित नहीं है?
Read Text
Write Text
Read & Write Text
Graphics
Previous Question
Next Question
25
See Explanation !
8
Which protocol encrypts data between web server and browser?
कौन सा प्रोटोकॉल वेब सर्वर और ब्राउज़र के बीच डेटा को एन्क्रिप्ट करता है?
SIP
HTTPS
HTML
SMTP
Previous Question
Next Question
25
See Explanation !
9
Which of the following files cannot be attached with an email?
निम्नलिखित में से कौन सी फ़ाइलें ईमेल के साथ संलग्न नहीं की जा सकती हैं?
JPG
PNG
ZIP
EXE
Previous Question
Next Question
25
See Explanation !
10
What is the correct syntax for applying a class in CSS
सीएसएस में कक्षा लागू करने के लिए सही वाक्यविन्यास क्या है
#classname
.classname
classname
*classname
Previous Question
Next Question
25
See Explanation !
11
In an email address abc@dsdu.com, dsdu is the
एक ईमेल पते abc@dsdu.com में, dsdu है
host computer in a business with the name dsdu
host computer in a commercial domain
client computer in a commercial business
client computer in a commercial domain
Previous Question
Next Question
25
See Explanation !
12
What does the CSS property word-wrap: break-word; do
सीएसएस प्रॉपर्टी वर्ड - रैप: ब्रेक - वर्ड; क्या करता है
Breaks the text into individual words
Wraps the text within the container when it reaches the end
Breaks the text into separate lines
Wraps the text within the element without breaking words
Previous Question
Next Question
25
See Explanation !
13
Which of the following is not a type of attribute for input tag?
निम्नलिखित में से कौन सा इनपुट टैग के लिए विशेषता का एक प्रकार नहीं है?
day
week
month
time
Previous Question
Next Question
25
See Explanation !
14
Adding which of the following to input box make it compulsory to be filled out when submitting the form?
फॉर्म सबमिट करते समय इनपुट बॉक्स में निम्नलिखित में से कौन सा जोड़ना इसे भरना अनिवार्य बनाता है?
type=”required”
required
important
compulsory
Previous Question
Next Question
25
See Explanation !
15
Which of the following tag is used to add rows in the table?
तालिका में पंक्तियों को जोड़ने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
<td> and </td>
<th> and </th>
<tr> and </tr>
None of the above
Previous Question
Next Question
25
See Explanation !
16
How to apply styles to all <span> element inside para’s having class ‘style’?
सभी पर स्टाइल कैसे लागू करें
p.style span
p.style.span
p.style span*
none of the above
Previous Question
Next Question
25
See Explanation !
17
File protocol is used for ____
फ़ाइल प्रोटोकॉल का उपयोग ____ के लिए किया जाता है
deciding the design and structure of the file
transfer of computer files from hard disk to main memory
deciding the storage space of files
transfer of computer files from a server to a client
Previous Question
Next Question
25
See Explanation !
18
What does the w3-small class do
W3 - छोटी क्लास क्या करती है
Reduces the font size
Reduces the padding of the text container
Reduces the line height of the text
Makes the text lowercase
Previous Question
Next Question
25
See Explanation !
19
Identify the browser which can render HTML 5 tags?
उस ब्राउज़र की पहचान करें जो HTML 5 टैग प्रस्तुत कर सकता है?
Safari
Chrome
Edge
All the above
Previous Question
Next Question
25
See Explanation !
20
Which one is valid attribute of <body> tag
कौन सा एक मान्य विशेषता है
color
text
font
image
Previous Question
Next Question
25
See Explanation !
21
The ownership rights as related to content on the web are governed under
वेब पर सामग्री से संबंधित स्वामित्व अधिकार के तहत नियंत्रित होते हैं
Copyright law
Patent law
Data protection law
Privacy law
Previous Question
Next Question
25
See Explanation !
22
TCP/IP is
TCP/IP है
Abbreviation for Transmission Control Protocol and Internet Protocol
A suite of networking protocols
A standard protocol that lets disparate types of computers communicate over the Net
All the above
Previous Question
Next Question
25
See Explanation !
23
The CSS property box-sizing: border-box; includes:
CSS प्रॉपर्टी बॉक्स का आकार: बॉर्डर - बॉक्स; इसमें शामिल हैं:
Only the content of the box in the specified width and height
Both the content and padding in the specified width and height
Only the padding of the box in the specified width and height
Only the border of the box in the specified width and height
Previous Question
Next Question
25
See Explanation !
24
Which of the following represents an internal style sheet?
निम्नलिखित में से कौन एक आंतरिक स्टाइल शीट का प्रतिनिधित्व करता है?
style=”tag{property:value;}”
<style> tag{property: value;} </style>
css=”tag{property=value;}”
<style> tag{property=value;} </style>
Previous Question
Next Question
25
See Explanation !
25
Which of the following app brings fingerprint authentication for the users?
निम्नलिखित में से कौन सा ऐप उपयोगकर्ताओं के लिए फिंगरप्रिंट प्रमाणीकरण लाता है?
Google Drive
TikTok
Instagram
WhatsApp
Previous Question