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 true about CSS?
सीएसएस के बारे में क्या सच है?
Apply styles for the web page
Define structure of the web page
Provide meaning to the sections of the web page
None of the above
Next Question
25
See Explanation !
2
A series of specially designed documents, which are all liked to viewed on Internet is called:
विशेष रूप से डिज़ाइन किए गए दस्तावेज़ों की एक श्रृंखला, जिन्हें सभी इंटरनेट पर देखना पसंद करते हैं, को कहा जाता है:
Word Wide Web
Web server
Search engine
website
Previous Question
Next Question
25
See Explanation !
3
A modem is not needed when accessing the internet through
के माध्यम से इंटरनेट एक्सेस करते समय मॉडेम की आवश्यकता नहीं होती है
Wi-Fi
LAN
Cable
None of the above
Previous Question
Next Question
25
See Explanation !
4
The currentColor value in CSS is used for:
CSS में वर्तमान रंग मान का उपयोग निम्न के लिए किया जाता है:
Setting the current date and time
Matching the color value of the element's text
Adjusting the transparency of an element
Changing the font family of an element
Previous Question
Next Question
25
See Explanation !
5
What does the br tag add to your webpage?
Br टैग आपके वेबपेज में क्या जोड़ता है?
Long break
Paragraph break
Line break
None of the above
Previous Question
Next Question
25
See Explanation !
6
________is used to specify a new condition to test if the first condition is false.
________का उपयोग यह जांचने के लिए एक नई स्थिति निर्दिष्ट करने के लिए किया जाता है कि क्या पहली स्थिति गलत है।
if
else
else if
none of the above
Previous Question
Next Question
25
See Explanation !
7
Which of the following is the CGI method of invoking a CGI program?
सीजीआई कार्यक्रम को लागू करने की सीजीआई विधि निम्नलिखित में से कौन सी है?
GET method
HEAD method
Both a and b above
None of the above
Previous Question
Next Question
25
See Explanation !
8
A linked page using anchor tag is normally displayed in
एंकर टैग का उपयोग करके एक लिंक किया गया पृष्ठ आमतौर पर इसमें प्रदर्शित किया जाता है
New window
Current window
New tab
Same tab
Previous Question
Next Question
25
See Explanation !
9
The page title is inside the____tag.
पेज का शीर्षक ____टैग के अंदर है।
Body
Head
Division
Table
Previous Question
Next Question
25
See Explanation !
10
The selection of the following subnet address for all the workstations and the server while installing a proxy server was random. It was selected because it falls within the Class C subnet range and is easy to remember:
प्रॉक्सी सर्वर इंस्टॉल करते समय सभी वर्कस्टेशन और सर्वर के लिए निम्नलिखित सबनेट पते का चयन यादृच्छिक था। इसे इसलिए चुना गया था क्योंकि यह क्लास C सबनेट रेंज में आता है और इसे याद रखना आसान है:
220.220.1.5
220.111.220.220
220.220.220.220
None of the above
Previous Question
Next Question
25
See Explanation !
11
Identity the default font used in w3.font
W3.font में इस्तेमाल किए गए डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Times New Roman
Arial
Verdana
None of the above
Previous Question
Next Question
25
See Explanation !
12
What is the correct HTML for referring to an external style sheet?
बाहरी स्टाइल शीट का जिक्र करने के लिए सही HTML क्या है?
<style src="mystyle.css">
<stylesheet>mystyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<link rel="stylesheet" type="text/css" src="mystyle.css">
Previous Question
Next Question
25
See Explanation !
13
Choose the correct HTML tag for the largest heading
सबसे बड़े शीर्षक के लिए सही HTML टैग चुनें
H1 tag
H6 tag
H10 tag
HEAD tag
Previous Question
Next Question
25
See Explanation !
14
The :nth-child(odd) selector in CSS selects
सीएसएस में :nth - child(विषम) चयनकर्ता का चयन करता है
Every odd-numbered child element of its parent
Every even-numbered child element of its parent
Only the first child element of its parent
All child elements of its parent
Previous Question
Next Question
25
See Explanation !
15
Which of the following is a business networking site?
निम्नलिखित में से कौन एक व्यावसायिक नेटवर्किंग साइट है?
Twitter
WhatsApp
LinkedIn
YouTube
Previous Question
Next Question
25
See Explanation !
16
Which tag is used for internal Frame
आंतरिक फ़्रेम के लिए किस टैग का उपयोग किया जाता है
<Iframe>
<Inframe>
<frame>
<inlineframe>
Previous Question
Next Question
25
See Explanation !
17
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 !
18
Which HTML tag do we use for displaying the power in the expression, (x² – y²)?
अभिव्यक्ति में शक्ति प्रदर्शित करने के लिए हम किस HTML टैग का उपयोग करते हैं, (x² – y ²)?
<p>
<sup>
<sub>
None of the above
Previous Question
Next Question
25
See Explanation !
19
'Multiple' Property is used in which tag
'मल्टीपल' प्रॉपर्टी का इस्तेमाल किस टैग में किया जाता है
Label Tag
Select Tag
TextBox Tag
Frame Tag
Previous Question
Next Question
25
See Explanation !
20
A web browser is a __________side software program which communicates with web servers on the internet and request information wanted by users
एक वेब ब्राउज़र एक __________साइड सॉफ्टवेयर प्रोग्राम है जो इंटरनेट पर वेब सर्वरों के साथ संचार करता है और उपयोगकर्ताओं द्वारा वांछित जानकारी का अनुरोध करता है
Client
Server
Peer to peer
Host
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
Which W3.CSS class is used to display a border around a table
किस W3.CSS क्लास का उपयोग किसी टेबल के चारों ओर बॉर्डर प्रदर्शित करने के लिए किया जाता है
w3-border
w3-table-border
w3-bordered
w3-border-table
Previous Question
Next Question
25
See Explanation !
23
What does CSS stand for
CSS का मतलब क्या है?
Computer Style Sheets
Creative Style Sheets
Cascading Style Sheets
Colorful Style Sheets
Previous Question
Next Question
25
See Explanation !
24
What are the three important manipulations done in a for loop on a loop variable?
लूप वेरिएबल पर लूप के लिए किए गए तीन महत्वपूर्ण जोड़तोड़ क्या हैं?
Updation, Incrementation, Initialization
Initialization,Testing, Updation
Testing, Updation, Testing
Initialization,Testing, Incrementation
Previous Question
Next Question
25
See Explanation !
25
Which of the following HTML tag is used to create an unordered list?
एक अनऑर्डर्ड लिस्ट बनाने के लिए निम्नलिखित में से किस HTML टैग का उपयोग किया जाता है?
<ol>
<ul>
<li>
<ll>
Previous Question