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 tag is used to create a definition list in HTML
HTML में परिभाषा सूची बनाने के लिए किस टैग का उपयोग किया जाता है
<dl>
<ol>
<ul>
<li>
Next Question
25
See Explanation !
2
To make your website mobile friendly, you can make your website.
अपनी वेबसाइट को मोबाइल के अनुकूल बनाने के लिए, आप अपनी वेबसाइट बना सकते हैं।
Responsive
Reactive
Fast Loading
Light
Previous Question
Next Question
25
See Explanation !
3
Which data communication method is used to transmit the data over a serial communication link?
सीरियल कम्युनिकेशन लिंक पर डेटा संचारित करने के लिए किस डेटा संचार विधि का उपयोग किया जाता है?
Simplex
Half-duplex
Full duplex
All of the above
Previous Question
Next Question
25
See Explanation !
4
Which selector applies styles to all <p> elements inside a <div> element
कौन सा चयनकर्ता सभी पर शैलियों को लागू करता है
div, p
div + p
div p
div > p
Previous Question
Next Question
25
See Explanation !
5
The pieces of information that are sent over internet is
इंटरनेट पर भेजी जाने वाली जानकारी के टुकड़े हैं
Cookies
Tags
Packets
Components
Previous Question
Next Question
25
See Explanation !
6
Which of the following tag is used for inserting the largest heading in HTML?
HTML में सबसे बड़ा शीर्षक डालने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
head
<h1><h1>
<h6>
heading
Previous Question
Next Question
25
See Explanation !
7
Which of the following is Not a semantic HTML element?
निम्नलिखित में से कौन एक शब्दार्थ HTML तत्व नहीं है?
<article>
<header>
<section>
<div>
Previous Question
Next Question
25
See Explanation !
8
A utility software to help deliver protection to mobile cyber threats and online scams :
मोबाइल साइबर खतरों और ऑनलाइन घोटालों से सुरक्षा प्रदान करने में मदद करने के लिए एक उपयोगिता सॉफ़्टवेयर:
Norton Mobile Security
Norton Mobile Guard
Norton Anti-Virus Mobile safety
None of the above
Previous Question
Next Question
25
See Explanation !
9
SMTP Is used?
SMTP का उपयोग किया जाता है?
Sending mail
Download mail
For access time
None of these
Previous Question
Next Question
25
See Explanation !
10
Which of the following HTML tag is the special formatting tag?
निम्नलिखित में से कौन सा HTML टैग विशेष स्वरूपण टैग है?
<p>
<b>
<pre>
None of the above
Previous Question
Next Question
25
See Explanation !
11
Domain names are converted to
डोमेन नाम इसमें परिवर्तित हो जाते हैं
a binary string
alphanumeric string
IP addresses
a hexadecimal string
Previous Question
Next Question
25
See Explanation !
12
Which tag is used for internal Frame
आंतरिक फ़्रेम के लिए किस टैग का उपयोग किया जाता है
<Iframe>
<Inframe>
<frame>
<inlineframe>
Previous Question
Next Question
25
See Explanation !
13
Which property is used to set the space between the element's border and content
तत्व की सीमा और सामग्री के बीच की जगह सेट करने के लिए किस संपत्ति का उपयोग किया जाता है
margin
padding
border-spacing
spacing
Previous Question
Next Question
25
See Explanation !
14
Which of the following is a correct CSS Syntax ?
निम्नलिखित में से कौन - सा एक सही CSS वाक्यविन्यास है?
{body; color:orange;}
{body: color=orange;}
body:color=orange;
body{color:orange}
Previous Question
Next Question
25
See Explanation !
15
The storage area in an email known as?
एक ईमेल में भंडारण क्षेत्र के रूप में जाना जाता है?
Mail box
Sent box
Storage
All of the above
Previous Question
Next Question
25
See Explanation !
16
Which HTML element is used to represent self-contained content such as a blog post or news article?
ब्लॉग पोस्ट या समाचार लेख जैसे स्व - निहित सामग्री का प्रतिनिधित्व करने के लिए किस HTML तत्व का उपयोग किया जाता है?
<header>
<article>
<section>
<footer>
Previous Question
Next Question
25
See Explanation !
17
What is the correct html code to create a hyperlink?
हाइपरलिंक बनाने के लिए सही HTML कोड क्या है?
<a href="http://bpbonline.com'>Book Store</a>
<a name="https://bpbonline.com">Book Store</a>
<link>https://bpbonlime.com</link>
<a url='https://bpbonline.com'>Book Store</a>
Previous Question
Next Question
25
See Explanation !
18
What is true about the Box model of CSS ?
सीएसएस के बॉक्स मॉडल के बारे में क्या सच है?
It defines a virtual box drawn around elements
Content of each element is surrounded by padding only
Content of each elemernt is surrounded by a border only
Content of each element is surrounded by a margin only
Previous Question
Next Question
25
See Explanation !
19
Which value of position always fixes the position of the element relative to the viewport?
स्थिति का कौन सा मान हमेशा व्यूपोर्ट के सापेक्ष तत्व की स्थिति को ठीक करता है?
absolute
fixed
static
sticky
Previous Question
Next Question
25
See Explanation !
20
_______ is a file left on the computer by a websites browser containing user login, password, user preferences and other personalized information.
_______ एक वेबसाइट ब्राउज़र द्वारा कंप्यूटर पर छोड़ी गई एक फ़ाइल है जिसमें उपयोगकर्ता लॉगिन, पासवर्ड, उपयोगकर्ता प्राथमिकताएं और अन्य व्यक्तिगत जानकारी होती है।
Server
Cache
Backup
Cookie
Previous Question
Next Question
25
See Explanation !
21
The internet standard is
इंटरनेट मानक है
MIME
BIN HEX
UNENCODING
None of the above
Previous Question
Next Question
25
See Explanation !
22
What is the correct way in which we can start an ordered list that has the numeric value count of 5?
सही तरीका क्या है जिसमें हम एक क्रमबद्ध सूची शुरू कर सकते हैं जिसमें 5 की संख्यात्मक मान गणना है?
<ol type = “1” start = “5”>
<ol type = “1” num = “5”>
<ol type = “1” begin = “5”>
<ol type = “1” initial = “5”>
Previous Question
Next Question
25
See Explanation !
23
Web site is a collecton of
वेब साइट का एक संग्रह है
HTML documents
Graphic files
Audio and Video files
All of the above
Previous Question
Next Question
25
See Explanation !
24
Which of the following object is the main entry point to all client-side JavaScript features and APIs?
निम्नलिखित में से कौन सा ऑब्जेक्ट सभी क्लाइंट - साइड जावास्क्रिप्ट सुविधाओं और एपीआई के लिए मुख्य प्रविष्टि बिंदु है?
Position
Window
Standard
Location
Previous Question
Next Question
25
See Explanation !
25
Which of the following is the container for <tr>, <th>, and <td> ?
निम्नलिखित में से किसके लिए कंटेनर है
<data>
<table>
<group>
All of the above
Previous Question