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
Which CSS property should one use to encircle an image with text?
किसी इमेज को टेक्स्ट के साथ घेरने के लिए किस CSS प्रॉपर्टी का इस्तेमाल करना चाहिए?
Float
Push
Align
wrap
Next Question
25
See Explanation !
2
The attributes of FRAMESET elements are:
फ्रेमसेट तत्वों की विशेषताएं हैं:
ROWS and COLS
MARGINHEIGHT and MARGINWIDTH
Both (a) and (b) above
None of the above
Previous Question
Next Question
25
See Explanation !
3
Client-side extensions:
क्लाइंट - साइड एक्सटेंशन:
Add functionality to the script running on Server.
Add functionality to the script running on user Computer.
Add functionality to the script running on network devices
Add functionality to the script running on firewall devices
Previous Question
Next Question
25
See Explanation !
4
Which of the following will show an image located in folder named ‘image’, which is in the parent folder of the current page?
निम्नलिखित में से कौन 'image‘ नामक फ़ोल्डर में स्थित एक छवि दिखाएगा, जो वर्तमान पृष्ठ के मूल फ़ोल्डर में है?
<img src=”pic.img”>
<img src=”../pic.img”>
<img src=”../image/pic.img”>
<img src=”image/pic.img”>
Previous Question
Next Question
25
See Explanation !
5
The CSS property text-justify: inter-word; is used to
CSS प्रॉपर्टी टेक्स्ट - जस्टिफाई: इंटर - वर्ड; का उपयोग
Center-align the text
Justify the text by increasing the space between words
Align the text to the left
Change the font style of the text
Previous Question
Next Question
25
See Explanation !
6
What is the correct syntax for referring to an external script called "abc.js"?
"abc.js" नामक बाहरी स्क्रिप्ट का उल्लेख करने के लिए सही वाक्यविन्यास क्या है?
<script href=" abc.js">
<script scr="abc.js">
<script name="abc.js">
<script src=" abc.js">
Previous Question
Next Question
25
See Explanation !
7
Which HTML tag produces the biggest heading?
कौन सा HTML टैग सबसे बड़ा शीर्षक उत्पन्न करता है?
<h7>
<h4>
<h9>
<h1>
Previous Question
Next Question
25
See Explanation !
8
What is the default value of the display property for a <div> elementWhat is the default value of the display property for a <div> element
डिस्प्ले प्रॉपर्टी का डिफ़ॉल्ट मान क्या है
inline
block
inline-block
flex
Previous Question
Next Question
25
See Explanation !
9
An email ID consist of -
एक ईमेल आईडी में -
User ID
Domain name
Both
None
Previous Question
Next Question
25
See Explanation !
10
What tag is used to list individual items of an ordered list?
ऑर्डर की गई लिस्ट के अलग - अलग आइटम को लिस्ट करने के लिए किस टैग का इस्तेमाल किया जाता है?
li
ol
ul
none of the above
Previous Question
Next Question
25
See Explanation !
11
To control image repetition in CSS, the correct option is:
सीएसएस में छवि पुनरावृत्ति को नियंत्रित करने के लिए, सही विकल्प है:
h1{ background-loop: none;}
h1{background-repeat: none; }
h1 { background-iterate: none;}
None of the above
Previous Question
Next Question
25
See Explanation !
12
A ________ is a set of rules that governs data communication.
________ नियमों का एक सेट है जो डेटा संचार को नियंत्रित करता है।
Forum
Protocol
Standard
None of the above
Previous Question
Next Question
25
See Explanation !
13
What should be the value of the width attribute, so that the width of the element adjusts itself to the current width of its parent element?
चौड़ाई विशेषता का मान क्या होना चाहिए, ताकि तत्व की चौड़ाई अपने मूल तत्व की वर्तमान चौड़ाई में समायोजित हो जाए?
100rem
100%
100vw
100em
Previous Question
Next Question
25
See Explanation !
14
What is JavaScript?
जावास्क्रिप्ट क्या है?
A markup language
A programming language
A database
A server
Previous Question
Next Question
25
See Explanation !
15
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 !
16
Which of the following is a correct CSS Syntax ?
निम्नलिखित में से कौन - सा एक सही CSS वाक्यविन्यास है?
{body; color:orange;}
{body: color=orange;}
body:color=orange;
body{color:orange}
Previous Question
Next Question
25
See Explanation !
17
Which of the following HTML attribute is used to define inline styles?
इनलाइन शैलियों को परिभाषित करने के लिए निम्नलिखित में से किस HTML विशेषता का उपयोग किया जाता है?
Style
type
class
None of the above
Previous Question
Next Question
25
See Explanation !
18
Which CSS pseudo-class is used to select an element when it is being clicked
क्लिक किए जाने पर किसी तत्व का चयन करने के लिए किस CSS स्यूडो - क्लास का उपयोग किया जाता है
:link
:visited
:active
:hover
Previous Question
Next Question
25
See Explanation !
19
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 !
20
An Internet service that allows the user logs on and runs on a remote computer and use programs installed on the remote computer is __________.
एक इंटरनेट सेवा जो उपयोगकर्ता को एक दूरस्थ कंप्यूटर पर लॉग ऑन करने और चलाने और दूरस्थ कंप्यूटर पर स्थापित कार्यक्रमों का उपयोग करने की अनुमति देती है, वह __________ है।
Intranet
HTTP
Telnet
FTP
Previous Question
Next Question
25
See Explanation !
21
which attribute is used to set or change the background color of table
तालिका के पृष्ठभूमि रंग को सेट करने या बदलने के लिए किस विशेषता का उपयोग किया जाता है
background
backgrouncolor
bgcolor
tablecolor
Previous Question
Next Question
25
See Explanation !
22
Flow Control is performed at which of the following layer?
प्रवाह नियंत्रण निम्नलिखित में से किस परत पर किया जाता है?
Network
Physical
Data Link
None of the options
Previous Question
Next Question
25
See Explanation !
23
which is correct value for 'valign' attribute of <td> tag
जो की 'वैलिगन' विशेषता के लिए सही मूल्य है
left
right
top
All of the above
Previous Question
Next Question
25
See Explanation !
24
What can be shared on instagram?
इंस्टाग्राम पर क्या साझा किया जा सकता है?
Photo
Video
Both
None
Previous Question
Next Question
25
See Explanation !
25
is a device which is used to connect two different networks.
एक उपकरण है जिसका उपयोग दो अलग - अलग नेटवर्क को जोड़ने के लिए किया जाता है।
Repeater
Gateway
Bridge
Routers
Previous Question