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
How can you open a link in a new browser Window?
आप एक नए ब्राउज़र विंडो में एक लिंक कैसे खोल सकते हैं?
<a href=" url" new>
<a href="url" target="new">
<a href="url" target="_blank">
<a href="url"target="">
Next Question
25
See Explanation !
2
Which of the following protocols is used for WWW ?
WWW के लिए निम्नलिखित में से किस प्रोटोकॉल का उपयोग किया जाता है?
ftp
http
W3
All of the above
Previous Question
Next Question
25
See Explanation !
3
Which of the following protocol is used by electronic mail?
निम्नलिखित में से किस प्रोटोकॉल का उपयोग इलेक्ट्रॉनिक मेल द्वारा किया जाता है?
telnet
ftp
smtp
rdp
Previous Question
Next Question
25
See Explanation !
4
Which of the following selector selects an element that has no childern ?
निम्नलिखित में से कौन सा चयनकर्ता एक ऐसे तत्व का चयन करता है जिसमें कोई चाइल्डर्न नहीं है ?
:empty
:nochild
:inheritance
:no-child
Previous Question
Next Question
25
See Explanation !
5
How can you select all elements of a specific class in CSS
आप सीएसएस में एक विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं
#classname
.classname
element.classname
*classname
Previous Question
Next Question
25
See Explanation !
6
An HTML file starts with the tag:
एक HTML फ़ाइल टैग से शुरू होती है:
<TITLE>
<BODY>
<BODY>
<HTML>
Previous Question
Next Question
25
See Explanation !
7
The process of keeping address in memory for future use is called
भविष्य के उपयोग के लिए पते को स्मृति में रखने की प्रक्रिया को कहा जाता है
Routing
Resolving
Caching
None of the above
Previous Question
Next Question
25
See Explanation !
8
Which of the following does not count in the total width of the element in the web page?
निम्नलिखित में से कौन सा वेब पेज में तत्व की कुल चौड़ाई में नहीं गिना जाता है?
border
margin
padding
none of the above
Previous Question
Next Question
25
See Explanation !
9
SGML stands for?
SGML का अर्थ क्या है?
Standalone generalized markup language
Standalone global makeup language
Standard generalized markup language
Standalone Graphical markup language
Previous Question
Next Question
25
See Explanation !
10
What is the maximum number of members allowed to join a single group in Telegram?
टेलीग्राम में एक समूह में शामिल होने के लिए सदस्यों की अधिकतम संख्या कितनी है?
200,000
20,000
2,000
200
Previous Question
Next Question
25
See Explanation !
11
Error detection at a data link level is achieved by
डेटा लिंक स्तर पर त्रुटि का पता लगाने का लक्ष्य किसके द्वारा प्राप्त किया जाता है
Parity
Cyclic redundancy code
Hamming code
Equalization
Previous Question
Next Question
25
See Explanation !
12
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 !
13
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 !
14
Which of the following property is used to control the scrolling of an image in the background
पृष्ठभूमि में किसी छवि के स्क्रॉलिंग को नियंत्रित करने के लिए निम्नलिखित में से किस संपत्ति का उपयोग किया जाता है
background-attachment
background
background-repeat
background-position
Previous Question
Next Question
25
See Explanation !
15
Which of the following the use of small programs that are executed based on user interaction with a web page is referred to as:
वेब पेज के साथ उपयोगकर्ता के इंटरैक्शन के आधार पर निष्पादित किए जाने वाले छोटे कार्यक्रमों में से किसके उपयोग को संदर्भित किया जाता है:
Web scripting
Client-side scripting
Server-side scripting
HTML
Previous Question
Next Question
25
See Explanation !
16
To create HTML document you require a:
HTML डॉक्यूमेंट बनाने के लिए आपको ये डॉक्यूमेंट चाहिए :-
Webpage editing software
High powered computer
Simple Text Editor like notepad
None of above
Previous Question
Next Question
25
See Explanation !
17
Which of the following is the correct regarding meta tag in HTML?
HTML में मेटा टैग के संबंध में निम्नलिखित में से कौन सा सही है?
<meta> ... </meta>
<meta name = " " />
<metadata> ... </metadata>
<metadata name = " " />
Previous Question
Next Question
25
See Explanation !
18
Which of these is not used by intranet?
इनमें से किसका उपयोग इंट्रानेट द्वारा नहीं किया जाता है?
TCP
BSNL
IP
HTTP
Previous Question
Next Question
25
See Explanation !
19
HTML document should begin with the ____
HTML दस्तावेज़ ____ से शुरू होना चाहिए
<HEAD> tag
<TITLE> tag
<BODY> tag
<HTML> tag
Previous Question
Next Question
25
See Explanation !
20
The key difference between JavaScript and Java is
जावास्क्रिप्ट और जावा के बीच मुख्य अंतर है
JavaScript can be combined directly with HTML.
The JavaScript language structure is simpler than that of Java.
The JavaScript interpreter is built into a Web browser.
All of the above
Previous Question
Next Question
25
See Explanation !
21
Which of the following expressions is true ?
निम्नलिखित में से कौन सा व्यंजक सत्य है?
{expression}
[{ expression }]
_expression
{{ expression }}
Previous Question
Next Question
25
See Explanation !
22
The CSS property position: static; is used to
CSS प्रॉपर्टी की स्थिति: static; का उपयोग किया जाता है
Fix the element at the top of the viewport during scrolling
Remove the element from the document flow
Position the element relative to its normal position
Center-align the element on the page
Previous Question
Next Question
25
See Explanation !
23
Voice mail,E-mail,online service,the internet and the www are all example of
वॉयस मेल,ई - मेल, ऑनलाइन सेवा, इंटरनेट और www इसके सभी उदाहरण हैं
computer categaries
connectivity
Telecommuting
None of the above
Previous Question
Next Question
25
See Explanation !
24
How many photos can be uploaded to Facebook simultaneously?
Facebook पर एक साथ कितनी फ़ोटो अपलोड की जा सकती हैं?
10
15
25
30
Previous Question
Next Question
25
See Explanation !
25
To zoom an image on a mouse hover
माउस होवर पर किसी इमेज को ज़ूम करने के लिए
Transition
Transform
Both a and b
None of these
Previous Question