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
How to apply specific styles to h1 tag only when mouse points to it
H1 टैग पर विशिष्ट शैलियों को केवल तभी लागू करें जब माउस इसे इंगित करता है
h1.hover
h1 : hover
h1-hover
h1+hover
Next Question
25
See Explanation !
2
Which of the following files cannot be attached with an email?
निम्नलिखित में से कौन सी फ़ाइलें ईमेल के साथ संलग्न नहीं की जा सकती हैं?
JPG
PNG
ZIP
EXE
Previous Question
Next Question
25
See Explanation !
3
The following is not an Internet search engine:
निम्नलिखित इंटरनेट खोज इंजन नहीं है:
Google
Webcrawler
Excite
Scientra
Previous Question
Next Question
25
See Explanation !
4
Which of the following is used to apply a specific rule and can never be overridden in CSS ?
निम्नलिखित में से किसका उपयोग एक विशिष्ट नियम को लागू करने के लिए किया जाता है और इसे कभी भी CSS में ओवरराइड नहीं किया जा सकता है?
@important
!important!
!important
important!
Previous Question
Next Question
25
See Explanation !
5
Which of the following protocol is used by remote login?
रिमोट लॉगिन द्वारा निम्नलिखित में से किस प्रोटोकॉल का उपयोग किया जाता है?
telnet
ftp
smtp
ntp
Previous Question
Next Question
25
See Explanation !
6
What is the abbreviation of WWW?
WWW का संक्षिप्त नाम क्या है?
Wide Web World
Win World Web
Web Wide World
World Wide Web
Previous Question
Next Question
25
See Explanation !
7
_______is a client/server protocol in which e-mail is received and held by the Internet server.
_______ एक क्लाइंट/सर्वर प्रोटोकॉल है जिसमें इंटरनेट सर्वर द्वारा ई - मेल प्राप्त और आयोजित किया जाता है।
SNMP
POP3
IMAP
SCTP
Previous Question
Next Question
25
See Explanation !
8
________ is an example of e-mail utility
________ ई - मेल उपयोगिता का एक उदाहरण है
Word
Outlook
Explorer
Excel
Previous Question
Next Question
25
See Explanation !
9
Which topology requires a central controller or hub?
किस टोपोलॉजी के लिए एक केंद्रीय नियंत्रक या हब की आवश्यकता होती है?
Mesh
Star
Bus
Ring
Previous Question
Next Question
25
See Explanation !
10
The CSS property transition is used for:
CSS प्रॉपर्टी ट्रांज़िशन का इस्तेमाल इसके लिए किया जाता है:
Adding a smooth transition effect to an element
Changing the font of an element
Controlling the transition between different pages
Changing the color of an element
Previous Question
Next Question
25
See Explanation !
11
Integer variable is declared using following syntax in Js.
Js में निम्नलिखित वाक्यविन्यास का उपयोग करके पूर्णांक चर घोषित किया जाता है।
int num;
integer num;
Integer nums;
var num;
Previous Question
Next Question
25
See Explanation !
12
The CSS property max-width is used to:
CSS प्रॉपर्टी की अधिकतम चौड़ाई का इस्तेमाल इस काम के लिए किया जाता है:
Set the maximum height of an element
Set the maximum width of an element
Set the minimum width of an element
Change the font size
Previous Question
Next Question
25
See Explanation !
13
Identify the default font used in W3.Font
W3.Font में इस्तेमाल किए गए डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Times New Roman
Arial
Verdana
None of the above
Previous Question
Next Question
25
See Explanation !
14
Which of the following type of variable is visible everywhere in your JavaScript code?
निम्नलिखित में से कौन सा चर आपके जावास्क्रिप्ट कोड में हर जगह दिखाई देता है?
Global variable
Local variable
Both (a) and (b)
None of the above
Previous Question
Next Question
25
See Explanation !
15
What does the w3-card class do
W3 - कार्ड क्लास क्या करती है
Adds a border and some padding to an element
Creates a shadow effect and rounded corners for an element
Aligns the text to the center
Creates a card layout with tabs
Previous Question
Next Question
25
See Explanation !
16
Which of the following is used to create an ordered list in HTML?
HTML में ऑर्डर की गई सूची बनाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
<ul>
<ol>
<pl>
<hl>
Previous Question
Next Question
25
See Explanation !
17
Which HTML tag is used to apply an external CSS file
बाहरी CSS फ़ाइल को लागू करने के लिए किस HTML टैग का उपयोग किया जाता है
<style>
<css>
<link>
<script>
Previous Question
Next Question
25
See Explanation !
18
How to create a checkbox in HTML Form?
HTML फ़ॉर्म में एक चेकबॉक्स कैसे बनाएं?
<input type=”check”>
<input type=”textarea”>
<input type=”checkbox”>
<checkbox>Text</checkbox>
Previous Question
Next Question
25
See Explanation !
19
Which tag is used to link an external style sheet to a webpage?
बाहरी स्टाइल शीट को वेबपेज से लिंक करने के लिए किस टैग का इस्तेमाल किया जाता है?
<Link> tag
<Style> tag
<Script> tag
@media
Previous Question
Next Question
25
See Explanation !
20
Full form of SGML
SGML का पूर्ण रूप
Small Generalized Markup Language.
Standard Generalized Markup Language.
Standard Global Markup Language.
Small Global Markup Language.
Previous Question
Next Question
25
See Explanation !
21
____ is a collection of controls in HTML.
____ HTML में नियंत्रणों का एक संग्रह है।
Form
Field
Table
Frame
Previous Question
Next Question
25
See Explanation !
22
Which of the following statement is true for AngularJS?
कौन सा कथन सत्य है?
AngularJS is a closed-source front-end web framework
AngularJS is an open-source front-end web framework
AngularJS is an open-source backend web framework
AngularJS is a closed-source back-end web framework
Previous Question
Next Question
25
See Explanation !
23
Which W3.CSS Class adds borders at top, right, bottom, left (All Side) to an element
कौन सा W3.CSS क्लास एक तत्व में शीर्ष, दाएं, नीचे, बाएं (सभी तरफ) पर बॉर्डर जोड़ता है
w3-border
w3-border-all
w3-border-0
All of These
Previous Question
Next Question
25
See Explanation !
24
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 !
25
What happens if an inline style conflicts with an external CSS rule
अगर कोई इनलाइन स्टाइल बाहरी CSS नियम से टकराती है, तो क्या होता है
The external CSS rule is applied
The inline style is applied
Both are ignored
The browser applies the styles randomly
Previous Question