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
What is the value of rel attribute to describe a favicon?
फ़ेविकॉन का वर्णन करने के लिए rel विशेषता का मान क्या है?
favicon
image
icon
fav
Next Question
25
See Explanation !
2
From which tag descriptive list starts ?
किस टैग की वर्णनात्मक सूची से शुरू होती है?
<LL>
<DD>
<DL>
<DS>
Previous Question
Next Question
25
See Explanation !
3
Deleted email will be found in
डिलीट किया गया ईमेल यहाँ मिलेगा
Trash Mail
Sent Mail
Inbox
Outbox
Previous Question
Next Question
25
See Explanation !
4
Name any one text editor program.
किसी एक टेक्स्ट एडिटर प्रोग्राम का नाम बताएँ।
HTML
FrontPage
Notepad
MS Paint
Previous Question
Next Question
25
See Explanation !
5
What is the purpose of the margin property in CSS
सीएसएस में मार्जिन प्रॉपर्टी का उद्देश्य क्या है
Adds space inside an element
Adds space outside an element
Sets the font size
Changes the background color
Previous Question
Next Question
25
See Explanation !
6
Variables in JavaScript cannot be declared using:
जावास्क्रिप्ट में वेरिएबल्स को निम्न का उपयोग करके घोषित नहीं किया जा सकता है:
var
let
set
None of these
Previous Question
Next Question
25
See Explanation !
7
IPv6 has _______ -bit addresses.
IPv6 में _______ - बिट पते हैं।
32
64
128
Variable
Previous Question
Next Question
25
See Explanation !
8
Hypertext is a:
हाइपरटेक्स्ट एक है:
Text with heavy text jargons
Text more than 1000 words
Text which contains link to other texts
None of the above
Previous Question
Next Question
25
See Explanation !
9
w3.cSS is a standard CSS that has
w3.cSS एक मानक CSS है जिसमें
jQuery library.
JavaScript library
Both (A) and (B) are true.
Both (A) and (B) are false.
Previous Question
Next Question
25
See Explanation !
10
Can the element <h1> be replaced with <H1>?
क्या तत्व h1 टैग को H1 टैग से प्रतिस्थापित किया जा सकता है?
No, they represent different elements altogether
Yes, both are same
First is correct only
Second is correct only
Previous Question
Next Question
25
See Explanation !
11
Which selector applies styles to all <p> elements inside a <div> element
कौन सा चयनकर्ता सभी पर शैलियों को लागू करता है
div, p
div + p
div p
div > p
Previous Question
Next Question
25
See Explanation !
12
How many types we can apply CSS?
हम CSS को कितने प्रकार से लागू कर सकते हैं?
1
2
3
None of these
Previous Question
Next Question
25
See Explanation !
13
Which attribute is used to specify that the script is executed when the page has finished parsing? (only for external scripts)
यह निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है कि पृष्ठ के पार्सिंग समाप्त होने पर स्क्रिप्ट निष्पादित की जाती है? (केवल बाहरी स्क्रिप्ट के लिए)
parse
a sync
defer
type
Previous Question
Next Question
25
See Explanation !
14
Which of the following can be used as a prefix for Directives ?
निर्देशों के उपसर्ग के रूप में निम्नलिखित में से किसका उपयोग किया जा सकता है?
data
ng-
Both (A) and (B)
None of the above
Previous Question
Next Question
25
See Explanation !
15
What does the > selector do in CSS
Avhinai ka matlab
Selects all elements
Selects all child elements of a specified element
Selects all descendant elements
Selects the next sibling element
Previous Question
Next Question
25
See Explanation !
16
Which class in W3.CSS is used to apply a black border to an element
W3.CSS में किस वर्ग का उपयोग किसी तत्व पर ब्लैक बॉर्डर लगाने के लिए किया जाता है
w3-border
w3-black-border
w3-border-black
w3-bd
Previous Question
Next Question
25
See Explanation !
17
The process of keeping address in memory for future use is called
भविष्य के उपयोग के लिए पते को स्मृति में रखने की प्रक्रिया को कहा जाता है
Routing
Resolving
Caching
None of the above
Previous Question
Next Question
25
See Explanation !
18
What is the full form of MMP?
MMP का पूर्ण रूप क्या है?
Modi mission project
Mission mode project
Mode mission project
None
Previous Question
Next Question
25
See Explanation !
19
Which of the following type of variable is visible everywhere in your JavaScript code?
निम्नलिखित में से कौन सा चर आपके जावास्क्रिप्ट कोड में हर जगह दिखाई देता है?
Global variable
Local variable
Both (a) and (b)
None of the above
Previous Question
Next Question
25
See Explanation !
20
Find the odd one out:
विषम चुनें
Adobe PageMill and SiteMill
NetScape Navigator Gold
Microsoft FrontPage
DOS
Previous Question
Next Question
25
See Explanation !
21
Which is not a valid CSS type?
कौन सा मान्य CSS प्रकार नहीं है?
Inline
External
Outline
Embedded (Internal)
Previous Question
Next Question
25
See Explanation !
22
Which of the following is the correct way to create a list using the lowercase letters?
लोअरकेस अक्षरों का उपयोग करके सूची बनाने का सही तरीका निम्नलिखित में से कौन सा है?
<ol alpha = "a" >
<ol type = "a">
<ol letter = "a">
None of the above
Previous Question
Next Question
25
See Explanation !
23
What does the CSS property object-fit control
सीएसएस प्रॉपर्टी ऑब्जेक्ट - फ़िट कंट्रोल क्या करता है
The size of the content box
The alignment of the text
How an element's content should be resized to fit its container
The position of the element in the viewport
Previous Question
Next Question
25
See Explanation !
24
Web page editors works on a ____ principle.
वेब पेज संपादक ____ सिद्धांत पर काम करते हैं।
WWW
HTML
WYSIWYG
WYGWYSI
Previous Question
Next Question
25
See Explanation !
25
Which is not a text-editor
जो टेक्स्ट - एडिटर नहीं है
Sublime
ecms
Microsoft word
vi
Previous Question