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
the default text alignment for <th> tag is
th Tag के लिए डिफ़ॉल्ट टेक्स्ट संरेखण
Left
Right
Center
Justify
Next Question
25
See Explanation !
2
The invalid domain word (name) for Email address ?
ईमेल पते के लिए अमान्य डोमेन शब्द (नाम)?
Gov
Fun
Com
Mil
Previous Question
Next Question
25
See Explanation !
3
The tag used for creating hypertext and hypermedia links is
हाइपरटेक्स्ट और हाइपरमीडिया लिंक बनाने के लिए उपयोग किया जाने वाला टैग है
<hr>
<br>
<pre>
<a>
Previous Question
Next Question
25
See Explanation !
4
Which CSS property sets a background image for an element
कौन सी सीएसएस प्रॉपर्टी किसी एलिमेंट के लिए बैकग्राउंड इमेज सेट करती है
background-color
background
background-image
both b and c
Previous Question
Next Question
25
See Explanation !
5
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 !
6
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 !
7
What is work of padding property?
पैडिंग प्रॉपर्टी का काम क्या है?
to set Space between its content and its border
to set Space outside content
to set Space between tow lines
to set Space between to character
Previous Question
Next Question
25
See Explanation !
8
Internet is governed by
इंटरनेट किसके द्वारा नियंत्रित होता है
I & B
IETF
Inter NIC
None of these
Previous Question
Next Question
25
See Explanation !
9
Call Based architecture is known as
कॉल आधारित वास्तुकला के रूप में जाना जाता है
ATM
FDDI
LAN
Client Server
Previous Question
Next Question
25
See Explanation !
10
Who sent the email first Time?
पहली बार ईमेल किसने भेजा था?
Tim Berners Lee
Vint Cerf
Herman Helorith
Ray Tomlinson
Previous Question
Next Question
25
See Explanation !
11
Which of the following is true about AngularJS expressions?
AngularJS एक्सप्रेशन के बारे में निम्नलिखित में से कौन सा सच है?
Expressions behave in same way as ng-bind directives
Expressions are used to bind application data to html
Expressions are written inside double braces like {{expression}}
All of these
Previous Question
Next Question
25
See Explanation !
12
Which is not a HTTP method.
जो HTTP विधि नहीं है।
Post
GET
SET
Delete
Previous Question
Next Question
25
See Explanation !
13
The internet model or TCP/IP reference model specifically applies to internet worked systems, and has 4 layers. The movement of data packets across a network would be managed by which layer?
इंटरनेट मॉडल या टीसीपी/आईपी संदर्भ मॉडल विशेष रूप से इंटरनेट पर काम करने वाले सिस्टम पर लागू होता है, और इसमें 4 परतें होती हैं। एक नेटवर्क में डेटा पैकेटों की आवाजाही को किस परत द्वारा प्रबंधित किया जाएगा?
The link layer
The (inter) network layer
The transport layer
The application layer
Previous Question
Next Question
25
See Explanation !
14
Which property is used to change the left margin of an element?
किसी तत्व के बाएं मार्जिन को बदलने के लिए किस गुण का उपयोग किया जाता है?
margin-left
indent
padding-left
left-margin
Previous Question
Next Question
25
See Explanation !
15
Which is a declaration for an HTML5 document
जो HTML5 दस्तावेज़ के लिए एक घोषणा है
<!doctype html>
</DOCTYPE html>
DOCTYPE htmls
<DOCTYPE html>
Previous Question
Next Question
25
See Explanation !
16
Consider the below div tag content statement, how to print the value of "UserName"? <br> <div ng-app=" ng-init="firstName='John'"> <p>Input something in the input box:</p> <br> <p>Name: <input type="text" ng-model=
नीचे दिए गए div टैग कंटेंट स्टेटमेंट पर विचार करें, "UserName" का मान कैसे प्रिंट करें?
UserName
{{UserName}}
{UsertName}
{_UserName)
Previous Question
Next Question
25
See Explanation !
17
Which JavaScript statement is used to perform different actions based on different conditions?
विभिन्न स्थितियों के आधार पर विभिन्न क्रियाओं को करने के लिए किस जावास्क्रिप्ट कथन का उपयोग किया जाता है?
if
for
while
switch
Previous Question
Next Question
25
See Explanation !
18
What is the full name of CC?
CC का पूरा नाम क्या है?
Carbon Copy
Copy Carbon
Carbon Clint
None
Previous Question
Next Question
25
See Explanation !
19
Default value of CSS position property is
सीएसएस पोजीशन प्रॉपर्टी का डिफ़ॉल्ट मान है
Relative
Absolute
Fixed
Static
Previous Question
Next Question
25
See Explanation !
20
Resolution of externally defined symbols is performed by
बाहरी रूप से परिभाषित प्रतीकों का रिज़ॉल्यूशन किसके द्वारा किया जाता है
Linker
Loader
Compiler
Editor
Previous Question
Next Question
25
See Explanation !
21
Which class is used to create border in w3.css
W3.css में बॉर्डर बनाने के लिए किस वर्ग का उपयोग किया जाता है
w3-border
w3.border
w3.-border
None of these
Previous Question
Next Question
25
See Explanation !
22
Which of the following selector applied styles to elements that are valid per HTML5 validations set either with the pattern or type attributes ?
निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों के लिए शैलियों को लागू करता है जो प्रति HTML5 मान्यताओं को पैटर्न या प्रकार विशेषताओं के साथ सेट करते हैं?
:valid
:required
:optional
:invalid
Previous Question
Next Question
25
See Explanation !
23
Which of the following statements is false about hosting?
मेज़बानी के बारे में इनमें से कौन - सा कथन गलत है?
Shared hosting is cheaper than dedicated hosting
Shared hosting is safer than dedicated hosting
Dedicated hosting is safer than shared hosting
Though more expensive than shared hosting, Dedicated hosting is more secure
Previous Question
Next Question
25
See Explanation !
24
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 !
25
Which pseudo-class is used to define the style of an element when a user mouses over it
जब कोई उपयोगकर्ता उस पर माउस करता है तो किसी तत्व की शैली को परिभाषित करने के लिए किस छद्म - वर्ग का उपयोग किया जाता है
:link
:hover
:active
:focus
Previous Question