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
The pseudoclass is activated when the user moves the mouse cursor over the specified element.
जब उपयोगकर्ता माउस कर्सर को निर्दिष्ट तत्व पर ले जाता है तो स्यूडोक्लास सक्रिय हो जाता है।
mouse over
mouse hover
hover
mouse move
Next Question
25
See Explanation !
2
What does the CSS property overflow: hidden; do
CSS प्रॉपर्टी ओवरफ़्लो क्या करती है: छिपा हुआ; क्या करें
Hides the content that overflows the element's box
Adds a shadow to the element
Centers the element on the page
Removes the element from the document flow
Previous Question
Next Question
25
See Explanation !
3
Which of the following is not a pair tag?
निम्नलिखित में से कौन सा युग्म टैग नहीं है?
<img>
<ul>
<a>
<li>
Previous Question
Next Question
25
See Explanation !
4
SSL is a
SSL एक है
Scripting language
Browser
Secure connection
Authoring tool
Previous Question
Next Question
25
See Explanation !
5
Which attribute is used to define the URL of an image in HTML
HTML में किसी छवि के URL को परिभाषित करने के लिए किस विशेषता का उपयोग किया जाता है
src
href
alt
url
Previous Question
Next Question
25
See Explanation !
6
What is not true about W3.CSS ?
W3.CSS के बारे में क्या सच नहीं है ?
W3.CSS is a modern, responsive, mobile first CSS Framework
W3.CSS provide equality for all browsers
W3.CSS provides equality for all devices
W3.CSS is not the standard CSS
Previous Question
Next Question
25
See Explanation !
7
We can send through e-mail:
हम ई - मेल के माध्यम से भेज सकते हैं:
File
Picture
Message
All the above
Previous Question
Next Question
25
See Explanation !
8
Which HTML tag is used to convert the plain text into italic format?
सादे पाठ को इटैलिक प्रारूप में बदलने के लिए किस HTML टैग का उपयोग किया जाता है?
<italic>
<i>
<emp>
<imp>
Previous Question
Next Question
25
See Explanation !
9
What is the max size of attachment in Gmail ?
जीमेल में अटैचमेंट का अधिकतम आकार क्या है?
25 MB
25 TB
25 GB
25 KB
Previous Question
Next Question
25
See Explanation !
10
What is the use of Forms in HTML?
HTML में फ़ॉर्म का क्या उपयोग है?
to display contents
to collect user’s input
to search the site by user’s input
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
Network interface card physical address is known as ?
नेटवर्क इंटरफ़ेस कार्ड का भौतिक पता किसके रूप में जाना जाता है?
MAC Address
Process Number
Modem ID
Hard Disk Number
Previous Question
Next Question
25
See Explanation !
13
Which of the following statement is correct about data binding in AngularJS?
AngularJS में डेटा बाइंडिंग के बारे में निम्नलिखित में से कौन सा कथन सही है?
Automatic synchronization of data between model and view components
Automatic synchronization of data between model and controller components
Technique to save html data in the database
Technique to bind database data to html control
Previous Question
Next Question
25
See Explanation !
14
Which of the following is a business networking site?
निम्नलिखित में से कौन एक व्यावसायिक नेटवर्किंग साइट है?
Twitter
WhatsApp
LinkedIn
YouTube
Previous Question
Next Question
25
See Explanation !
15
Which element defines additional details?
कौन सा तत्व अतिरिक्त विवरण को परिभाषित करता है?
<summary>
<main>
<aside>
<details>
Previous Question
Next Question
25
See Explanation !
16
The property of a primary expression is ____________
एक प्राथमिक अभिव्यक्ति का गुण ____________ है।
stand-alone expressions
basic expressions containing all necessary functions
contains variable references alone
contains only keywords
Previous Question
Next Question
25
See Explanation !
17
JavaScript is designed for following purpose-
जावास्क्रिप्ट को निम्नलिखित उद्देश्य के लिए डिज़ाइन किया गया है -
To execute Query related to DB on server.
To style HTMLpages.
To Add Interactivity to HTML pages.
To perform server side scripting operation.
Previous Question
Next Question
25
See Explanation !
18
Interactivity tools are used to handle ________ reply to user and interact with server in view of user demand.
उपयोगकर्ता को ________ उत्तर देने और उपयोगकर्ता की मांग को देखते हुए सर्वर के साथ बातचीत करने के लिए इंटरएक्टिविटी टूल का उपयोग किया जाता है।
Forms
Sets
Groups
Tags
Previous Question
Next Question
25
See Explanation !
19
How can you select all elements of a specific class in CSS
आप सीएसएस में एक विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं
#classname
.classname
element.classname
*classname
Previous Question
Next Question
25
See Explanation !
20
Which tag is used to render and represents an independent piece of content of a document
किसी दस्तावेज़ की सामग्री के एक स्वतंत्र टुकड़े को रेंडर करने और उसका प्रतिनिधित्व करने के लिए किस टैग का उपयोग किया जाता है
Blog
Newspaper
Article
Record
Previous Question
Next Question
25
See Explanation !
21
CSS is a______________language.
CSS एक______________भाषा है।
Structural
Presentational
Markup
Behavioral
Previous Question
Next Question
25
See Explanation !
22
The CSS property transform is commonly used for
CSS प्रॉपर्टी ट्रांसफॉर्म का उपयोग आमतौर पर निम्नलिखित के लिए किया जाता है
Changing the background color of an element
Applying 3D transformations to an element
Setting the font size
Adjusting the spacing between lines of text
Previous Question
Next Question
25
See Explanation !
23
A web browser is a __________side software program which communicates with web servers on the internet and request information wanted by users
एक वेब ब्राउज़र एक __________साइड सॉफ्टवेयर प्रोग्राम है जो इंटरनेट पर वेब सर्वरों के साथ संचार करता है और उपयोगकर्ताओं द्वारा वांछित जानकारी का अनुरोध करता है
Client
Server
Peer to peer
Host
Previous Question
Next Question
25
See Explanation !
24
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 !
25
A web publishing tool developed by Microsoft is
माइक्रोसॉफ्ट द्वारा विकसित एक वेब पब्लिशिंग टूल है
Navigator
Hot Meta
Pagemill
Front Page
Previous Question