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 do we write comments in HTML5?
हम HTML5 में टिप्पणियाँ कैसे लिखते हैं?
<!--.….-->
<--.….--!>
</--…..-->
</--…..--/>
Next Question
25
See Explanation !
2
MIME stands for:
MIME का तात्पर्य है:
Multipoint Internet Mail Extensions
Multimedia Interface Mail Extensions
Multipoint Mail Extensions
Multipurpose Internet Mail Extensions
Previous Question
Next Question
25
See Explanation !
3
Web pages starts with which of the following tag?
वेब पेज निम्नलिखित में से किस टैग से शुरू होते हैं?
<Body>
<Title>
<HTML>
<Form>
Previous Question
Next Question
25
See Explanation !
4
The CSS property text-align: center; is used to
CSS प्रॉपर्टी text - align: center; का उपयोग किया जाता है
Align the text to the left
Align the text to the right
Center-align the text
Justify the text
Previous Question
Next Question
25
See Explanation !
5
How do you include W3.CSS in your HTML document
आप अपने HTML दस्तावेज़ में W3.CSS को कैसे शामिल करते हैं
" id="4=>opt1">
" id="4=>opt2">
" id="4=>opt3">
All of the above
Previous Question
Next Question
25
See Explanation !
6
Name of the frame must begin with:
फ़्रेम का नाम इनसे शुरू होना चाहिए:
Only numerals
Special characters
Alphanumeric characters
All of the above
Previous Question
Next Question
25
See Explanation !
7
Multipurpose Internet Mail Extension (MIME) was developed
बहुउद्देशीय इंटरनेट मेल एक्सटेंशन (MIME) विकसित किया गया था
to support email messages containing text and video
to support email messages containing text, audio and video
to support email messages containing audio and video
to support text-based email messages
Previous Question
Next Question
25
See Explanation !
8
Which W3.CSS Class adds borders at top, right, bottom, left (All Side) to an element
कौन सा W3.CSS क्लास एक तत्व में शीर्ष, दाएं, नीचे, बाएं (सभी तरफ) पर बॉर्डर जोड़ता है
w3-border
w3-border-all
w3-border-0
All of These
Previous Question
Next Question
25
See Explanation !
9
ARPANET Stands for
ARPANET का अर्थ है -
Advanced Research Projects Agency Network
Advance Research Project Agency Network
Asymmetric Routing Project Advance Network
None of Above
Previous Question
Next Question
25
See Explanation !
10
CEO of the Facebook is
फेसबुक के सीईओ हैं
Mark Zuckerberg
Mark Saverin and Andrew McCollum
Dustin Biden and Chris Hughes
None of the above
Previous Question
Next Question
25
See Explanation !
11
Which of the following is the default file extension for Sublime Text configuration files?
Sublime Text कॉन्फ़िगरेशन फ़ाइलों के लिए निम्नलिखित में से कौन सा डिफ़ॉल्ट फ़ाइल एक्सटेंशन है?
.config
.sublime
.json
.ini
Previous Question
Next Question
25
See Explanation !
12
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 !
13
URL for link is specified using ___ attribute.
लिंक के लिए URL ___ विशेषता का उपयोग करके निर्दिष्ट किया गया है।
src
href
link
rel
Previous Question
Next Question
25
See Explanation !
14
Which CSS unit is relative to the font-size of the nearest parent element with a specified font size
निर्दिष्ट फ़ॉन्ट आकार के साथ निकटतम मूल तत्व के फ़ॉन्ट - आकार के सापेक्ष कौन सी सीएसएस इकाई है
px
em
rem
vw
Previous Question
Next Question
25
See Explanation !
15
Which of the following is Not a semantic HTML element?
निम्नलिखित में से कौन एक शब्दार्थ HTML तत्व नहीं है?
<article>
<header>
<section>
<div>
Previous Question
Next Question
25
See Explanation !
16
Which CSS property is used to create a horizontal line
क्षैतिज रेखा बनाने के लिए किस सीएसएस प्रॉपर्टी का उपयोग किया जाता है
hr-line
line-horizontal
horizontal-line
border-bottom
Previous Question
Next Question
25
See Explanation !
17
To get the order list we use
हमारे द्वारा इस्तेमाल की जाने वाली ऑर्डर लिस्ट पाने के लिए
<dl>
<nl>
<ol>
<ul>
Previous Question
Next Question
25
See Explanation !
18
Which statement is not true for the headings in W3.Font?
W3.Font में शीर्षक के लिए कौन सा कथन सही नहीं है?
Segoe UI is the default font for headings
Segoe UI has a more narrow letter spacing
Headings allow a lesser number of letters in the headings
Smallest heading tag is <h6>
Previous Question
Next Question
25
See Explanation !
19
What is the correct way to link an external CSS file to an HTML document
बाहरी CSS फ़ाइल को HTML दस्तावेज़ से लिंक करने का सही तरीका क्या है
<style src="style.css">
<link rel="stylesheet" href="style.css">
<css link="style.css">
<script src="style.css">
Previous Question
Next Question
25
See Explanation !
20
______________ is like a transparent sheet on which user can paint on it.
______________ एक पारदर्शी शीट की तरह है जिस पर उपयोगकर्ता पेंट कर सकता है।
Groups
Layers
Grid
None of the above
Previous Question
Next Question
25
See Explanation !
21
What is SSL (Secure Socket Layer)?
SSL (सिक्योर सॉकेट लेयर) क्या है?
The IP Protocol to dynamically assign IP addresses
It is a Web authoring tool
It allows secure connection
It is a scripting language
Previous Question
Next Question
25
See Explanation !
22
Variable can hold ____ value at a time.
वेरिएबल एक बार में ____ मान रख सकता है।
Muliple
Single
None of these
Double
Previous Question
Next Question
25
See Explanation !
23
The CSS property z-index is used to:
CSS प्रॉपर्टी z - इंडेक्स का उपयोग निम्न के लिए किया जाता है:
Set the opacity of an element
Define the order of stacking for positioned elements
Control the size of an element
Specify the shadow of an element
Previous Question
Next Question
25
See Explanation !
24
What is the full form of POS
पीओएस (POS) का पूर्ण रूप क्या है?
Point of Sale
Point of Service
Point of Security
None of the above
Previous Question
Next Question
25
See Explanation !
25
Which of the following HTML tag is the special formatting tag?
निम्नलिखित में से कौन सा HTML टैग विशेष स्वरूपण टैग है?
<p>
<b>
<pre>
None of the above
Previous Question