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
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
Identify the browser which can render HTML 5 tags?
उस ब्राउज़र की पहचान करें जो HTML 5 टैग प्रस्तुत कर सकता है?
Safari
Chrome
Edge
All the above
Next Question
25
See Explanation !
2
Which of the following is the example of email client?
ईमेल क्लाइंट का उदाहरण निम्नलिखित में से कौन सा है?
Internet express
Microsoft Outlook
Web express
Email Express
Previous Question
Next Question
25
See Explanation !
3
Which of the following selector select an element if it's the child of its parent ?
निम्नलिखित में से कौन सा चयनकर्ता किसी तत्व का चयन करता है यदि वह उसके माता - पिता की संतान है?
:root
:nth-of-type(n)
:only-child
none of the mentioned
Previous Question
Next Question
25
See Explanation !
4
Which is true about <iframe> tag?
जो iframe Tag के बारे में सच है
Its inline frame
Embed another document within a current HTML document
None
Both (A) and (B) are true
Previous Question
Next Question
25
See Explanation !
5
To join on the Internet, the computer has to be connected through the
इंटरनेट पर शामिल होने के लिए, कंप्यूटर को निम्नलिखित के माध्यम से कनेक्ट करना होगा
Internet architecture board
Internet society
Internet service provider
none of the mentioned
Previous Question
Next Question
25
See Explanation !
6
_______________ is a general term for a family of transmission technologies for delivery of voice communications over IP networks.
_______________ आईपी नेटवर्क पर आवाज संचार के वितरण के लिए ट्रांसमिशन प्रौद्योगिकियों के एक परिवार के लिए एक सामान्य शब्द है।
SNMP
STMP
VOIP
PSTN
Previous Question
Next Question
25
See Explanation !
7
SEO Stands for
SEO का पूर्ण अर्थ है ।
Search Engine Operation
Search Entry Optimization
Search Engine Optimization
None of these
Previous Question
Next Question
25
See Explanation !
8
Which tag is used to underline the text in HTML?
HTML में टेक्स्ट को रेखांकित करने के लिए किस टैग का उपयोग किया जाता है?
<un>
<u>
<under>
<ul>
Previous Question
Next Question
25
See Explanation !
9
If an element have margin values 20px for top, 20px for bottom, 30px for right, 30px for left. Then which of the following is the correct way to set the margin?
यदि किसी तत्व का मार्जिन मान शीर्ष के लिए 20px, नीचे के लिए 20px, दाएं के लिए 30px, बाएं के लिए 30px है। फिर मार्जिन सेट करने का सही तरीका निम्नलिखित में से कौन सा है?
margin: 20px 20px 30px 30px
margin: 30px 20px
margin: 20px 30px
margin: 30px 30px 20px 20px
Previous Question
Next Question
25
See Explanation !
10
SMTP is associated with
SMTP किससे जुड़ा है
TCP/IP
Electronic Mail
Internet Explorer
www
Previous Question
Next Question
25
See Explanation !
11
If there is not enough space to display all the contents in a frame, we have to use:
यदि एक फ्रेम में सभी सामग्रियों को प्रदर्शित करने के लिए पर्याप्त जगह नहीं है, तो हमें इसका उपयोग करना होगा:
Another frame
Small front size
Scrollbar
Not possible
Previous Question
Next Question
25
See Explanation !
12
An Internet E-mail message consists of ___________ components
एक इंटरनेट ई - मेल संदेश में ___________ घटक होते हैं
Two
Three
Four
Five
Previous Question
Next Question
25
See Explanation !
13
What does the br tag add to your webpage?
Br टैग आपके वेबपेज में क्या जोड़ता है?
Long break
Paragraph break
Line break
None of the above
Previous Question
Next Question
25
See Explanation !
14
Which is correct?
कौन सी बात सही है?
<b>Click Here<b>
<strong>Click Here<strong>
<b>Click Here</b>
</strong>Click Here</strong>
Previous Question
Next Question
25
See Explanation !
15
The process of moving from one website to another web site is known as
एक वेबसाइट से दूसरी वेबसाइट पर जाने की प्रक्रिया को............ के रूप में जाना जाता है
Surfing
Searching
Moving
Finding
Previous Question
Next Question
25
See Explanation !
16
How to create a checkbox in HTML Form?
HTML फ़ॉर्म में एक चेकबॉक्स कैसे बनाएं?
<input type=”check”>
<input type=”textarea”>
<input type=”checkbox”>
<checkbox>Text</checkbox>
Previous Question
Next Question
25
See Explanation !
17
What is the correct CSS syntax for making all the <p> elements bold?
सभी को बनाने के लिए सही CSS वाक्यविन्यास क्या है
<p style="font-size:bold;">
p {text-size:bold;}
<p style="text-size:bold;">
p {font-weight:bold;}
Previous Question
Next Question
25
See Explanation !
18
https is a
https एक है
Scripting language
Browser
Secure connection
Authoring tool
Previous Question
Next Question
25
See Explanation !
19
Who sent the email first?
सबसे पहले ईमेल किसने भेजा था?
Tim Berners Lee
Vint Cerf
Herman Helorith
Ray Tomlinson
Previous Question
Next Question
25
See Explanation !
20
What does the class w3-container do
वर्ग w3 - कंटेनर क्या करता है
Adds a container with padding
Centers text in an element
Applies a specific font size
Adds a border to an element
Previous Question
Next Question
25
See Explanation !
21
In HTML, tags that include both start and end tag are called
HTML में, उन टैग को कहा जाता है जिनमें प्रारंभ और अंत दोनों टैग शामिल होते हैं
Comment tag
Document tag
Container tag
None of the above
Previous Question
Next Question
25
See Explanation !
22
Which tag is used to increase the font size of the displayed text?
प्रदर्शित पाठ के फ़ॉन्ट आकार को बढ़ाने के लिए किस टैग का उपयोग किया जाता है?
<large></large>
<big></big>
<size></size>
<font></font>
Previous Question
Next Question
25
See Explanation !
23
____________ is used to add special effects to a website, such as animation, or hover effects.
____________ का उपयोग किसी वेबसाइट पर विशेष प्रभाव जोड़ने के लिए किया जाता है, जैसे कि एनीमेशन, या होवर इफेक्ट्स।
CSS
PHP
Javascript
HTML
Previous Question
Next Question
25
See Explanation !
24
Which tag will display the content of list?
कौन सा टैग सूची की सामग्री प्रदर्शित करेगा?
ul
li
ol
dl
Previous Question
Next Question
25
See Explanation !
25
Which property is used to display the text in italics?
टेक्स्ट को तिरछे अक्षरों में प्रदर्शित करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?
font-family
font-style
font-weight
text-style
Previous Question