Syllabus
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
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
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
CSS
Javascript
Python
Practical Questions
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
Web page editors works on a ____ principle.
वेब पेज संपादक ____ सिद्धांत पर काम करते हैं।
WWW
HTML
WYSIWYG
WYGWYSI
Next Question
25
See Explanation !
2
What does the CSS property overflow: scroll; do
CSS प्रॉपर्टी ओवरफ़्लो क्या करती है: स्क्रॉल करें; करें
Hides the content that overflows the element's box
Adds a scroll bar to the element if the content overflows
Expands the element to fit its content
Removes the element from the document flow
Previous Question
Next Question
25
See Explanation !
3
What will happen if reverse() and join() methods are used simultaneously?
यदि रिवर्स () और जॉइन() विधियों का एक साथ उपयोग किया जाता है तो क्या होगा?
Reverses and stores in the same array
Reverses and concatenates the elements of the array
Reverses
Stores the elements of an array in normal order
Previous Question
Next Question
25
See Explanation !
4
Which of the following is used to enable the use of active documents?
सक्रिय दस्तावेज़ों के उपयोग को सक्षम करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
HTML
CGI
JAVA
All of the above
Previous Question
Next Question
25
See Explanation !
5
Which CSS property is used to control the font size of an elemen
एलीमेन के फ़ॉन्ट आकार को नियंत्रित करने के लिए किस सीएसएस प्रॉपर्टी का उपयोग किया जाता है
font-style
font-size
text-size
size
Previous Question
Next Question
25
See Explanation !
6
Which selector selects elements based on a certain state ?
कौन सा चयनकर्ता एक निश्चित स्थिति के आधार पर तत्वों का चयन करता है?
Combinator selector
Pseudo Class selector
Pseudo elements selector
Attribute selector
Previous Question
Next Question
25
See Explanation !
7
The ___________ is a set of rules governing the format of data sent over the internet or other network.
___________ इंटरनेट या अन्य नेटवर्क पर भेजे गए डेटा के प्रारूप को नियंत्रित करने वाले नियमों का एक सेट है।
Transmission control protocol
User datagram protocol
Internet protocol
Session protocol
Previous Question
Next Question
25
See Explanation !
8
Websites are uniquely defined using
वेबसाइटों को विशिष्ट रूप से परिभाषित किया गया है
Programming Language
URL
Domain Name
File name
Previous Question
Next Question
25
See Explanation !
9
If we do not want to allow a floating div to the left side of an element, which css property will you use?
यदि हम किसी तत्व के बाईं ओर एक अस्थायी div की अनुमति नहीं देना चाहते हैं, तो आप किस css गुण का उपयोग करेंगे?
Margin
Clear
Float
Padding
Previous Question
Next Question
25
See Explanation !
10
Which comparison operator is used to find equality of type as well as content between two variables?
किस तुलना ऑपरेटर का उपयोग दो चर के बीच प्रकार की समानता के साथ - साथ सामग्री खोजने के लिए किया जाता है?
==
===
====
None of the above
Previous Question
Next Question
25
See Explanation !
11
In <IMGSRC=”C:PICTURE/BB1.gif”ALIGN=middle> ALIGN is
In
ALIGN है
A tag
The head
The body
An attribute
Previous Question
Next Question
25
See Explanation !
12
which is the correct format to set the border width for (top=10px,bottom=5px,left=20px and right=1px)
जो बॉर्डर की चौड़ाई सेट करने के लिए सही प्रारूप है (शीर्ष=10px,नीचे=5px,बाएं=20px और दाएं=1px)
border-width:10px 1px 5px 20px;
border-width:5px 20px 10px 1px;
border-width:10px 20px 5px 1px;
border-width:10px 5px 20px 1px;
Previous Question
Next Question
25
See Explanation !
13
How do you apply a background image to an element in CSS?
आप CSS में किसी एलिमेंट पर बैकग्राउंड इमेज कैसे लगाते हैं?
image: url('background.jpg');
background-image: url('background.jpg');
img: url('background.jpg');
background: url('background.jpg');
Previous Question
Next Question
25
See Explanation !
14
<DT> tag is designed to fit a single line of our web page but <DD> tag will accept a
DT टैग को हमारे वेब पेज की एक पंक्ति में फिट करने के लिए डिज़ाइन किया गया है लेकिन DD टैग स्वीकार करेगा
line of text
Full paragraph
word
request
Previous Question
Next Question
25
See Explanation !
15
How many headings in HTML?
HTML में कितने शीर्षक हैं?
4
7
6
5
Previous Question
Next Question
25
See Explanation !
16
Which of the following HTML tag is used to add a row in a table?
तालिका में एक पंक्ति जोड़ने के लिए निम्नलिखित में से किस HTML टैग का उपयोग किया जाता है?
<th>
<td>
<tr>
<tt>
Previous Question
Next Question
25
See Explanation !
17
The CELLSPACING attribute is used to ___
CELLSPACING विशेषता का उपयोग ___ के लिए किया जाता है
Specify the colour of the border
Specify the thickness of the border
Specify the space between cells
Specify the space between text and border
Previous Question
Next Question
25
See Explanation !
18
A web page displays a picture. What tag was used to display that picture?
एक वेब पेज एक तस्वीर दिखाता है। उस तस्वीर को प्रदर्शित करने के लिए किस टैग का उपयोग किया गया था?
image
picture
src
img
Previous Question
Next Question
25
See Explanation !
19
Identify the incorrect media type defined in CSS 2.
CSS 2 में परिभाषित गलत मीडिया प्रकार की पहचान करें।
Handheld
Braille
Arial
Print
Previous Question
Next Question
25
See Explanation !
20
The communication protocol used by internet is:
इंटरनेट द्वारा उपयोग किया जाने वाला संचार प्रोटोकॉल है:
HTTP
TCP/IP
WWW
FTP
Previous Question
Next Question
25
See Explanation !
21
Online Publishing means
ऑनलाइन प्रकाशन का मतलब है
Creating and uploading web pages on web server
Selling online books on web server
Printing online books on web server
Creating online books on web server
Previous Question
Next Question
25
See Explanation !
22
Which CSS property sets a background image for an element
कौन सी सीएसएस प्रॉपर्टी किसी एलिमेंट के लिए बैकग्राउंड इमेज सेट करती है
background-color
background
background-image
both b and c
Previous Question
Next Question
25
See Explanation !
23
Which is the correct format to apply attribute in any tag
किसी भी टैग में विशेषता लागू करने के लिए सही प्रारूप कौन सा है
<tagName attributeName="value">...</tagName>
</tagName attributeName="value">...</tagName>
<attributeName="value" tagName>...</tagName>
<tagName >...</ attributeName="value" tagName>
Previous Question
Next Question
25
See Explanation !
24
Function that allow calculation in CSS?
फ़ंक्शन जो CSS में गणना की अनुमति देता है?
sum()
eval()
calc()
total()
Previous Question
Next Question
25
See Explanation !
25
Networks are vulnerable to computer crime like:
नेटवर्क कंप्यूटर अपराध के लिए असुरक्षित हैं जैसे:
Theft, vandalism and grafitti
Hacking, viruses and software piracy
Internet addiction, sabotage and negligence
None of the above
Previous Question