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
Which CSS pseudo-class is used to select an element when it is being clicked
क्लिक किए जाने पर किसी तत्व का चयन करने के लिए किस CSS स्यूडो - क्लास का उपयोग किया जाता है
:link
:visited
:active
:hover
Next Question
25
See Explanation !
2
What is the abbreviation of WWW?
WWW का संक्षिप्त नाम क्या है?
Wide Web World
Win World Web
Web Wide World
World Wide Web
Previous Question
Next Question
25
See Explanation !
3
What is the correct way to remove the underline from text
टेक्स्ट से रेखांकित को हटाने का सही तरीका क्या है
text-underline:none
text-decoration:none;
text-underline:hide;
text-decoration:hide;
Previous Question
Next Question
25
See Explanation !
4
What does the adjacent sibling selector (+) do
आस - पास के भाई - बहन चयनकर्ता () क्या करते हैं
Selects the first child of an element
Selects all sibling elements
Selects the immediately next sibling of an element
Selects the parent of an element
Previous Question
Next Question
25
See Explanation !
5
What is the purpose of the CSS property border-collapse
सीएसएस संपत्ति सीमा - पतन का उद्देश्य क्या है
Adds a border to the element
Collapses the borders of table cells into a single border
Separates the borders of adjacent cells in a table
Changes the color of the border
Previous Question
Next Question
25
See Explanation !
6
identity the correct statement for absolute Positioning in CSS?
सीएसएस में निरपेक्ष स्थिति के लिए सही कथन की पहचान करें?
It is a browser determined positioning
It uses the position property of CSS ,Used to define absolute positioning
It gives authors greater control on how elements are displayed
none of the above statements are Correct
Previous Question
Next Question
25
See Explanation !
7
With which element can the figcaption be used?
अंजीर को किस तत्व के साथ इस्तेमाल किया जा सकता है?
figure
caption
caption
any tag
Previous Question
Next Question
25
See Explanation !
8
Which of the following is the property that is triggered in response to JS errors?
निम्नलिखित में से कौन सी संपत्ति है जो जेएस त्रुटियों के जवाब में ट्रिगर की जाती है?
onclick
onerror
onmessage
onexception
Previous Question
Next Question
25
See Explanation !
9
How can you make a bulleted list in HTML
आप HTML में बुलेटेड लिस्ट कैसे बना सकते हैं
<ul>
<ol>
<li>
<list>
Previous Question
Next Question
25
See Explanation !
10
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 !
11
_______ is a file left on the computer by a websites browser containing user login, password, user preferences and other personalized information.
_______ एक वेबसाइट ब्राउज़र द्वारा कंप्यूटर पर छोड़ी गई एक फ़ाइल है जिसमें उपयोगकर्ता लॉगिन, पासवर्ड, उपयोगकर्ता प्राथमिकताएं और अन्य व्यक्तिगत जानकारी होती है।
Server
Cache
Backup
Cookie
Previous Question
Next Question
25
See Explanation !
12
What is not true about the label Tag HTML ?
टैग HTML लेबल के बारे में क्या सही नहीं है?
Defines a label for many form elements
Useful for screen-reader users
Useful for visually challenged users
All the above
Previous Question
Next Question
25
See Explanation !
13
The CSS property transition: all 0.3s ease-in-out; does what to an element
CSS प्रॉपर्टी ट्रांज़िशन: सभी 0.3s ईज़ - इन - आउट; एक एलिमेंट के लिए क्या करता है
Adds a smooth transition effect to all properties over 0.3 seconds
Changes the font style of the element
Applies a shadow to the element
Centers the element on the page
Previous Question
Next Question
25
See Explanation !
14
The year in which HTML was first proposed
वह वर्ष जिसमें HTML को पहली बार प्रस्तावित किया गया था
1990
1980
2000
1995
Previous Question
Next Question
25
See Explanation !
15
How can you open a link in a new browser Window?
आप एक नए ब्राउज़र विंडो में एक लिंक कैसे खोल सकते हैं?
<a href=" url" new>
<a href="url" target="new">
<a href="url" target="_blank">
<a href="url"target="">
Previous Question
Next Question
25
See Explanation !
16
Name the syntax of declaring a CSS rule is:
CSS नियम घोषित करने के वाक्यविन्यास का नाम है:
property-name=value
property-name : value
property-name= value
property-name:value;
Previous Question
Next Question
25
See Explanation !
17
Ctrl+Shift+F is the shortcut key for __________ in sublime text editor.
Ctrl Shift F उदात्त पाठ संपादक में __________ के लिए शॉर्टकट कुंजी है।
Find
Find in the Files
Find in Folder
None of the above
Previous Question
Next Question
25
See Explanation !
18
____tag embeds CSS in a webpage.
____टैग एक वेबपेज में CSS एम्बेड करता है।
<html>
<style>
<css>
<xml>
Previous Question
Next Question
25
See Explanation !
19
Multi programming system is
मल्टी प्रोग्रामिंग सिस्टम है
A computer system that permits multiple users to run programs at same time
A computer system that permits run similar programs at multiple time
A computer system that permits multiple Programs to run at same time
None of the above
Previous Question
Next Question
25
See Explanation !
20
Which of the following statements is false about hosting?
मेज़बानी के बारे में इनमें से कौन - सा कथन गलत है?
Shared hosting is cheaper than dedicated hosting
Shared hosting is safer than dedicated hosting
Dedicated hosting is safer than shared hosting
Though more expensive than shared hosting, Dedicated hosting is more secure
Previous Question
Next Question
25
See Explanation !
21
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 !
22
Which attribute is used to change the thickness of line in <hr> tag
<hr> टैग में लाइन की मोटाई को बदलने के लिए किस विशेषता का उपयोग किया जाता है
width
size
thickness
weight
Previous Question
Next Question
25
See Explanation !
23
https is a
https एक है
Scripting language
Browser
Secure connection
Authoring tool
Previous Question
Next Question
25
See Explanation !
24
Where is Client-side JavaScript code is embedded within HTML documents?
HTML दस्तावेज़ों के भीतर क्लाइंट - साइड जावास्क्रिप्ट कोड कहाँ एम्बेडेड है?
A URL that uses the special javascript:code
A URL that uses the special javascript:protocol
A URL that uses the special javascript:encoding
A URL that uses the special javascript:stack
Previous Question
Next Question
25
See Explanation !
25
The expression of calling (or executing) a function or method in JavaScript is called ________
जावास्क्रिप्ट में किसी फ़ंक्शन या विधि को कॉल (या निष्पादित) करने की अभिव्यक्ति को ________ कहा जाता है
Primary expression
Functional expression
Invocation expression
Property Access Expression
Previous Question