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
A network of Network is known as
नेटवर्क के एक नेटवर्क को किस रूप में जाना जाता है?
Local Area Network
Internet
Intranet
Big Network
Next Question
25
See Explanation !
2
A much better approach to establish the base URL is to use
आधार यूआरएल स्थापित करने के लिए एक बेहतर दृष्टिकोण का उपयोग करना है
Base element
Head Element
Both(A) and (B)
None of these
Previous Question
Next Question
25
See Explanation !
3
A utility software to help deliver protection to mobile cyber threats and online scams :
मोबाइल साइबर खतरों और ऑनलाइन घोटालों से सुरक्षा प्रदान करने में मदद करने के लिए एक उपयोगिता सॉफ़्टवेयर:
Norton Mobile Security
Norton Mobile Guard
Norton Anti-Virus Mobile safety
None of the above
Previous Question
Next Question
25
See Explanation !
4
Which tag is used to create a numbered list in HTML
HTML में क्रमांकित सूची बनाने के लिए किस टैग का उपयोग किया जाता है
<ul>
<ol>
<li>
<dl>
Previous Question
Next Question
25
See Explanation !
5
What i s the correct HTML for adding a background color?
पृष्ठभूमि का रंग जोड़ने के लिए सही HTML क्या है?
<background>yellow<Background>
<body color = yellow>
<body bgcolor = yellow>
<body bg =yellow>
Previous Question
Next Question
25
See Explanation !
6
In which classes to give hoverable background colors to the text and buttons by using:
किस क्लास में टेक्स्ट और बटन को होवर करने योग्य बैकग्राउंड रंग देना है:
w3-hover-color
w3.hover-color
w3:hover-color
w3-hoverable-color
Previous Question
Next Question
25
See Explanation !
7
Which of the following selector selects elements that do not match the selector s?
निम्नलिखित में से कौन सा selector उन तत्वों का चयन करता है जो selector s से मेल नहीं खाते हैं?
:!(s)
:nth-child(s)
:not(s)
None of these
Previous Question
Next Question
25
See Explanation !
8
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 !
9
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 !
10
Which HTML element is used to represent self-contained content such as a blog post or news article?
ब्लॉग पोस्ट या समाचार लेख जैसे स्व - निहित सामग्री का प्रतिनिधित्व करने के लिए किस HTML तत्व का उपयोग किया जाता है?
<header>
<article>
<section>
<footer>
Previous Question
Next Question
25
See Explanation !
11
w3-container class adds a __________ left and right padding to any HTML element
w3 - कंटेनर वर्ग किसी भी HTML तत्व में __________ बाएं और दाएं पैडिंग जोड़ता है
4 PX
8 PX
16 PX
32 PX
Previous Question
Next Question
25
See Explanation !
12
If both an external CSS file and a <style> block in HTML target the same element, which one takes precedence
यदि दोनों एक बाहरी CSS फ़ाइल और एक
The external CSS file
The <style> block
Neither is applied
They are merged
Previous Question
Next Question
25
See Explanation !
13
What is the maximum number of members in a Whatsapp group?
व्हाट्सएप समूह में सदस्यों की अधिकतम संख्या क्या है?
256
255
250
No limit
Previous Question
Next Question
25
See Explanation !
14
The script tag must be placed in __________
स्क्रिप्ट टैग __________ में रखा जाना चाहिए
the head tag
the head or body
the title or head
after the body tag
Previous Question
Next Question
25
See Explanation !
15
Which of the following is not used with text-decoration property?
निम्नलिखित में से किसका उपयोग टेक्स्ट - डेकोरेशन प्रॉपर्टी के साथ नहीं किया जाता है?
overline
underline
line-through
inline
Previous Question
Next Question
25
See Explanation !
16
How can one change the font of an element?
कोई किसी तत्व के फ़ॉन्ट को कैसे बदल सकता है?
f:
Font:
Font-family
Font:b
Previous Question
Next Question
25
See Explanation !
17
Identify the incorrect statement about a PseudoClass in CSS.
CSS में PseudoClass के बारे में गलत कथन की पहचान करें।
It is a style class defined in CSS
gives the author access to content not specifically declared in the document
Pseudoclass is separated by an underscore from the name of the element
Pseudoclass are separated by a colon from the name of the elemernt
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
What does the CSS property pointer-events: none; do?
CSS प्रॉपर्टी पॉइंटर - इवेंट: कोई नहीं; क्या करते हैं?
Disables pointer events for the element
Enables pointer events for the element
Adds a pointer to the element
Changes the color of the pointer
Previous Question
Next Question
25
See Explanation !
20
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 !
21
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 !
22
What is a networking site for posting short messages?
छोटे संदेश पोस्ट करने के लिए नेटवर्किंग साइट क्या है?
Twitter
Whatsapp
Facebook
Instagarm
Previous Question
Next Question
25
See Explanation !
23
In HTML, the tags are
HTML में, टैग हैं
in upper case
case-sensitive
in lowercase
not case sensitive
Previous Question
Next Question
25
See Explanation !
24
When is the content of a table shown?
टेबल की सामग्री कब दिखाई जाती है?
Before the border loads
After the table is loaded
In pieces as it loads
None of the above
Previous Question
Next Question
25
See Explanation !
25
https is a
https एक है
Scripting language
Browser
Secure connection
Authoring tool
Previous Question