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
The method or operator used to identify the array is __________
सरणी की पहचान करने के लिए उपयोग की जाने वाली विधि या ऑपरेटर __________ है।
isarrayType()
==
===
typeof
Next Question
25
See Explanation !
2
The CSS property font-weight is used to control:
CSS प्रॉपर्टी फ़ॉन्ट - वेट को नियंत्रित करने के लिए उपयोग किया जाता है:
The size of the font
The thickness of the font characters
The color of the font
The spacing between letters
Previous Question
Next Question
25
See Explanation !
3
A website is a Collection of?
एक वेबसाइट किसका संग्रह है?
PDF Pages
Web Pages
Images
Slides
Previous Question
Next Question
25
See Explanation !
4
Which of the following is the correct option for the requirement of web publishing ?
वेब प्रकाशन की आवश्यकता के लिए निम्नलिखित में से कौन सा सही विकल्प है?
Internet Connection
Web development software
Web Server
All of the above
Previous Question
Next Question
25
See Explanation !
5
Which CSS attribute(s) should one use to create a pink dotted border around an image?
किसी छवि के चारों ओर एक गुलाबी बिंदीदार सीमा बनाने के लिए किस सीएसएस विशेषता(गुणों) का उपयोग करना चाहिए?
border-line
border-style
border-color
Both B and C
Previous Question
Next Question
25
See Explanation !
6
Which of the following selector select sibling ?
निम्नलिखित में से कौन सा चयनकर्ता भाई - बहन का चयन करता है?
E.class
E~F
*
E,F,G
Previous Question
Next Question
25
See Explanation !
7
Which of the following is part of an HTML tag and provides additional information about the element?
निम्नलिखित में से कौन सा HTML टैग का हिस्सा है और तत्व के बारे में अतिरिक्त जानकारी प्रदान करता है?
Attribute
Cookie
Ordered List
Hypertext
Previous Question
Next Question
25
See Explanation !
8
How do you group multiple selectors?
आप कई चयनकर्ताओं को कैसे समूहित करते हैं?
Separate each selector with a plus sign
Separate each selector with a space
Separate each selector with a comma
Seperate each selector with a star
Previous Question
Next Question
25
See Explanation !
9
Which of the following is true ?
निम्नलिखित में से कौन सा कथन सही है?
<br> tag is used to have a blank line
In tables, the header cell is centered by default and the data cells are right aligned
The <TR> is used to create a data cell
INPUT tag must have at least 4 attributes
Previous Question
Next Question
25
See Explanation !
10
What does the general sibling selector (~) do
सामान्य भाई - बहन चयनकर्ता (~) क्या करता है
Selects all elements
Selects all siblings after a specified element
Selects only the first sibling of a specified element
Selects only the last sibling of a specified element
Previous Question
Next Question
25
See Explanation !
11
Web pages starts with which of the following tag?
वेब पेज निम्नलिखित में से किस टैग से शुरू होते हैं?
<Body>
<Title>
<HTML>
<Form>
Previous Question
Next Question
25
See Explanation !
12
The attributes of FRAMESET elements are:
फ्रेमसेट तत्वों की विशेषताएं हैं:
ROWS and COLS
MARGINHEIGHT and MARGINWIDTH
Both (a) and (b) above
None of the above
Previous Question
Next Question
25
See Explanation !
13
In which of the following web portals can users create their free e-mail account?
निम्नलिखित में से किस वेब पोर्टल में उपयोगकर्ता अपना मुफ्त ई - मेल खाता बना सकते हैं?
hotmail.com
yahoo.com
gmail.com
All of above
Previous Question
Next Question
25
See Explanation !
14
Level One Connectivity is also known as _____________ access.
लेवल वन कनेक्टिविटी को _____________ पहुंच के रूप में भी जाना जाता है।
Network
Dial up
Internet
Gateway
Previous Question
Next Question
25
See Explanation !
15
What does the z-index property in CSS control
सीएसएस नियंत्रण में जेड - इंडेक्स संपत्ति क्या करती है
Opacity
Visibility
Stacking order
Font size
Previous Question
Next Question
25
See Explanation !
16
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 !
17
One of the special features of an interpreter in reference with the for loop is that ___________
फॉर लूप के संदर्भ में एक दुभाषिया की विशेष विशेषताओं में से एक यह है कि ___________
Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property
The iterations can be infinite when an interpreter is used
The body of the loop is executed only once
the iteration is finite when an interpreter is used
Previous Question
Next Question
25
See Explanation !
18
What is the use of <hr/> tag in HTML?
HTML में <hr/> टैग का क्या उपयोग है?
For making content appearance italics
To create vertical rule between sections
To create a line break
To create horizontal rule between sections
Previous Question
Next Question
25
See Explanation !
19
Which of the following is a container tag
निम्नलिखित में से कौन एक कंटेनर टैग है
<select>
<body>
<input>
Both (A) and (B)
Previous Question
Next Question
25
See Explanation !
20
How can you make a bulleted list?
आप बुलेटेड लिस्ट कैसे बना सकते हैं?
<dl>
<ol>
<list>
<ul>
Previous Question
Next Question
25
See Explanation !
21
Which Network will be used to connect computers located in one room, building or premises?
एक कमरे, भवन या परिसर में स्थित कंप्यूटर को जोड़ने के लिए किस नेटवर्क का उपयोग किया जाएगा?
LAN
MAN
WAN
FAN
Previous Question
Next Question
25
See Explanation !
22
Which of the following is the correct syntax for a CSS ID selector
सीएसएस आईडी चयनकर्ता के लिए निम्नलिखित में से कौन सा सही वाक्यविन्यास है
#idname {}
.idname {}
idname {}
*idname {}
Previous Question
Next Question
25
See Explanation !
23
Styles that are placed within style tag are called as:
स्टाइल टैग के भीतर रखी जाने वाली शैलियों को कहा जाता है:
External styles
Inline styles
Embedded styles
Html styles
Previous Question
Next Question
25
See Explanation !
24
How do you add a background color for all <h1> elements?
आप सभी के लिए बैकग्राउंड का रंग कैसे जोड़ते हैं
h1.all {background-color:red;}
h1 {background-color:red;}
all.h1 {background-colorred;}
.h1{background-color:red}
Previous Question
Next Question
25
See Explanation !
25
______________ is like a transparent sheet on which user can paint on it.
______________ एक पारदर्शी शीट की तरह है जिस पर उपयोगकर्ता पेंट कर सकता है।
Groups
Layers
Grid
None of the above
Previous Question