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 CSS property text-transform: uppercase; is used to:
CSS प्रॉपर्टी टेक्स्ट - ट्रांसफ़ॉर्म: अपरकेस; का उपयोग करने के लिए किया जाता है:
Transform the text to italics
Change the text color to uppercase
Apply uppercase letters to the text
Set the font size to uppercase
Next Question
25
See Explanation !
2
Which of the following selector selects the elements that are the default among a set of similar elements?
निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों का चयन करता है जो समान तत्वों के एक सेट के बीच डिफ़ॉल्ट हैं?
:default
:%
:disabled
None of these
Previous Question
Next Question
25
See Explanation !
3
Which CSS property controls the text size
कौन सी सीएसएस प्रॉपर्टी टेक्स्ट के आकार को नियंत्रित करती है
text-size
size
text-length
font-size
Previous Question
Next Question
25
See Explanation !
4
Which is not a text-editor
जो टेक्स्ट - एडिटर नहीं है
Sublime
ecms
Microsoft word
vi
Previous Question
Next Question
25
See Explanation !
5
Which of the following selector selects the element that is the targeted in the URL?
निम्नलिखित में से कौन सा चयनकर्ता URL में लक्षित तत्व का चयन करता है?
:selected
:link
:target
:enabled
Previous Question
Next Question
25
See Explanation !
6
Which of the following tag is used for inserting the largest heading in HTML?
HTML में सबसे बड़ा शीर्षक डालने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
head
<h1><h1>
<h6>
heading
Previous Question
Next Question
25
See Explanation !
7
Which of the following HTML tag is the special formatting tag?
निम्नलिखित में से कौन सा HTML टैग विशेष स्वरूपण टैग है?
<p>
<b>
<pre>
None of the above
Previous Question
Next Question
25
See Explanation !
8
Which attribute is not essential under <iframe>?
किस विशेषता के तहत आवश्यक नहीं है <iframe>?
frame border
width
height
src
Previous Question
Next Question
25
See Explanation !
9
How many people can be sent message by email once ?
एक बार कितने लोगों को ईमेल के ज़रिए मैसेज भेजा जा सकता है?
100
250
500
1000
Previous Question
Next Question
25
See Explanation !
10
Which comparison operator is used to find equality of type as well as content between two variables?
किस तुलना ऑपरेटर का उपयोग दो चर के बीच प्रकार की समानता के साथ - साथ सामग्री खोजने के लिए किया जाता है?
==
===
====
None of the above
Previous Question
Next Question
25
See Explanation !
11
Which is not a valid CSS type?
कौन सा मान्य CSS प्रकार नहीं है?
Inline
External
Outline
Embedded (Internal)
Previous Question
Next Question
25
See Explanation !
12
which of the following tag is used to create a paragraph ?
अनुच्छेद बनाने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
<TD>
<br>
<P>
<TR>
Previous Question
Next Question
25
See Explanation !
13
Connection oriented services at network layer in OSI model is called
OSI मॉडल में नेटवर्क लेयर पर कनेक्शन उन्मुख सेवाओं को कहा जाता है
Datagram subnet
Virtual circuit
Packet switching
None of the options
Previous Question
Next Question
25
See Explanation !
14
Possible problems with JavaScript can be:
जावास्क्रिप्ट के साथ संभावित समस्याएं हो सकती हैं:
Security
Limited graphics and multimedia capabilities
Source code accessible
All of the above
Previous Question
Next Question
25
See Explanation !
15
When was Twitter launched
ट्विटर कब लॉन्च किया गया था
01-03-2006
01-04-2006
21-03-2006
01-12-2006
Previous Question
Next Question
25
See Explanation !
16
Which attribute will make a checkbox selected/ ticked by default?
कौन सी विशेषता डिफ़ॉल्ट रूप से चयनित/ टिक किए गए चेकबॉक्स को बनाएगी?
ticked
select
selected
checked
Previous Question
Next Question
25
See Explanation !
17
What is retweet?
रीट्वीट क्या है?
Retweet
Tweeting frequently
Replying to someone's tweet
All of the above
Previous Question
Next Question
25
See Explanation !
18
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 !
19
_________ the general form of the name of a file or directory, specifies a unique location in a file system.
_________ फ़ाइल या निर्देशिका के नाम का सामान्य रूप, फ़ाइल सिस्टम में एक अद्वितीय स्थान निर्दिष्ट करता है।
Source name
Path name
URL and Port number
Host number
Previous Question
Next Question
25
See Explanation !
20
What does the CSS property word-wrap: break-word; do
सीएसएस प्रॉपर्टी वर्ड - रैप: ब्रेक - वर्ड; क्या करता है
Breaks the text into individual words
Wraps the text within the container when it reaches the end
Breaks the text into separate lines
Wraps the text within the element without breaking words
Previous Question
Next Question
25
See Explanation !
21
A networking standard developed by Xerox, Intel and DEC; capable of connecting as many as 1,024 workstations and transmitting data at a maximum speed of 10 Mbps
जेरोक्स, इंटेल और दिसंबर द्वारा विकसित एक नेटवर्किंग मानक; 10 एमबीपीएस की अधिकतम गति से 1,024 वर्कस्टेशन को जोड़ने और डेटा संचारित करने में सक्षम
Ethernet
FDDI
File Transfer protocol
Gopher
Previous Question
Next Question
25
See Explanation !
22
Identify the wrong statements about Cookies
कुकीज़ के बारे में गलत कथनों की पहचान करें
Cookies are programs which run in the background of the web-client
Cookies have the potential of being used to violate the privacy of users
Cookies are very helpful in keeping track of users in developing online shopping cart, applications personalized portals and in advertising on websites
Cookies cannot contain more than 4 Kb of data
Previous Question
Next Question
25
See Explanation !
23
_______ connection provides a dedicated link between two devices.
_______ कनेक्शन दो उपकरणों के बीच एक समर्पित लिंक प्रदान करता है।
point-to-point
multipoint
primary
secondary
Previous Question
Next Question
25
See Explanation !
24
How can you insert a comment in HTML
आप HTML में एक टिप्पणी कैसे सम्मिलित कर सकते हैं
<!-- comment -->
// comment
<comment>
<!-- comment !-->
Previous Question
Next Question
25
See Explanation !
25
The invalid domain word (name) for Email address ?
ईमेल पते के लिए अमान्य डोमेन शब्द (नाम)?
Gov
Fun
Com
Mil
Previous Question