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 feature in most text editors allows you to see and modify the structure of your project files?
अधिकांश टेक्स्ट संपादकों में कौन सी विशेषता आपको अपनी प्रोजेक्ट फ़ाइलों की संरचना को देखने और संशोधित करने की अनुमति देती है?
Command Palette
Sidebar or Explorer
Syntax highlighting
Auto-completion
Next Question
25
See Explanation !
2
How will you make all paragraph elements 'GREY in color?
आप सभी पैराग्राफ तत्वों के रंग कोभूरा कैसे बनायेंगे?
p.all{color: grey;}
p.all {color: #990000;}
all.p {color: #998877:)
p {color: grey;}
Previous Question
Next Question
25
See Explanation !
3
Any system that uses the HTTP protocol is called _________
HTTP प्रोटोकॉल का उपयोग करने वाली किसी भी प्रणाली को _________ कहा जाता है।
Web Browser
Web Server
WWW
TCP/IP
Previous Question
Next Question
25
See Explanation !
4
What is the correct HTML tag for the largest heading
सबसे बड़े शीर्षक के लिए सही HTML टैग क्या है
<h1>
<h6>
<head>
<heading>
Previous Question
Next Question
25
See Explanation !
5
Which was the first browser to support JavaScript?
जावास्क्रिप्ट का समर्थन करने वाला पहला ब्राउज़र कौन सा था?
IE
NetScape
Google Chrome
Mozilla Firefox
Previous Question
Next Question
25
See Explanation !
6
How can you apply the same style to multiple selectors in a single rule
आप एक ही नियम में कई चयनकर्ताओं पर एक ही शैली कैसे लागू कर सकते हैं
Separate each selector with a comma
Use the & symbol
Use the || symbol
Separate each selector with a colon
Previous Question
Next Question
25
See Explanation !
7
HTML metadata is present in which of the following tags?
HTML मेटाडेटा निम्नलिखित में से किस टैग में मौजूद है?
<Head>
<body>
<title>
<p>
Previous Question
Next Question
25
See Explanation !
8
w3-container class used to style multiple container type elements in a similar style by adding:
w3 - कंटेनर क्लास का उपयोग एक समान शैली में कई कंटेनर प्रकार के तत्वों को जोड़ने के लिए किया जाता है:
Uniform
Padding
Fonts
All of the above
Previous Question
Next Question
25
See Explanation !
9
Which of the following directives allows one to use form ?
निम्नलिखित में से कौन सा निर्देश किसी को फ़ॉर्म का उपयोग करने की अनुमति देता है?
ng-app
ng-form
ng-controller
ng-bind
Previous Question
Next Question
25
See Explanation !
10
Who is known as the Father of HTML
कौन सी मशीन कई काम कर सकती है
Steve Jobs
Tim Berners-Lee
Bill Gates
Vint Cerf
Previous Question
Next Question
25
See Explanation !
11
Exponential operator in JavaScript is:
जावास्क्रिप्ट में घातीय ऑपरेटर है:
^
%
**
None of the above
Previous Question
Next Question
25
See Explanation !
12
Ipv4 and ipv6,difference in bits?
Ipv4 और ipv6, बिट्स में अंतर?
32 bits and 128 bits
128 bits and 32 bits
28 bits and 32 bits
64 bits and 128 bits
Previous Question
Next Question
25
See Explanation !
13
What is the default extensions of sublime text editor?
उदात्त पाठ संपादक के डिफ़ॉल्ट एक्सटेंशन क्या हैं?
.txt
.text
.html
.xml
Previous Question
Next Question
25
See Explanation !
14
The basic purpose of the toLocaleString() is to _________
ToLocaleString () का मूल उद्देश्य _________ है
return a localised object representation
return a parsed string
return a local time in the string format
return a localized string representation of the object
Previous Question
Next Question
25
See Explanation !
15
What does the CSS property background-repeat: no-repeat; do
सीएसएस (CSS) प्रॉपर्टी की पृष्ठभूमि क्या है - दोहराएँ: दोहराएँ नहीं; करें
Repeats the background horizontally and vertically
Does not repeat the background image
Repeats the background only vertically
Changes the background color
Previous Question
Next Question
25
See Explanation !
16
In HTML, the correct way of commenting out something would be using:
HTML में, कुछ टिप्पणी करने का सही तरीका निम्नलिखित का उपयोग करना होगा:
## and #
<!–- and -–>
</– and -/->
<!– and -!>
Previous Question
Next Question
25
See Explanation !
17
SMTP is associated with
SMTP किससे जुड़ा है
TCP/IP
Electronic Mail
Internet Explorer
www
Previous Question
Next Question
25
See Explanation !
18
What will happen if reverse() and join() methods are used simultaneously?
यदि रिवर्स () और जॉइन() विधियों का एक साथ उपयोग किया जाता है तो क्या होगा?
Reverses and stores in the same array
Reverses and concatenates the elements of the array
Reverses
Stores the elements of an array in normal order
Previous Question
Next Question
25
See Explanation !
19
The __________ attribute adds space within each cell.
__________ विशेषता प्रत्येक कोशिका के भीतर स्थान जोड़ती है।
Cell Spacing
Cell Padding
Width
Align
Previous Question
Next Question
25
See Explanation !
20
Which of the following is not used in e-mail address:
निम्नलिखित में से किसका उपयोग ई - मेल पते में नहीं किया जाता है:
Coma (,)
Dot (.)
Numbers (1,2,3)
Under score (_)
Previous Question
Next Question
25
See Explanation !
21
Are the negative values allowed in padding property?
क्या पैडिंग प्रॉपर्टी में नकारात्मक मानों की अनुमति है?
Yes
No
Cannot say
May be
Previous Question
Next Question
25
See Explanation !
22
Extension of Wordpad file
वर्डपैड फ़ाइल का एक्सटेंसन है
.txt
.rtf
.doc
.text
Previous Question
Next Question
25
See Explanation !
23
Name the syntax of declaring a CSS rule is:
CSS नियम घोषित करने के वाक्यविन्यास का नाम है:
property-name=value
property-name : value
property-name= value
property-name:value;
Previous Question
Next Question
25
See Explanation !
24
who is the owner of w3.css
w3.css का मालिक कौन है
nielit.gov.in
w3schools.com
w3.org
w3framework.org
Previous Question
Next Question
25
See Explanation !
25
Which tag is a container?
कौन सा टैग एक कंटेनर है?
<body>
<br>
<hr>
<img>
Previous Question