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 correct way to set background color as blue
बैकग्राउंड का रंग नीला सेट करने का सही तरीका क्या है
background:blue;
background-color:rgb(0,0,255);
background:#0000FF;
All of the above
Next Question
25
See Explanation !
2
Which of the following is not a framework?
निम्नलिखित में से कौन सा एक ढांचा नहीं है?
JavaScript .NET
JavaScript
Cocoa JS
jQuery
Previous Question
Next Question
25
See Explanation !
3
Which is the correct format to apply attribute in any tag
किसी भी टैग में विशेषता लागू करने के लिए सही प्रारूप कौन सा है
<tagName attributeName="value">...</tagName>
</tagName attributeName="value">...</tagName>
<attributeName="value" tagName>...</tagName>
<tagName >...</ attributeName="value" tagName>
Previous Question
Next Question
25
See Explanation !
4
Which CSS attribute(s) should one use to create a pink dotted border around an image?
किसी छवि के चारों ओर एक गुलाबी बिंदीदार सीमा बनाने के लिए किस सीएसएस विशेषता(गुणों) का उपयोग करना चाहिए?
border-line
border-style
border-color
Both B and C
Previous Question
Next Question
25
See Explanation !
5
__________ is a collection of interconnected documents and other resources, linked by hyperlinks and URLs.
__________ परस्पर जुड़े दस्तावेज़ों और अन्य संसाधनों का एक संग्रह है, जो हाइपरलिंक और यूआरएल से जुड़ा हुआ है।
IP
FTP
Web
Host
Previous Question
Next Question
25
See Explanation !
6
Which of the following selector selects all elements of E that have the attribute attr that end with the given value?
निम्नलिखित में से कौन सा चयनकर्ता E के उन सभी तत्वों का चयन करता है जिनके गुण attr दिए गए मान के साथ समाप्त होता है?
E[attr^=value]
E[attr$=value]
E[attr*=value]
None of these
Previous Question
Next Question
25
See Explanation !
7
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 !
8
Which W3.CSS Class Properties are not included in w3-table-all Class
कौन से W3.CSS क्लास प्रॉपर्टीज w3- टेबल - ऑल क्लास में शामिल नहीं हैं
w3-striped
w3-border
w3-centered
w3-table
Previous Question
Next Question
25
See Explanation !
9
A conditional expression is also called a _______________
एक सशर्त अभिव्यक्ति को _______________ भी कहा जाता है।
Alternative to if-else
Immediate if
If-then-else statement
Switch statement
Previous Question
Next Question
25
See Explanation !
10
Which of the following properties is used to set the face of a font?
फ़ॉन्ट का चेहरा सेट करने के लिए निम्नलिखित में से किस गुण का उपयोग किया जाता है?
font-family
font-face
font-variant
font-style
Previous Question
Next Question
25
See Explanation !
11
Which CSS property is used to create a horizontal line?
क्षैतिज रेखा बनाने के लिए किस सीएसएस संपत्ति का उपयोग किया जाता है?
hr-line
line-horizontal
horizontal-line
border-bottom
Previous Question
Next Question
25
See Explanation !
12
Online Publishing means
ऑनलाइन प्रकाशन का मतलब है
Creating and uploading web pages on web server
Selling online books on web server
Printing online books on web server
Creating online books on web server
Previous Question
Next Question
25
See Explanation !
13
Website means:
वेबसाइट का अर्थ है:
URL + Web Space + HTML Content
URL + Web Space + Name Resolution
URL + Web Space + Name Resolution + HTML Content
HTML Content + Web Space + Name Resolution
Previous Question
Next Question
25
See Explanation !
14
The BODY tag is usually used after
BODY टैग का उपयोग आमतौर पर निम्नलिखित के बाद किया जाता है
HTML tag
HEAD tag
TITLE tag
EM tag
Previous Question
Next Question
25
See Explanation !
15
Which of the following selector selects the elements that is the first child of its parent that is of its type ?
निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों का चयन करता है जो इसके माता - पिता का पहला बच्चा है जो इसके प्रकार का है?
:first-of-type
:last-child
::first-line
::first-letter
Previous Question
Next Question
25
See Explanation !
16
A television broadcast is an example of _______ transmission.
एक टेलीविजन प्रसारण _______ प्रसारण का एक उदाहरण है।
simplex
half-duplex
full-duplex
automatic
Previous Question
Next Question
25
See Explanation !
17
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 !
18
SMTP is associated with
SMTP किससे जुड़ा है
TCP/IP
Electronic Mail
Internet Explorer
www
Previous Question
Next Question
25
See Explanation !
19
Which one of the following is an example of instant messaging?
निम्नलिखित में से कौन सा इंस्टेंट मैसेजिंग का एक उदाहरण है?
Wikipedia
Facebook
Telegram
YouTube
Previous Question
Next Question
25
See Explanation !
20
Which of the following expressions is true ?
निम्नलिखित में से कौन सा व्यंजक सत्य है?
{expression}
[{ expression }]
_expression
{{ expression }}
Previous Question
Next Question
25
See Explanation !
21
AngularJS expressions bind AngularJS data to HTML like which of the following directive?
AngularJS अभिव्यक्तियाँ AngularJS डेटा को HTML से बांधती हैं जैसे कि निम्नलिखित में से कौन सा निर्देश?
ng-repeat
ng-bind
ng-app
ng-model
Previous Question
Next Question
25
See Explanation !
22
Which of the following is the container for <tr>, <th>, and <td> ?
निम्नलिखित में से किसके लिए कंटेनर है
<data>
<table>
<group>
All of the above
Previous Question
Next Question
25
See Explanation !
23
Angular js is a type of open source framework for
कोणीय js एक प्रकार का ओपन सोर्स फ्रेमवर्क है
Front end
Back end
Full end
All of above
Previous Question
Next Question
25
See Explanation !
24
The CSS property border-radius: 10px; is used for:
CSS प्रॉपर्टी बॉर्डर - रेडियस: 10px; का उपयोग इसके लिए किया जाता है:
Adding a shadow to the border of an element
Creating rounded corners for an element
Applying a border to the text
Changing the width of the border
Previous Question
Next Question
25
See Explanation !
25
The principle of e-governance is
ई - गवर्नेंस का सिद्धांत है
Centralization
Bureaucracy
Exclusion
Transparency
Previous Question