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
How can you make a list with numbers?
आप संख्याओं के साथ एक सूची कैसे बना सकते हैं?
<dl>
<ol>
<ul>
<list>
Next Question
25
See Explanation !
2
What is React.js?
React.js क्या है?
Open-source JavaScript back-end library
JavaScript front-end library to create a database
Free and open-source JavaScript front-end library
None of the mentioned
Previous Question
Next Question
25
See Explanation !
3
HTTP status codes are in ___ digits
HTTP स्टेटस कोड ___ अंकों में हैं
1 digit
2 digit
3 digit
4 digit
Previous Question
Next Question
25
See Explanation !
4
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 !
5
There are_____color names recognized by all version of HTML.
HTML के सभी संस्करणों द्वारा पहचाने गए _____रंग के नाम हैं।
6
8
256
16
Previous Question
Next Question
25
See Explanation !
6
What is not a valid statement for Angular JS?
कोणीय JS के लिए मान्य कथन क्या नहीं है?
It is a JavaScript framework
It is added using <script> tag
It is a framework written in C
Angular JS extends HTML attributes
Previous Question
Next Question
25
See Explanation !
7
Which of the following has no predefined set of tags?
निम्नलिखित में से किसमें टैग का कोई पूर्वनिर्धारित सेट नहीं है?
Scriptlet
Applet
XML
Java Server page
Previous Question
Next Question
25
See Explanation !
8
are used to identify user input, user action and browser actions.
उपयोगकर्ता इनपुट, उपयोगकर्ता कार्रवाई और ब्राउज़र क्रियाओं की पहचान करने के लिए उपयोग किया जाता है।
Anput handler
Event handler
Document handler
Action handler
Previous Question
Next Question
25
See Explanation !
9
What is SMTP related ?
SMTP का क्या संबंध है?
Email
Messenger
Search
Web
Previous Question
Next Question
25
See Explanation !
10
Which tag is used to underline the text in HTML?
HTML में टेक्स्ट को रेखांकित करने के लिए किस टैग का उपयोग किया जाता है?
<un>
<u>
<under>
<ul>
Previous Question
Next Question
25
See Explanation !
11
Find the odd one out:
विषम चुनें
Adobe PageMill and SiteMill
NetScape Navigator Gold
Microsoft FrontPage
DOS
Previous Question
Next Question
25
See Explanation !
12
How to create a checkbox in HTML Form?
HTML फ़ॉर्म में एक चेकबॉक्स कैसे बनाएं?
<input type=”check”>
<input type=”textarea”>
<input type=”checkbox”>
<checkbox>Text</checkbox>
Previous Question
Next Question
25
See Explanation !
13
____________ hides the internal address and network topology of its protected domain from outside
____________ अपने संरक्षित डोमेन के आंतरिक पते और नेटवर्क टोपोलॉजी को बाहर से छिपाता है
SAN
SAT
NAT
ARP
Previous Question
Next Question
25
See Explanation !
14
Which W3.CSS class is used to add zebra-stripes to a table
तालिका में ज़ेबरा - स्ट्राइप जोड़ने के लिए किस W3.CSS वर्ग का उपयोग किया जाता है
w3-table-striped
w3-zebra
w3-striped
w3-zebra-striped
Previous Question
Next Question
25
See Explanation !
15
How can you select all elements of a specific class in CSS
आप सीएसएस में एक विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं
#classname
.classname
element.classname
*classname
Previous Question
Next Question
25
See Explanation !
16
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code?
डिफ़ॉल्ट रूप से हाइपरलिंक को रेखांकित के साथ प्रदर्शित किया जाता है। आप CSS कोड का उपयोग करके सभी हाइपरलिंक से रेखांकित को कैसे हटाते हैं?
a { underline:none; }
a { text-decoration:no-underline; }
a { decoration:no-underline; }
a { text-decoration:none; }
Previous Question
Next Question
25
See Explanation !
17
Variables in JavaScript cannot be declared using:
जावास्क्रिप्ट में वेरिएबल्स को निम्न का उपयोग करके घोषित नहीं किया जा सकता है:
var
let
set
None of these
Previous Question
Next Question
25
See Explanation !
18
Which of the following tag is used for audio in HTML5 ?
HTML5 में ऑडियो के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
<video>
<canvas>
<media>
<audio>
Previous Question
Next Question
25
See Explanation !
19
The CSS property text-overflow: ellipsis; is used when:
CSS प्रॉपर्टी टेक्स्ट - ओवरफ़्लो: ellipsis; का उपयोग तब किया जाता है जब:
The text should be vertically centered
The text should be aligned to the right
The text is too long to fit in the container
The text color should be changed
Previous Question
Next Question
25
See Explanation !
20
Which of the following protocol is used by remote login?
रिमोट लॉगिन द्वारा निम्नलिखित में से किस प्रोटोकॉल का उपयोग किया जाता है?
telnet
ftp
smtp
ntp
Previous Question
Next Question
25
See Explanation !
21
Which of the following is correct about JavaScript?
जावास्क्रिप्ट के बारे में निम्नलिखित में से कौन सा सही है?
JavaScript is an Object-Based language
JavaScript is Assembly-language
JavaScript is an Object-Oriented language
JavaScript is a Low-level language
Previous Question
Next Question
25
See Explanation !
22
What will be added by using <td></td> tag ?
td tag का उपयोग करके क्या जोड़ा जाएगा
cell
row
step
column
Previous Question
Next Question
25
See Explanation !
23
Which entity will generate ‘&’ symbol?
कौन सी इकाई ‘&' उत्पन्न करेगी
& a n d ;
& a m p ;
&ann;
None of the above
Previous Question
Next Question
25
See Explanation !
24
The basic purpose of the toLocaleString() is to _________
ToLocaleString () का मूल उद्देश्य _________ है
return a localised object representation
return a parsed string
return a local time in the string format
return a localized string representation of the object
Previous Question
Next Question
25
See Explanation !
25
What is JavaScript?
जावास्क्रिप्ट क्या है?
A markup language
A programming language
A database
A server
Previous Question