Syllabus
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
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
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
CSS
Javascript
Python
Practical Questions
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
Which attribute of the <form> element specifies where to send the form-data when a form is submitted
<form> जब कोई फ़ॉर्म सबमिट किया जाता है, तो तत्व की कौन सी विशेषता निर्दिष्ट करती है कि फ़ॉर्म - डेटा कहाँ भेजना है
method
action
target
enctype
Next Question
25
See Explanation !
2
Which CSS selector will be used to define a single element style?
एकल तत्व शैली को परिभाषित करने के लिए किस सीएसएस चयनकर्ता का उपयोग किया जाएगा?
ID
Class
Text
Name
Previous Question
Next Question
25
See Explanation !
3
_________ the general form of the name of a file or directory, specifies a unique location in a file system.
_________ फ़ाइल या निर्देशिका के नाम का सामान्य रूप, फ़ाइल सिस्टम में एक अद्वितीय स्थान निर्दिष्ट करता है।
Source name
Path name
URL and Port number
Host number
Previous Question
Next Question
25
See Explanation !
4
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 !
5
Which of the following is the correct way to start an ordered list with the count of numeric value 4?
संख्यात्मक मान 4 की गणना के साथ एक क्रमबद्ध सूची शुरू करने का सही तरीका निम्नलिखित में से कौन सा है?
<ol type = "1" initial = "4">
<ol type = "1" begin = "4">
\>" id="4=>opt3">
<ol type = "1" num = "4">\>
<ol type = "1" start = "4">
Previous Question
Next Question
25
See Explanation !
6
How do we write comments in HTML?
हम HTML में टिप्पणियाँ कैसे लिखते हैं?
</ comment text >
<!-- comment text -->
</ comment text />
< comment text !>
Previous Question
Next Question
25
See Explanation !
7
The CSS property box-shadow: 5px 5px 10px #888888; does what to an element
सीएसएस संपत्ति बॉक्स-छाया: 5px 5px 10px #888888; किसी तत्व के लिए क्या करता है
Adds a border to the element
Centers the element on the page
Applies a shadow to the element with specified offset, blur, and color
Sets the transparency of the element
Previous Question
Next Question
25
See Explanation !
8
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 !
9
Choose the correct format for Gmail address
Gmail पते के लिए सही फ़ॉर्मेट चुनें
abc@gmail.com
abc@gmail-com
abcgmail@com
None of the above
Previous Question
Next Question
25
See Explanation !
10
File transfer from any webpage to computer system is referred to as
किसी भी वेबपेज से कंप्यूटर सिस्टम में फ़ाइल ट्रांसफर को निम्न के रूप में संदर्भित किया जाता है
Uploading
Forwarding
Downloading
Transferring
Previous Question
Next Question
25
See Explanation !
11
Which of the following options is incorrect with reference to status codes ?
स्टेटस कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है?
200 OK
304 Not Found
400 Bad Request
301 Moved Permanently
Previous Question
Next Question
25
See Explanation !
12
Which term is mostly used by Twitter users.
किस शब्द का उपयोग ज्यादातर ट्विटर उपयोगकर्ताओं द्वारा किया जाता है।
Posts
Tweets
Twinks
Tweats
Previous Question
Next Question
25
See Explanation !
13
_________ networks are more commonly implemented where less than ten computers are involved and where strict security is not necessary.
_________ नेटवर्क आमतौर पर लागू किए जाते हैं जहां दस से कम कंप्यूटर शामिल होते हैं और जहां सख्त सुरक्षा की आवश्यकता नहीं होती है।
Peer-to-peer
Client/server
Domain name server
Application
Previous Question
Next Question
25
See Explanation !
14
How to apply styles to all <span> element inside para’s having class ‘style’?
सभी पर स्टाइल कैसे लागू करें
p.style span
p.style.span
p.style span*
none of the above
Previous Question
Next Question
25
See Explanation !
15
The transport layer protocols is
ट्रांसपोर्ट लेयर प्रोटोकॉल है
UDP
PPX
TCP
Both UDP and TCP
Previous Question
Next Question
25
See Explanation !
16
The complete form of MUA is ?
MUA का पूरा रूप क्या है ?
Mail User Authentication
Mail User Application
Mail User Agent
Multi User Agent
Previous Question
Next Question
25
See Explanation !
17
Among the following, which is the HTML paragraph tag?
निम्नलिखित में से, HTML पैराग्राफ टैग क्या है?
<p>
<pre>
<hr>
<a>
Previous Question
Next Question
25
See Explanation !
18
E-mail is an example of which of the following?
ई - मेल निम्नलिखित में से किसका उदाहरण है?
Electronic Messaging
Internal messaging
Instant messaging
None of these
Previous Question
Next Question
25
See Explanation !
19
The CSS property font-weight: bold; is equivalent to
CSS प्रॉपर्टी फ़ॉन्ट - वेट: BOLD; के बराबर है
font-weight: 700;
font-weight: 500;
font-weight: 600;
font-weight: 400;
Previous Question
Next Question
25
See Explanation !
20
To show deleted text, which HTML element is used?
हटाए गए टेक्स्ट को दिखाने के लिए, किस HTML तत्व का उपयोग किया जाता है?
<del>
<em>
<strong>
<<ns>
Previous Question
Next Question
25
See Explanation !
21
Which topology is used by FDDI
FDDI द्वारा किस टोपोलॉजी का उपयोग किया जाता है
Bus Topology
Ring Topology
Dual Ring Topology
Mesh Topology
Previous Question
Next Question
25
See Explanation !
22
In this topology there is a central controller or hub
इस टोपोलॉजी में एक केंद्रीय नियंत्रक या हब है
Star
Mesh
Ring
Bus
Previous Question
Next Question
25
See Explanation !
23
What does the action attribute defines?
एक्शन एट्रिब्यूट क्या परिभाषित करता है?
Specify the action to be performed on the form content
Specify the address on the server to send the form content to
Specify the method to call when the form is submitted
None of the above
Previous Question
Next Question
25
See Explanation !
24
How many days have I stored for any message trash?
मैंने किसी भी मैसेज ट्रैश के लिए कितने दिन स्टोर किए हैं?
100 Days
30 Days
50 Days
10 Days
Previous Question
Next Question
25
See Explanation !
25
Which CSS property is used to change the text color of an element
किसी तत्व के टेक्स्ट रंग को बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
font-color
text-color
color
text-style
Previous Question