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
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
Next Question
25
See Explanation !
2
Which HTML element is used for abbreviation or acronym?
संक्षेप या संक्षिप्त नाम के लिए किस HTML तत्व का उपयोग किया जाता है?
<abbr>
<blockquote>
<q>
<em>
Previous Question
Next Question
25
See Explanation !
3
Which attribute is used to set space(margin) inside cell in html table
एचटीएमएल तालिका में सेल के अंदर स्पेस(मार्जिन) सेट करने के लिए किस विशेषता का उपयोग किया जाता है
cellspacing
cellpadding
cellgapping
cellmargin
Previous Question
Next Question
25
See Explanation !
4
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 !
5
Which of the following will give blue color to text?
निम्नलिखित में से कौन टेक्स्ट को नीला रंग देगा?
color: hsl(255, 0, 0);
color: hsl(0, 255, 0);
color: rgba(0, 0, 255, 1);
color: rgba(0, 0, 255, 0);
Previous Question
Next Question
25
See Explanation !
6
Which is not a valid meta search engine?
मान्य मेटा सर्च इंजन कौन सा नहीं है?
Yahoo
startpage
Excite
DuckDuckGo
Previous Question
Next Question
25
See Explanation !
7
Which pseudo-class is used to define the style of an element when a user mouses over it
जब कोई उपयोगकर्ता उस पर माउस करता है तो किसी तत्व की शैली को परिभाषित करने के लिए किस छद्म - वर्ग का उपयोग किया जाता है
:link
:hover
:active
:focus
Previous Question
Next Question
25
See Explanation !
8
The amount of information that can be transmitted through a communications channel in a given time is called
किसी दिए गए समय में संचार चैनल के माध्यम से प्रेषित की जा सकने वाली जानकारी की मात्रा को कहा जाता है
Bridge
Host
Workstation
Bandwidth
Previous Question
Next Question
25
See Explanation !
9
The text inside the <TEXTAREA> tag works like
TEXTAREA Tag के अंदर का टेक्स्ट
<P> formatted text
<T> formatted text
<PRE> formatted text
None Of These
Previous Question
Next Question
25
See Explanation !
10
_________ is a hypertext-based information system. And it is the most important service provided by the internet.
_________ एक हाइपरटेक्स्ट - आधारित सूचना प्रणाली है। और यह इंटरनेट द्वारा प्रदान की जाने वाली सबसे महत्वपूर्ण सेवा है।
WWW
HTTP
TCP
UDP
Previous Question
Next Question
25
See Explanation !
11
w3-color and w3-text-color classes can be used to color:
w3 - रंग और w3 - पाठ - रंग वर्गों का उपयोग रंग के लिए किया जा सकता है:
any HTML element
Heading only
Paragraph element only
table element only
Previous Question
Next Question
25
See Explanation !
12
Which of the following is the correct regarding meta tag in HTML?
HTML में मेटा टैग के संबंध में निम्नलिखित में से कौन सा सही है?
<meta> ... </meta>
<meta name = " " />
<metadata> ... </metadata>
<metadata name = " " />
Previous Question
Next Question
25
See Explanation !
13
Web Crawler is also called as ___
वेब क्रॉलर को ___ भी कहा जाता है
Link Directory
Search Optimizer
Web Spider
Web Manager
Previous Question
Next Question
25
See Explanation !
14
TD tag is used for?
TD टैग का इस्तेमाल किसके लिए किया जाता है?
Table row
Table Records
Table heading
Row Heading
Previous Question
Next Question
25
See Explanation !
15
Protocol assigns IP address to the client connected in the Internet?
प्रोटोकॉल इंटरनेट से जुड़े क्लाइंट को आईपी एड्रेस असाइन करता है?
DHCP
IP
TCP
Telnet
Previous Question
Next Question
25
See Explanation !
16
The storage area in an email known as?
एक ईमेल में भंडारण क्षेत्र के रूप में जाना जाता है?
Mail box
Sent box
Storage
All of the above
Previous Question
Next Question
25
See Explanation !
17
What does the CSS property overflow: scroll; do
CSS प्रॉपर्टी ओवरफ़्लो क्या करती है: स्क्रॉल करें; करें
Hides the content that overflows the element's box
Adds a scroll bar to the element if the content overflows
Expands the element to fit its content
Removes the element from the document flow
Previous Question
Next Question
25
See Explanation !
18
What is the return mail sent to the sender?
प्रेषक को भेजा गया रिटर्न मेल क्या है?
Bank mail
Bounced mail
Return mail
Spam
Previous Question
Next Question
25
See Explanation !
19
Which term is mostly used by Twitter users.
किस शब्द का उपयोग ज्यादातर ट्विटर उपयोगकर्ताओं द्वारा किया जाता है।
Posts
Tweets
Twinks
Tweats
Previous Question
Next Question
25
See Explanation !
20
Which class in W3.CSS adds a red background to an element
W3.CSS में कौन सी क्लास किसी एलिमेंट में लाल बैकग्राउंड जोड़ती है
w3-bg-danger
w3-red
bg-red
red-bg
Previous Question
Next Question
25
See Explanation !
21
Which of the following is a virus?
निम्नलिखित में से कौन सा एक वायरस है?
Natural occurs
To make by human being
Made by machine
All of above
Previous Question
Next Question
25
See Explanation !
22
Who sent the email first?
सबसे पहले ईमेल किसने भेजा था?
Tim Berners Lee
Vint Cerf
Herman Helorith
Ray Tomlinson
Previous Question
Next Question
25
See Explanation !
23
__________ is a search tool that sends user requests to several other search engines and/or databases and aggregates the results into a single list
__________ एक खोज उपकरण है जो उपयोगकर्ता के अनुरोधों को कई अन्य खोज इंजनों और/या डेटाबेस में भेजता है और परिणामों को एक ही सूची में एकत्र करता है
Meta search engine
CGL
SGML
Hyper search engine
Previous Question
Next Question
25
See Explanation !
24
What is the correct syntax for creating a hyperlink
हाइपरलिंक बनाने के लिए सही वाक्यविन्यास क्या है
<a href='url'>
<a link='url'>
<a name='url'>
<a src='url'>
Previous Question
Next Question
25
See Explanation !
25
IPv6 has _______ -bit addresses.
IPv6 में _______ - बिट पते हैं।
32
64
128
Variable
Previous Question