Home
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
Other 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
2024
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
What is true about Conflicting Styles?
विरोधाभासी शैलियों के बारे में क्या सच है?
Conflict occurs as styles can be defined by a user, an author or a user agent (e.g a web browser)
Styles "cascade," or flow together
Ultimate appearance of elements depends on a combination of styles defined in several ways
Styles defined by the user agent take precedence over styles defined by the user
Next Question
25
See Explanation !
2
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 !
3
Which of the following CSS selectors are used to specify a group of elements?
तत्वों के समूह को निर्दिष्ट करने के लिए निम्नलिखित CSS चयनकर्ताओं में से किसका उपयोग किया जाता है?
tag
id
class
both class and tag
Previous Question
Next Question
25
See Explanation !
4
What does the ‘margin:auto’ means?
‘मार्जिन:ऑटो‘ का क्या मतलब है?
Set the margin equally on top and bottom of the element
Set the margin equally on left and right of the element
Set the margin equally on all sides of the element.
It is uncertain what will happen
Previous Question
Next Question
25
See Explanation !
5
Name any one text editor program.
किसी एक टेक्स्ट एडिटर प्रोग्राम का नाम बताएँ।
HTML
FrontPage
Notepad
MS Paint
Previous Question
Next Question
25
See Explanation !
6
Which CSS property controls the text size
कौन सी सीएसएस प्रॉपर्टी टेक्स्ट के आकार को नियंत्रित करती है
text-size
size
text-length
font-size
Previous Question
Next Question
25
See Explanation !
7
Arrays in JavaScript are defined by which of the following statements?
जावास्क्रिप्ट में सरणियों को निम्नलिखित में से किस कथन द्वारा परिभाषित किया जाता है?
It is an ordered list of values
It is an ordered list of objects
It is an ordered list of string
It is an ordered list of functions
Previous Question
Next Question
25
See Explanation !
8
which w3-css classes used to give hoverable background colors to the text and buttons
जो w3 - css क्लासेस टेक्स्ट और बटन को होवर करने योग्य बैकग्राउंड रंग देते थे
w3-hover-color
w3.hover-color
w3:hover-color
w3-hovreable-color
Previous Question
Next Question
25
See Explanation !
9
How do you style all elements with a specific attribute, regardless of its value
आप सभी तत्वों को एक विशिष्ट विशेषता के साथ कैसे स्टाइल करते हैं, इसके मूल्य की परवाह किए बिना
[attr]
[attr=""]
[attr=*]
attr[ ]
Previous Question
Next Question
25
See Explanation !
10
Which of the following is a communication device?
निम्नलिखित में से कौन एक संचार उपकरण है?
Printer
Monitor
Keyboard
Modem
Previous Question
Next Question
25
See Explanation !
11
Which box overflows with emails generally ?
कौन सा बॉक्स आमतौर पर ईमेल के साथ ओवरफ्लो होता है?
Inbox
Outbox
AddressBox
Messagebox
Previous Question
Next Question
25
See Explanation !
12
Autofocus attribute can be used on which element ?
ऑटोफोकस विशेषता का उपयोग किस तत्व पर किया जा सकता है?
Button
Input
Select
All the above
Previous Question
Next Question
25
See Explanation !
13
Which CSS property sets a background image for an element
कौन सी सीएसएस प्रॉपर्टी किसी एलिमेंट के लिए बैकग्राउंड इमेज सेट करती है
background-color
background
background-image
both b and c
Previous Question
Next Question
25
See Explanation !
14
is a device which is used to connect two different networks.
एक उपकरण है जिसका उपयोग दो अलग - अलग नेटवर्क को जोड़ने के लिए किया जाता है।
Repeater
Gateway
Bridge
Routers
Previous Question
Next Question
25
See Explanation !
15
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 !
16
Which of the following will show an image located in folder named ‘image’, which is in the parent folder of the current page?
निम्नलिखित में से कौन 'image‘ नामक फ़ोल्डर में स्थित एक छवि दिखाएगा, जो वर्तमान पृष्ठ के मूल फ़ोल्डर में है?
<img src=”pic.img”>
<img src=”../pic.img”>
<img src=”../image/pic.img”>
<img src=”image/pic.img”>
Previous Question
Next Question
25
See Explanation !
17
What protocol does PPP use to identify the Network layer protocol?
नेटवर्क लेयर प्रोटोकॉल की पहचान करने के लिए पीपीपी किस प्रोटोकॉल का उपयोग करता है?
NCP
ISDN
LCP
HDLC
Previous Question
Next Question
25
See Explanation !
18
Is it possible to insert a table within another table?
क्या किसी अन्य तालिका के भीतर एक तालिका सम्मिलित करना संभव है?
Yes, but there must be exactly 2 rows and 2 columns in first table.
Yes, table can be inserted into cell of another table.
Yes, but there must be no border in other table.
No, it’s not possible.
Previous Question
Next Question
25
See Explanation !
19
Which of the following is not a type of attribute for input tag?
निम्नलिखित में से कौन सा इनपुट टैग के लिए विशेषता का एक प्रकार नहीं है?
day
week
month
time
Previous Question
Next Question
25
See Explanation !
20
How can you select all direct child elements of a specific parent in CSS
आप सीएसएस में एक विशिष्ट माता - पिता के सभी प्रत्यक्ष बाल तत्वों का चयन कैसे कर सकते हैं
parent > child
parent child
parent .child
parent + child
Previous Question
Next Question
25
See Explanation !
21
W3.CSS does not provides the following border class:
W3.CSS निम्नलिखित सीमा वर्ग प्रदान नहीं करता है:
w3-border-top
w3-border-right
w3-border-bottom
w3-border-gutter
Previous Question
Next Question
25
See Explanation !
22
HTML document should begin with the ____
HTML दस्तावेज़ ____ से शुरू होना चाहिए
<HEAD> tag
<TITLE> tag
<BODY> tag
<HTML> tag
Previous Question
Next Question
25
See Explanation !
23
Which encryption algorithm is not present in Notepad++
नोटपैड में कौन सा एन्क्रिप्शन एल्गोरिथ्म मौजूद नहीं है
MD5
BSHA-256
MD6
Both (A) and (B)
Previous Question
Next Question
25
See Explanation !
24
Which of the following properties is used to set the face of a font?
फ़ॉन्ट का चेहरा सेट करने के लिए निम्नलिखित में से किस गुण का उपयोग किया जाता है?
font-family
font-face
font-variant
font-style
Previous Question
Next Question
25
See Explanation !
25
The CSS property column-count is used for
CSS प्रॉपर्टी कॉलम - गणना के लिए उपयोग किया जाता है
Setting the number of columns an element should be divided into
Controlling the spacing between columns
Changing the font style of text in columns
Applying a border around columns
Previous Question