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
In HTML, tags that include both start and end tag are called
HTML में, उन टैग को कहा जाता है जिनमें प्रारंभ और अंत दोनों टैग शामिल होते हैं
Comment tag
Document tag
Container tag
None of the above
Next Question
25
See Explanation !
2
The memory allocation scheme subject to “external” fragmentation is
"बाहरी" विखंडन के अधीन स्मृति आवंटन योजना है
segmentation
swapping
pure demand paging
multiple fixed contiguous partitions
Previous Question
Next Question
25
See Explanation !
3
SMTP Is used for?
SMTP का उपयोग किसके लिए किया जाता है?
Sending mail
Download mail
For access time
None of these
Previous Question
Next Question
25
See Explanation !
4
HTTP uses port number of TCP
HTTP TCP के पोर्ट नंबर का उपयोग करता है
25
23
80
21
Previous Question
Next Question
25
See Explanation !
5
Which property is used to change the font of an element?
किसी तत्व के फ़ॉन्ट को बदलने के लिए किस गुण का उपयोग किया जाता है?
font-style
font-family
font-weight
font-color
Previous Question
Next Question
25
See Explanation !
6
What is Hotmail?
हॉटमेल क्या है?
Google
Yahoo
Gopher
Microsoft
Previous Question
Next Question
25
See Explanation !
7
JavaScript was originally developed under the name ______ .
जावास्क्रिप्ट मूल रूप से ______ नाम के तहत विकसित की गई थी।
ActionScript
Sencha
Oak
Mocha
Previous Question
Next Question
25
See Explanation !
8
_________ the general form of the name of a file or directory, specifies a unique location in a file system.
_________ फ़ाइल या निर्देशिका के नाम का सामान्य रूप, फ़ाइल सिस्टम में एक अद्वितीय स्थान निर्दिष्ट करता है।
Source name
Path name
URL and Port number
Host number
Previous Question
Next Question
25
See Explanation !
9
Which CSS property controls the text size?
कौन सी सीएसएस प्रॉपर्टी टेक्स्ट के आकार को नियंत्रित करती है?
font-size
text-size
font-style
text-style
Previous Question
Next Question
25
See Explanation !
10
Which W3.CSS Class is used to remove all Border from html Element
Html एलिमेंट से सभी बॉर्डर को हटाने के लिए किस W3.CSS क्लास का उपयोग किया जाता है
w3-border-none
w3-border-0
w3-border-remove
w3-no-border
Previous Question
Next Question
25
See Explanation !
11
______________ is like a transparent sheet on which user can paint on it.
______________ एक पारदर्शी शीट की तरह है जिस पर उपयोगकर्ता पेंट कर सकता है।
Groups
Layers
Grid
None of the above
Previous Question
Next Question
25
See Explanation !
12
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="5" num="5">
<ol type = “1” initial = “5”>
Previous Question
Next Question
25
See Explanation !
13
How do you make each word in a text start with a capital letter?
आप टेक्स्ट में प्रत्येक शब्द को बड़े अक्षर से कैसे शुरू करते हैं?
You can't do that with CSS
transform:capitalize
text-style:capitalize
text-transform:capitalize
Previous Question
Next Question
25
See Explanation !
14
What is the correct HTML for referring to an external style sheet?
बाहरी स्टाइल शीट का जिक्र करने के लिए सही HTML क्या है?
<style src="mystyle.css">
<stylesheet>mystyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<link rel="stylesheet" type="text/css" src="mystyle.css">
Previous Question
Next Question
25
See Explanation !
15
Which of the following is the correct way to start an ordered list with the count of numeric value 4?
संख्यात्मक मान 4 की गणना के साथ एक क्रमबद्ध सूची शुरू करने का सही तरीका निम्नलिखित में से कौन सा है?
<ol type = "1" initial = "4">
<ol type = "1" begin = "4">
\>" id="14=>opt3">
<ol type = "1" num = "4">\>
<ol type = "1" start = "4">
Previous Question
Next Question
25
See Explanation !
16
A web page displays a picture. What tag was used to display that picture?
एक वेब पेज एक तस्वीर दिखाता है। उस तस्वीर को प्रदर्शित करने के लिए किस टैग का उपयोग किया गया था?
image
picture
src
img
Previous Question
Next Question
25
See Explanation !
17
What is a spider?
मकड़ी क्या होती है?
A computer virus
A program that catalogs Web sites
A hacker who breaks into computer systems
An application for viewing web pages
Previous Question
Next Question
25
See Explanation !
18
which SS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string ?
कौन सी SS प्रॉपर्टी किसी को यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ डॉट्स (दीर्घवृत्त) दिखाएं, या कस्टम स्ट्रिंग प्रदर्शित करें?
Text-decoration
Text-stroke
Text-shadow
Text-overflow
Previous Question
Next Question
25
See Explanation !
19
In HTML Audio/Video,which attribute sets or returns whether it should start playing as soon as it is loaded?
एचटीएमएल ऑडियो/वीडियो में,कौन सी विशेषता सेट करती है या लौटती है कि क्या इसे लोड होते ही खेलना शुरू कर देना चाहिए?
controls
audio
autoplay
loop
Previous Question
Next Question
25
See Explanation !
20
Find the only statement in the following that is correct:
निम्नलिखित में एकमात्र कथन खोजें जो सही है:
JavaScript interpreter processes programs written in Java
JavaScript interpreter processes the commands in a Script written in JavaScript
Java and JavaScript are almost similar
JavaScript cannot be embedded in HTML
Previous Question
Next Question
25
See Explanation !
21
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 !
22
________ Command is used to manipulate TCP/IP routing table.
TCP/IP रूटिंग टेबल में हेरफेर करने के लिए ________ कमांड का उपयोग किया जाता है।
route
ipconfig
ifconfig
traceroute
Previous Question
Next Question
25
See Explanation !
23
Internet's initial development was supported by:
इंटरनेट के प्रारंभिक विकास को निम्न द्वारा समर्थित किया गया था:
Communication
Information Retrieval
Presentation of Information
All of the above
Previous Question
Next Question
25
See Explanation !
24
How many characters can be tweeted in Twitter?
ट्विटर में कितने कैरेक्टर ट्वीट किए जा सकते हैं?
140
280
380
144
Previous Question
Next Question
25
See Explanation !
25
____________ are a web oriented technology for creating dynamic web pages.
____________ गतिशील वेब पेज बनाने के लिए एक वेब उन्मुख तकनीक है।
SAP
ASL
ASP
URL
Previous Question