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
We can delete the maximum number of e-mail at a time is-
हम एक समय में ई - मेल की अधिकतम संख्या को हटा सकते हैं -
Multiple
Only Two
Only One
Only three
Next Question
25
See Explanation !
2
which attribute is used to set or change the background color of table
तालिका के पृष्ठभूमि रंग को सेट करने या बदलने के लिए किस विशेषता का उपयोग किया जाता है
background
backgrouncolor
bgcolor
tablecolor
Previous Question
Next Question
25
See Explanation !
3
What is the difference between XML and HTML?
XML और HTML में क्या अंतर है?
HTML is used for exchanging data, XML is not.
XML is used for exchanging data, HTML is not.
HTML can have user defined tags, XML cannot
Both B and C
Previous Question
Next Question
25
See Explanation !
4
How can you select all elements of a specific class in CSS
आप सीएसएस में एक विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं
#classname
.classname
element.classname
*classname
Previous Question
Next Question
25
See Explanation !
5
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 !
6
Which of the following directives is used to start an angularJS application?
कोणीय जेएस एप्लिकेशन शुरू करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?
ng-repeat
ng-init
ng-app
ng-model
Previous Question
Next Question
25
See Explanation !
7
How many columns are supported in the responsive grid?
उत्तरदायी ग्रिड में कितने कॉलम समर्थित हैं?
10
11
12
13
Previous Question
Next Question
25
See Explanation !
8
For what purpose is the CSS padding property used ?
सीएसएस पैडिंग प्रॉपर्टी का उपयोग किस उद्देश्य के लिए किया जाता है?
Border
Space
Background Color
Margin
Previous Question
Next Question
25
See Explanation !
9
FTP is
एफ़टीपी है
Server side encryption protocol
Control connection to remote computer to transfer files
User Datagram Protocol.
Authorization of a user through login and password verification.
Previous Question
Next Question
25
See Explanation !
10
Cookie stores the data on
कुकी डेटा को इस पर संग्रहीत करती है
Server
Remote Server
Browser
All of These
Previous Question
Next Question
25
See Explanation !
11
One of the special features of an interpreter in reference with the for loop is that ___________
फॉर लूप के संदर्भ में एक दुभाषिया की विशेष विशेषताओं में से एक यह है कि ___________
Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property
The iterations can be infinite when an interpreter is used
The body of the loop is executed only once
the iteration is finite when an interpreter is used
Previous Question
Next Question
25
See Explanation !
12
HTML is what type of language ?
HTML किस प्रकार की भाषा है?
Markup Language
Programming Language
Network Protocol
Scripting Language
Previous Question
Next Question
25
See Explanation !
13
The CSS property justify-content is used in:
CSS प्रॉपर्टी justify - content का उपयोग निम्न में किया जाता है:
Flexbox
Grid layout
Text alignment
Adding shadows to the element
Previous Question
Next Question
25
See Explanation !
14
In OSI model cable is used in
OSI मॉडल में केबल का उपयोग किया जाता है
Physical Laye
Network layer
Transport layer
Data link layer
Previous Question
Next Question
25
See Explanation !
15
Which method is secure to transfer form data to server
फ़ॉर्म डेटा को सर्वर पर ट्रांसफ़र करने के लिए कौन - सी विधि सुरक्षित है
SAFE
GET
SECURE
POST
Previous Question
Next Question
25
See Explanation !
16
The CSS property border-image is used for
CSS प्रॉपर्टी बॉर्डर - इमेज का उपयोग किसके लिए किया जाता है
Adding a background image to the border
Applying an image as the border of an element
Changing the color of the border
Adjusting the spacing between lines of text
Previous Question
Next Question
25
See Explanation !
17
The 4 byte IP address consists of
4 बाइट के आईपी पते में शामिल हैं:
Network Address
Host Address
Both A) and B)
None of the above
Previous Question
Next Question
25
See Explanation !
18
The CSS property margin: 10px auto; does what to an element
CSS प्रॉपर्टी मार्जिन: 10px ऑटो; किसी एलिमेंट को क्या करता है
Adds a margin of 10 pixels on all sides of the element
Centers the element horizontally
Aligns the element to the top of its container
Increases the font size of the element
Previous Question
Next Question
25
See Explanation !
19
Which of the following is not a type of attribute for input tag?
निम्नलिखित में से कौन सा इनपुट टैग के लिए विशेषता का एक प्रकार नहीं है?
day
week
month
time
Previous Question
Next Question
25
See Explanation !
20
How do you apply multiple external CSS files to an HTML document
आप HTML दस्तावेज़ में कई बाहरी CSS फ़ाइलों को कैसे लागू करते हैं
Only one file can be linked at a time
Use multiple <link> tags for each file
Combine all styles into one file
Load them with a <script> tag.
Previous Question
Next Question
25
See Explanation !
21
Which property is used for font size in css?
सीएसएस में फ़ॉन्ट आकार के लिए किस संपत्ति का उपयोग किया जाता है?
text-size
font-size
font-style
fontsize
Previous Question
Next Question
25
See Explanation !
22
HTTP status codes are in ___ digits
HTTP स्टेटस कोड ___ अंकों में हैं
1 digit
2 digit
3 digit
4 digit
Previous Question
Next Question
25
See Explanation !
23
Which of the following achieves the effect of using script language?
निम्नलिखित में से कौन स्क्रिप्ट भाषा का उपयोग करने के प्रभाव को प्राप्त करता है?
DHTML
XML
HTML
CGI
Previous Question
Next Question
25
See Explanation !
24
Fundamental HTML Block is known as
मौलिक एचटीएमएल ब्लॉक के रूप में जाना जाता है
HTML Body
HTML Tag
HTML Attribute
HTML Entity
Previous Question
Next Question
25
See Explanation !
25
In the email, username and domain name differs from
ईमेल में, उपयोगकर्ता नाम और डोमेन नाम किससे अलग हैं
@
/
,
.
Previous Question