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 ownership rights as related to content on the web are governed under
वेब पर सामग्री से संबंधित स्वामित्व अधिकार के तहत नियंत्रित होते हैं
Copyright law
Patent law
Data protection law
Privacy law
Next Question
25
See Explanation !
2
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 !
3
Which of the following selector selects the elements that are currently enabled?
निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों का चयन करता है जो वर्तमान में सक्षम हैं?
:element
:empty
:enabled
None of these
Previous Question
Next Question
25
See Explanation !
4
Which CSS property is used to control the space between the borders of adjacent cells in a table
तालिका में आसन्न कोशिकाओं की सीमाओं के बीच की जगह को नियंत्रित करने के लिए किस सीएसएस संपत्ति का उपयोग किया जाता है
cell-spacing
table-spacing
border-spacing
cell-padding
Previous Question
Next Question
25
See Explanation !
5
The __________ attribute adds space within each cell.
__________ विशेषता प्रत्येक कोशिका के भीतर स्थान जोड़ती है।
Cell Spacing
Cell Padding
Width
Align
Previous Question
Next Question
25
See Explanation !
6
Which of the following Attribute is used to include External JS code inside your HTML Document -
निम्नलिखित में से किस विशेषता का उपयोग आपके HTML दस्तावेज़ के अंदर बाहरी JS कोड को शामिल करने के लिए किया जाता है -
Script
src
Link
Rel
Previous Question
Next Question
25
See Explanation !
7
Which is a declaration for an HTML5 document
जो HTML5 दस्तावेज़ के लिए एक घोषणा है
<!doctype html>
</DOCTYPE html>
DOCTYPE htmls
<DOCTYPE html>
Previous Question
Next Question
25
See Explanation !
8
Identify the wrong statements about Cookies
कुकीज़ के बारे में गलत कथनों की पहचान करें
Cookies are programs which run in the background of the web-client
Cookies have the potential of being used to violate the privacy of users
Cookies are very helpful in keeping track of users in developing online shopping cart, applications personalized portals and in advertising on websites
Cookies cannot contain more than 4 Kb of data
Previous Question
Next Question
25
See Explanation !
9
Which element is used to take input from the user that can be send to the server?
सर्वर को भेजे जा सकने वाले उपयोगकर्ता से इनपुट लेने के लिए किस तत्व का उपयोग किया जाता है?
<form>
<label>
<input>
<select>
Previous Question
Next Question
25
See Explanation !
10
bgcolor attribute us used in which tag
bgcolor विशेषता हमें किस टैग में उपयोग की जाती है
<table>
<tr>
<td>
All of the above
Previous Question
Next Question
25
See Explanation !
11
Which tag is used to underline the text in HTML?
HTML में टेक्स्ट को रेखांकित करने के लिए किस टैग का उपयोग किया जाता है?
<un>
<u>
<under>
<ul>
Previous Question
Next Question
25
See Explanation !
12
Acronym for SGML is
SGML का संक्षिप्त नाम है
Standalone Global Markup Language
Standard Global Markup Language
Standard Generalized Markup Language
Standalone Generalized Markup Language
Previous Question
Next Question
25
See Explanation !
13
Networks are vulnerable to computer crime like:
नेटवर्क कंप्यूटर अपराध के लिए असुरक्षित हैं जैसे:
Theft, vandalism and grafitti
Hacking, viruses and software piracy
Internet addiction, sabotage and negligence
None of the above
Previous Question
Next Question
25
See Explanation !
14
Online Publishing means
ऑनलाइन प्रकाशन का मतलब है
Creating and uploading web pages on web server
Selling online books on web server
Printing online books on web server
Creating online books on web server
Previous Question
Next Question
25
See Explanation !
15
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 !
16
When information is sent across the Internet, the ______________ first breaks the information up into packets of data.
जब जानकारी इंटरनेट पर भेजी जाती है, तो ______________ पहले जानकारी को डेटा के पैकेट में तोड़ देता है।
Transmission control protocol
User datagram protocol
Internet protocol
Session protocol
Previous Question
Next Question
25
See Explanation !
17
How do you select an element with the class name "example" in CSS
आप CSS में क्लास नाम "उदाहरण" वाले तत्व का चयन कैसे करते हैं
.example
#example
element.example
example
Previous Question
Next Question
25
See Explanation !
18
Which of the following is/are a style tag(s) ?
निम्नलिखित में से कौन - सा एक स्टाइल टैग है/हैं?
<b>
<tt>
<i>
All of the above are style tags
Previous Question
Next Question
25
See Explanation !
19
Who is known as the Father of HTML
कौन सी मशीन कई काम कर सकती है
Steve Jobs
Tim Berners-Lee
Bill Gates
Vint Cerf
Previous Question
Next Question
25
See Explanation !
20
Which element is used for or styling HTML5 layout?
HTML5 लेआउट के लिए या स्टाइल करने के लिए किस तत्व का उपयोग किया जाता है?
CSS
jQuery
JavaScript
PHP
Previous Question
Next Question
25
See Explanation !
21
Which is not a main built-in search mechanisms ?
कौन सा मुख्य अंतर्निहित खोज तंत्र नहीं है?
dialog-based
dialog-free
Incremerntal Search
Decremental Search
Previous Question
Next Question
25
See Explanation !
22
The CSS property background-size: cover; is used to:
CSS प्रॉपर्टी का बैकग्राउंड - साइज़: COVER; का इस्तेमाल इन चीज़ों के लिए किया जाता है
Stretch the background image to cover the entire element
Tile the background image horizontally and vertically
Repeat the background image in one direction
Resize the background image to fit the content
Previous Question
Next Question
25
See Explanation !
23
Call Based architecture is known as
कॉल आधारित वास्तुकला के रूप में जाना जाता है
ATM
FDDI
LAN
Client Server
Previous Question
Next Question
25
See Explanation !
24
A conditional expression is also called a _______________
एक सशर्त अभिव्यक्ति को _______________ भी कहा जाता है।
Alternative to if-else
Immediate if
If-then-else statement
Switch statement
Previous Question
Next Question
25
See Explanation !
25
We can send through e-mail:
हम ई - मेल के माध्यम से भेज सकते हैं:
File
Picture
Message
All the above
Previous Question