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
Port Number 21 is used for
पोर्ट नंबर 21 का उपयोग किसके लिए किया जाता है
HTTP
HTTPS
FTP
SMTP
Next Question
25
See Explanation !
2
______ is used to send an email to some other person in addition to the main subject receiver without disclosing details to all.
______ का उपयोग सभी को विवरण का खुलासा किए बिना मुख्य विषय रिसीवर के अलावा किसी अन्य व्यक्ति को एक ईमेल भेजने के लिए किया जाता है।
Carbon Copy
Blind Carbon Copy
Copy
Xerox Copy
Previous Question
Next Question
25
See Explanation !
3
If we want to add some document in mail then we choose which option ?
यदि हम मेल में कुछ दस्तावेज़ जोड़ना चाहते हैं तो हम कौन सा विकल्प चुनते हैं?
Link
Compost
Add
Attachment
Previous Question
Next Question
25
See Explanation !
4
Which selector applies styles to all <p> elements inside a <div> element
कौन सा चयनकर्ता सभी पर शैलियों को लागू करता है
div, p
div + p
div p
div > p
Previous Question
Next Question
25
See Explanation !
5
In Email id we can Change user id
ईमेल आईडी में हम उपयोगकर्ता आईडी बदल सकते हैं
Yes
No
Never
Only one time
Previous Question
Next Question
25
See Explanation !
6
Which tag is used to create a blank line in HTML?
HTML में एक रिक्त रेखा बनाने के लिए किस टैग का उपयोग किया जाता है?
<b>
<br>
<em>
<blank>
Previous Question
Next Question
25
See Explanation !
7
Server side scripts is:
सर्वर साइड स्क्रिप्ट है:
A visible to the end user
Defined to user
Invisible to the end user
Both (b) and (c)
Previous Question
Next Question
25
See Explanation !
8
The total time to prepare a disk drive mechanism for a block of data to be read from is:
डेटा के एक ब्लॉक को पढ़ने के लिए डिस्क ड्राइव तंत्र तैयार करने का कुल समय है:
latency
latency plus transmission time
latency plus seek time
latency plus seek time plus transmission time
Previous Question
Next Question
25
See Explanation !
9
The communication protocol used by the Internet to transfer hypertext documents is ___
हाइपरटेक्स्ट दस्तावेज़ों को स्थानांतरित करने के लिए इंटरनेट द्वारा उपयोग किया जाने वाला संचार प्रोटोकॉल ___ है
Hyper Text Internet Protocol
Hyper Text Transfer Protocol
Internet protocol
File Transfer Protocol
Previous Question
Next Question
25
See Explanation !
10
____________ is used to add color and layout to the website.
वेबसाइट में रंग और लेआउट जोड़ने के लिए ____________ का उपयोग किया जाता है।
CSS
PHP
Javascript
HTML
Previous Question
Next Question
25
See Explanation !
11
How can one change the font of an element?
कोई किसी तत्व के फ़ॉन्ट को कैसे बदल सकता है?
f:
Font:
Font-family
Font:b
Previous Question
Next Question
25
See Explanation !
12
Which of the following achieves the effect of using script language?
निम्नलिखित में से कौन स्क्रिप्ट भाषा का उपयोग करने के प्रभाव को प्राप्त करता है?
DHTML
XML
HTML
CGI
Previous Question
Next Question
25
See Explanation !
13
The CSS property transition-delay is used to:
CSS प्रॉपर्टी ट्रांज़िशन - डिले का इस्तेमाल इन चीज़ों के लिए किया जाता है:
Set the duration of the transition effect
Define the property being transitioned
Specify the starting value of the transitioned property
Introduce a delay before the transition effect begins
Previous Question
Next Question
25
See Explanation !
14
What does the CSS property display: none; do
सीएसएस प्रॉपर्टी क्या प्रदर्शित करती है: कोई नहीं; क्या करें
Hides the element
Changes the font
Increases the element's size
Makes the element visible
Previous Question
Next Question
25
See Explanation !
15
E-mail stands for
ई - मेल का मतलब है
Electronic man
Electromagnetic mail
Electronic mail
Engine Mail
Previous Question
Next Question
25
See Explanation !
16
What does an email ID contain?
ईमेल आईडी में क्या होता है?
Letter, number, @
Letters, numbers
Username
None of these
Previous Question
Next Question
25
See Explanation !
17
What is the correct way to link an external CSS file to an HTML document
बाहरी CSS फ़ाइल को HTML दस्तावेज़ से लिंक करने का सही तरीका क्या है
<style src="style.css">
<link rel="stylesheet" href="style.css">
<css link="style.css">
<script src="style.css">
Previous Question
Next Question
25
See Explanation !
18
Which of the following selector selects elements that do not match the selector s?
निम्नलिखित में से कौन सा selector उन तत्वों का चयन करता है जो selector s से मेल नहीं खाते हैं?
:!(s)
:nth-child(s)
:not(s)
None of these
Previous Question
Next Question
25
See Explanation !
19
Shortcut keys to hide lines in Notepad++
नोटपैड में लाइनों को छिपाने के लिए शॉर्टकट कुंजी
Alt+H
Shift+H
CTRL+H
None of the above
Previous Question
Next Question
25
See Explanation !
20
A world wide web contains webpages
एक वर्ल्ड वाइड वेब में वेबपेज होते हैं
residing in many computers
created using HTML
with links to other webpages
residing in many computers linked together using HTML
Previous Question
Next Question
25
See Explanation !
21
Which of the following tag is used to mark a beginning of paragraph ?
अनुच्छेद की शुरुआत को चिह्नित करने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
<TD>
<BR>
<P>
<TR>
Previous Question
Next Question
25
See Explanation !
22
The CSS property pointer-events: auto; does what to an element
CSS प्रॉपर्टी पॉइंटर - इवेंट: ऑटो; एक एलिमेंट को क्या करता है
Enables pointer events for the element
Disables pointer events for the element
Adds a shadow to the element
Changes the font size of the element
Previous Question
Next Question
25
See Explanation !
23
The default port for SMTP is:
SMTP के लिए डिफ़ॉल्ट पोर्ट है:
21
23
25
80
Previous Question
Next Question
25
See Explanation !
24
What is cell padding?
सेल पैडिंग क्या है?
Used to separate cell walls from their contents
Used to set space between cells
Both a and b above
Used to provide width to a cell
Previous Question
Next Question
25
See Explanation !
25
Who among the following is the founder of LinkedIn?
निम्नलिखित में से कौन लिंक्डइन का संस्थापक है?
chris daniels
pavel durov
reid hoffman
marco börries
Previous Question