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 attribute is used to provide a unique identifier to an HTML element
HTML तत्व को एक अद्वितीय पहचानकर्ता प्रदान करने के लिए किस विशेषता का उपयोग किया जाता है
id
class
name
identifier
Next Question
25
See Explanation !
2
In the email, username and domain name differs from
ईमेल में, उपयोगकर्ता नाम और डोमेन नाम किससे अलग हैं
@
/
,
.
Previous Question
Next Question
25
See Explanation !
3
In which of the following ways can a submit button be created?
निम्नलिखित में से किस तरीके से सबमिट बटन बनाया जा सकता है?
<input type="submit" value="Submit"/>
<input type="text" value="Submit"/>
<input type="button" value="Submit"/>
<input type="reset" value="Submit"/>
Previous Question
Next Question
25
See Explanation !
4
which tags is used to mark a beginning of paragraph.
पैराग्राफ की शुरुआत को चिह्नित करने के लिए कौन से टैग का उपयोग किया जाता है।
<td>
<br>
<P>
<tr>
Previous Question
Next Question
25
See Explanation !
5
What are the two segments of a style tag?
स्टाइल टैग के दो सेगमेंट क्या हैं?
Selector and property
Name and content
Head section and body section
None
Previous Question
Next Question
25
See Explanation !
6
Which of the following services are available on the World Wide Web?
वर्ल्ड वाइड वेब पर निम्नलिखित में से कौन सी सेवाएँ उपलब्ध हैं?
Encryption
HTTP
HTML
Firewalls
Previous Question
Next Question
25
See Explanation !
7
The CSS property word-break: break-all; is used to
CSS प्रॉपर्टी वर्ड - ब्रेक: ब्रेक - ऑल; का उपयोग किया जाता है
Break the text into individual words
Allow long words to break and wrap onto the next line
Prevent hyphenation of words
Change the font style of text
Previous Question
Next Question
25
See Explanation !
8
Adding which of the following to input box make it compulsory to be filled out when submitting the form?
फॉर्म सबमिट करते समय इनपुट बॉक्स में निम्नलिखित में से कौन सा जोड़ना इसे भरना अनिवार्य बनाता है?
type=”required”
required
important
compulsory
Previous Question
Next Question
25
See Explanation !
9
Increasing the cell padding means
सेल पैडिंग बढ़ाने का मतलब है
Increase the softness of your site
increase the space between cells
increase the distance between cell and content
all of the above
Previous Question
Next Question
25
See Explanation !
10
____________indicates the upper-layer protocol receives incoming packets after IP processing is complete.
____________इंगित करता है कि आईपी प्रसंस्करण पूरा होने के बाद ऊपरी - परत प्रोटोकॉल आने वाले पैकेट प्राप्त करता है।
Source address
Data
Protocol
Header Checksum
Previous Question
Next Question
25
See Explanation !
11
Notepad++ is which type of Software
नोटपैड किस प्रकार का सॉफ्टवेयर है
Text Editor
Image Editor
HTML Editor
All of These
Previous Question
Next Question
25
See Explanation !
12
Which of the following statements is/are correct?
निम्नलिखित में से कौन से कथन सही हैं?
An IP address consists of four bytes (or 32 bits) each of which can be a number from 0 to 255.
For browsing or sending an email, an IP address assigned to the computer is required.
IP address is always unique for each computer
All are correct.
Previous Question
Next Question
25
See Explanation !
13
Which of the following property is used to make the text bold is CSS?
निम्नलिखित में से किस प्रॉपर्टी का उपयोग टेक्स्ट को बोल्ड बनाने के लिए किया जाता है CSS?
font-weight:bold;
text-decoration:bold;
text:bold;
font:bold;
Previous Question
Next Question
25
See Explanation !
14
The <aside> element is typically used for:
<aside> एलिमेंट का इस्तेमाल आमतौर पर इन चीज़ों के लिए किया जाता है:
Grouping navigation links
Defining content related to the main content but placed separately
Marking the primary content on a webpage
Displaying a footer for a document
Previous Question
Next Question
25
See Explanation !
15
The CSS property position: sticky; is used for:
सीएसएस संपत्ति की स्थिति: चिपचिपा; के लिए उपयोग किया जाता है:
Fixing the element at the top of the viewport during scrolling
Applying relative positioning to the element
Removing the element from the document flow
Center-aligning the element
Previous Question
Next Question
25
See Explanation !
16
Which CSS property is used to change the text color of an element
किसी तत्व के टेक्स्ट रंग को बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
font-color
text-color
color
text-style
Previous Question
Next Question
25
See Explanation !
17
This is an Internet forum to discuss wide range of topics like current news, articles and current affairs, etc.
यह वर्तमान समाचार, लेख और वर्तमान मामलों आदि जैसे विषयों की विस्तृत श्रृंखला पर चर्चा करने के लिए एक इंटरनेट मंच है।
E-Discussion
Newsgroups
Chatting
E-Learning
Previous Question
Next Question
25
See Explanation !
18
Online Publishing means
ऑनलाइन प्रकाशन का मतलब है
Creating and uploading web pages on web server
Selling online books on web server
Printing online books on web server
Creating online books on web server
Previous Question
Next Question
25
See Explanation !
19
Which class is used to center-align text in W3.CSS
W3.CSS में टेक्स्ट को सेंटर - अलाइन करने के लिए किस क्लास का इस्तेमाल किया जाता है
w3-center
w3-align
w3-text-center
w3-align-center
Previous Question
Next Question
25
See Explanation !
20
What is the keyboard shortcut for increasing a documents zoom level ?
दस्तावेज़ ज़ूम स्तर बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है?
Alt + the plus key (+)
Ctrl+the plus key (+)
Alt +>
Ctrl+z
Previous Question
Next Question
25
See Explanation !
21
which of the following tag is used to create a paragraph ?
अनुच्छेद बनाने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
<TD>
<br>
<P>
<TR>
Previous Question
Next Question
25
See Explanation !
22
What does CSS stand for
CSS का मतलब क्या है?
Computer Style Sheets
Creative Style Sheets
Cascading Style Sheets
Colorful Style Sheets
Previous Question
Next Question
25
See Explanation !
23
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 !
24
Which HTML element is used for abbreviation or acronym?
संक्षेप या संक्षिप्त नाम के लिए किस HTML तत्व का उपयोग किया जाता है?
<abbr>
<blockquote>
<q>
<em>
Previous Question
Next Question
25
See Explanation !
25
Which of the following is not a value for font-style property?
निम्नलिखित में से कौन सा फ़ॉन्ट - स्टाइल प्रॉपर्टी का मान नहीं है?
normal
italic
oblique
none of the above
Previous Question