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 the given img tag, what img.png inside the double quote implies?
दिए गए img टैग में, दोहरे उद्धरण के अंदर img.png का क्या अर्थ है?
element
attribute
value
operator
Next Question
25
See Explanation !
2
LAN stands for
LAN का पूर्ण रूप क्या है?
Limited Area Network
Logical Area Network
Local Area Network
Large Area Network
Previous Question
Next Question
25
See Explanation !
3
The year in which HTML was first proposed
वह वर्ष जिसमें HTML को पहली बार प्रस्तावित किया गया था
1990
1980
2000
1995
Previous Question
Next Question
25
See Explanation !
4
What is the correct syntax for a keyframe in CSS
सीएसएस में कीफ्रेम के लिए सही वाक्यविन्यास क्या है
@frames
@keyframe
@keyframes
@animation-frames
Previous Question
Next Question
25
See Explanation !
5
HTTP uses port number of TCP
HTTP TCP के पोर्ट नंबर का उपयोग करता है
25
23
80
21
Previous Question
Next Question
25
See Explanation !
6
The way in which information is transmitted to multiple internet connected devices is called
जिस तरह से कई इंटरनेट से जुड़े उपकरणों में जानकारी प्रेषित की जाती है, उसे कहा जाता है
Internet connectivity
IP address
multicasting
multitasking
Previous Question
Next Question
25
See Explanation !
7
What is Favicon?
फेविकॉन क्या है?
The word "favicon" is a combination of "favorite" and "icon"
Icon associated with a particular website
Both A and B
None of above
Previous Question
Next Question
25
See Explanation !
8
What is ARPANET
ARPANET क्या है
internet
First network
Protocol
None of these
Previous Question
Next Question
25
See Explanation !
9
____________ are a web oriented technology for creating dynamic web pages.
____________ गतिशील वेब पेज बनाने के लिए एक वेब उन्मुख तकनीक है।
SAP
ASL
ASP
URL
Previous Question
Next Question
25
See Explanation !
10
Which tag is used to link an external style sheet to a webpage?
बाहरी स्टाइल शीट को वेबपेज से लिंक करने के लिए किस टैग का इस्तेमाल किया जाता है?
<Link> tag
<Style> tag
<Script> tag
@media
Previous Question
Next Question
25
See Explanation !
11
Which tag is used to create a dropdown in HTML Form?
HTML फ़ॉर्म में ड्रॉपडाउन बनाने के लिए किस टैग का उपयोग किया जाता है?
<input>
<select>
<text>
<textarea>
Previous Question
Next Question
25
See Explanation !
12
What is the default position value of an HTML element in CSS?
CSS में HTML तत्व का डिफ़ॉल्ट स्थिति मान क्या है?
relative
fixed
absolute
static
Previous Question
Next Question
25
See Explanation !
13
The CSS property text-transform: capitalize; does what to the text
CSS प्रॉपर्टी टेक्स्ट - ट्रांसफ़ॉर्म: कैपिटलाइज़; टेक्स्ट को क्या करता है
Converts the text to lowercase
Converts the text to uppercase
Capitalizes the first letter of each word
Changes the color of the pointer
Previous Question
Next Question
25
See Explanation !
14
To create a bulleted list we use
एक बुलेटेड लिस्ट बनाने के लिए जिसका हम इस्तेमाल करते हैं
<ol>
<ul>
<li>
None of the above
Previous Question
Next Question
25
See Explanation !
15
How do you make a list item in an unordered list display without bullets
आप बिना गोलियों के बिना बिना क्रमबद्ध सूची प्रदर्शन में एक सूची आइटम कैसे बनाते हैं
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
Previous Question
Next Question
25
See Explanation !
16
_______ 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 !
17
Which tag is used to contain content that is related to the primary content of the webpage, but isn't the primary content of the page.
किस टैग का उपयोग वेबपेज की प्राथमिक सामग्री से संबंधित सामग्री को शामिल करने के लिए किया जाता है, लेकिन यह पृष्ठ की प्राथमिक सामग्री नहीं है।
header
footer
nav
aside
Previous Question
Next Question
25
See Explanation !
18
Is there a standard protocol for sending and receiving messages in emails?
क्या ईमेल में संदेश भेजने और प्राप्त करने के लिए कोई मानक प्रोटोकॉल है?
HTTP
MIMI
IMAP
FTP
Previous Question
Next Question
25
See Explanation !
19
Which of the following components of the CSS box model are transparent?
CSS बॉक्स मॉडल के निम्नलिखित में से कौन से घटक पारदर्शी हैं?
Padding
Margin
Border
Both A and B
Previous Question
Next Question
25
See Explanation !
20
The process of keeping address in memory for future use is called
भविष्य के उपयोग के लिए पते को स्मृति में रखने की प्रक्रिया को कहा जाता है
Routing
Resolving
Caching
None of the above
Previous Question
Next Question
25
See Explanation !
21
Which W3.CSS Class Properties are not included in w3-table-all Class
कौन से W3.CSS क्लास प्रॉपर्टीज w3- टेबल - ऑल क्लास में शामिल नहीं हैं
w3-striped
w3-border
w3-centered
w3-table
Previous Question
Next Question
25
See Explanation !
22
TCP/IP is a ______ hierarchical protocol suite developed before the OSI model.
टीसीपी/आईपी एक ______ पदानुक्रमित प्रोटोकॉल सूट है जिसे ओएसआई मॉडल से पहले विकसित किया गया था।
7-layers
4-layers
5-layers
3-layers
Previous Question
Next Question
25
See Explanation !
23
In HTML document the tags _____ .
HTML दस्तावेज़ में टैग _____ ।
Should be written in upper case
Should be written in lower case
Should be written in proper case
Can be written in both upper case or lower case
Previous Question
Next Question
25
See Explanation !
24
A Cookie is _____
एक कुकी _____ है
An advertisement displayed on a web page
A program that records web site visits
Information stored by web server on client system
A technology to store password on client system
Previous Question
Next Question
25
See Explanation !
25
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