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
How many columns are supported in the responsive grid?
उत्तरदायी ग्रिड में कितने कॉलम समर्थित हैं?
10
11
12
13
Next Question
25
See Explanation !
2
What is the proper html syntax for referencing an external style sheet ?
बाहरी स्टाइल शीट को संदर्भित करने के लिए उचित एचटीएमएल सिंटैक्स क्या है?
<style src="demostyle.css">
<stylesheet>demostyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="demostyle.css>
None of these
Previous Question
Next Question
25
See Explanation !
3
What is Hotmail?
हॉटमेल क्या है?
Google
Yahoo
Gopher
Microsoft
Previous Question
Next Question
25
See Explanation !
4
Among the following, which is the HTML paragraph tag?
निम्नलिखित में से, HTML पैराग्राफ टैग क्या है?
<p>
<pre>
<hr>
<a>
Previous Question
Next Question
25
See Explanation !
5
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 !
6
What is the correct HTML for referring to an external style sheet?
बाहरी स्टाइल शीट का जिक्र करने के लिए सही HTML क्या है?
<style src="mystyle.css">
<stylesheet>mystyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<link rel="stylesheet" type="text/css" src="mystyle.css">
Previous Question
Next Question
25
See Explanation !
7
Default style and color of unvisited link in any browser is
किसी भी ब्राउज़र में बिना देखे गए लिंक की डिफ़ॉल्ट शैली और रंग है
Normal and Blue
Underline and Purple
Underline and Magenta
Underlined and Blue
Previous Question
Next Question
25
See Explanation !
8
What does the action attribute defines?
एक्शन एट्रिब्यूट क्या परिभाषित करता है?
Specify the action to be performed on the form content
Specify the address on the server to send the form content to
Specify the method to call when the form is submitted
None of the above
Previous Question
Next Question
25
See Explanation !
9
____________ are a web oriented technology for creating dynamic web pages.
____________ गतिशील वेब पेज बनाने के लिए एक वेब उन्मुख तकनीक है।
SAP
ASL
ASP
URL
Previous Question
Next Question
25
See Explanation !
10
What is the correct HTML for creating a checkbox
चेकबॉक्स बनाने के लिए सही HTML क्या है
<input type='checkbox'>
<checkbox>
<input type='check'>
<input checkbox>
Previous Question
Next Question
25
See Explanation !
11
_______ connection provides a dedicated link between two devices.
_______ कनेक्शन दो उपकरणों के बीच एक समर्पित लिंक प्रदान करता है।
point-to-point
multipoint
primary
secondary
Previous Question
Next Question
25
See Explanation !
12
How many broadcast domains are created when you segment a network with a 12-port switch?
जब आप 12 - पोर्ट स्विच वाले नेटवर्क को सेगमेंट करते हैं तो कितने ब्रॉडकास्ट डोमेन बनाए जाते हैं?
1
2
5
12
Previous Question
Next Question
25
See Explanation !
13
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 !
14
w3-color and w3-text-color classes can be used to color:
w3 - रंग और w3 - पाठ - रंग वर्गों का उपयोग रंग के लिए किया जा सकता है:
any HTML element
Heading only
Paragraph element only
table element only
Previous Question
Next Question
25
See Explanation !
15
To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the ____________
यह निर्धारित करने के लिए कि क्या एक वस्तु किसी अन्य वस्तु का प्रोटोटाइप है (या प्रोटोटाइप श्रृंखला का हिस्सा है), किसी को ____________ का उपयोग करना चाहिए
isPrototypeOf() method
equals() method
=== operator
==opertor
Previous Question
Next Question
25
See Explanation !
16
The CSS property pointer-events: auto; does what to an element
CSS प्रॉपर्टी पॉइंटर - इवेंट: ऑटो; एक एलिमेंट को क्या करता है
Enables pointer events for the element
Disables pointer events for the element
Adds a shadow to the element
Changes the font size of the element
Previous Question
Next Question
25
See Explanation !
17
Which of the following is a network topology
निम्नलिखित में से कौन एक नेटवर्क टोपोलॉजी है
LAN
WAN
MAN
BUS
Previous Question
Next Question
25
See Explanation !
18
Which of the following is not used in e-mail address:
निम्नलिखित में से किसका उपयोग ई - मेल पते में नहीं किया जाता है:
Coma (,)
Dot (.)
Numbers (1,2,3)
Under score (_)
Previous Question
Next Question
25
See Explanation !
19
Which tag is used to display a picture in HTML
HTML में किसी चित्र को प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है
<img>
<pic>
<image>
<picture>
Previous Question
Next Question
25
See Explanation !
20
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 !
21
Which of the following selector selects all elements of E that have the attribute attr that end with the given value?
निम्नलिखित में से कौन सा चयनकर्ता E के उन सभी तत्वों का चयन करता है जिनके गुण attr दिए गए मान के साथ समाप्त होता है?
E[attr^=value]
E[attr$=value]
E[attr*=value]
None of these
Previous Question
Next Question
25
See Explanation !
22
What is the correct HTML for adding a background color
बैकग्राउंड का रंग जोड़ने के लिए सही HTML क्या है
<body color=“yellow”>
<body bgcolor='yellow'>
<background>yellow
<color background='yellow'>
Previous Question
Next Question
25
See Explanation !
23
w3.css is alternative of
w3.css का विकल्प है
Bootstrap
JavaScript
AngularJS
HTML
Previous Question
Next Question
25
See Explanation !
24
There are_____color names recognized by all version of HTML.
HTML के सभी संस्करणों द्वारा पहचाने गए _____रंग के नाम हैं।
6
8
256
16
Previous Question
Next Question
25
See Explanation !
25
Identity the default font used in w3.font
W3.font में इस्तेमाल किए गए डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Times New Roman
Arial
Verdana
None of the above
Previous Question