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 the keyboard shortcut for increasing a documents zoom level ?
दस्तावेज़ ज़ूम स्तर बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है?
Alt + the plus key (+)
Ctrl+the plus key (+)
Alt +>
Ctrl+z
Next Question
25
See Explanation !
2
Who is making the Web standards?
वेब मानक कौन बना रहा है?
Mozilla
Microsoft
The World Wide Web Consortium
NVDIA
Previous Question
Next Question
25
See Explanation !
3
How do you make a list item in an unordered list display without bullets
आप बिना गोलियों के बिना बिना क्रमबद्ध सूची प्रदर्शन में एक सूची आइटम कैसे बनाते हैं
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
Previous Question
Next Question
25
See Explanation !
4
How do you make a list that lists its items with squares?
आप एक सूची कैसे बनाते हैं जो अपने आइटम को वर्गों के साथ सूचीबद्ध करती है?
list-style-type: square;
list-type: square;
list: square;
list-style: square;
Previous Question
Next Question
25
See Explanation !
5
In order to establish a site, the following should be considered:
साइट स्थापित करने के लिए, निम्नलिखित पर विचार किया जाना चाहिए:
Provide new information regularly
Let your visitors register for e-mail notification of changes to the site
Update existing information
All of the above
Previous Question
Next Question
25
See Explanation !
6
How do you apply styles to all <input> elements that are checked
आप सभी पर स्टाइल कैसे लागू करते हैं
input:checked
input:focus
input:hover
input:active
Previous Question
Next Question
25
See Explanation !
7
The :not(selector) in CSS is used to
CSS में :not(चयनकर्ता) का उपयोग किया जाता है
Select all elements
Select all elements except the specified selector
Select only the first child of its parent
Select only the last child of its parent
Previous Question
Next Question
25
See Explanation !
8
What are the two segments of a style tag?
स्टाइल टैग के दो सेगमेंट क्या हैं?
Selector and property
Name and content
Head section and body section
None
Previous Question
Next Question
25
See Explanation !
9
A television broadcast is an example of _______ transmission.
एक टेलीविजन प्रसारण _______ प्रसारण का एक उदाहरण है।
simplex
half-duplex
full-duplex
automatic
Previous Question
Next Question
25
See Explanation !
10
Which attribute will make a checkbox/radio button selected by default
कौन सी विशेषता डिफ़ॉल्ट रूप से चयनित चेकबॉक्स/रेडियो बटन बनाएगी
selected
check
checked
active
Previous Question
Next Question
25
See Explanation !
11
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 !
12
The <small> and <big> tags are special in a what way?
small Tag और big टैग किस तरह से विशेष हैं?
They are for images only
They work on anything
They can be repeated
None of the above
Previous Question
Next Question
25
See Explanation !
13
___________ is the conversion of data into a form, called a ciphertext that cannot be easily understood by unauthorized people.
___________ डेटा का एक रूप में रूपांतरण है, जिसे एक सिफरटेक्स्ट कहा जाता है जिसे अनधिकृत लोगों द्वारा आसानी से समझा नहीं जा सकता है।
Encryption
Decryption
Cypertext
Plain text
Previous Question
Next Question
25
See Explanation !
14
What is the correct syntax for applying a class in CSS
सीएसएस में कक्षा लागू करने के लिए सही वाक्यविन्यास क्या है
#classname
.classname
classname
*classname
Previous Question
Next Question
25
See Explanation !
15
Which one is example of search engine
कौन सा सर्च इंजन का उदाहरण है
Google
Linux
Windows
Mozila
Previous Question
Next Question
25
See Explanation !
16
What does the w3-opacity class do
W3 - ऑपेसिटी क्लास क्या करता है
Sets the opacity to a specific value (default is 0.75)
Makes the element invisible
Adds a fade animation to the element
Sets the background transparency
Previous Question
Next Question
25
See Explanation !
17
What is full form of URL
URL का फुल फॉर्म क्या है
Uniform Resource Locator
Unique Resource Locator
Uniform Resource Location
Under Resource Locator
Previous Question
Next Question
25
See Explanation !
18
WebCrawler has a web robot called
WebCrawler के पास एक वेब रोबोट है जिसका नाम है
Crawler Robot
Crawl bot
Web bot
Web robot
Previous Question
Next Question
25
See Explanation !
19
What is the proper html syntax for referencing an external style sheet ?
बाहरी स्टाइल शीट को संदर्भित करने के लिए उचित एचटीएमएल सिंटैक्स क्या है?
<style src="demostyle.css">
<stylesheet>demostyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="demostyle.css>
None of these
Previous Question
Next Question
25
See Explanation !
20
A web page displays a picture. What tag was used to display that picture?
एक वेब पेज एक तस्वीर दिखाता है। उस तस्वीर को प्रदर्शित करने के लिए किस टैग का उपयोग किया गया था?
image
picture
src
img
Previous Question
Next Question
25
See Explanation !
21
______________ is the address of the web document currently displayed on the monitor.
______________ वर्तमान में मॉनिटर पर प्रदर्शित वेब दस्तावेज़ का पता है।
TCP
ISP
URL
UDP
Previous Question
Next Question
25
See Explanation !
22
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 !
23
How do you add a background color for all <h1> elements?
आप सभी के लिए बैकग्राउंड का रंग कैसे जोड़ते हैं
h1.all {background-color:red;}
h1 {background-color:red;}
all.h1 {background-colorred;}
.h1{background-color:red}
Previous Question
Next Question
25
See Explanation !
24
Which of the following is an advantage of AngularJS?
निम्नलिखित में से कौन सा AngularJS का एक लाभ है?
Uses dependency injection and makes use of separation of concerns
Code is unit-testable
Provides reusable components
All of the mentioned
Previous Question
Next Question
25
See Explanation !
25
Which html tag used for bold text ?
बोल्ड टेक्स्ट के लिए किस HTML टैग का उपयोग किया जाता है?
Previous Question