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 many characters can be tweeted in Twitter?
ट्विटर में कितने कैरेक्टर ट्वीट किए जा सकते हैं?
140
280
380
144
Next Question
25
See Explanation !
2
Which statements are correct regarding w3-panel?
W3 - पैनल के संबंध में कौन से कथन सही हैं?
w3-panel class is perfect for displaying notes.
w3-panel class is perfect for displaying quotes.
w3-panel class is perfect for displaying alerts
all statements are correct.
Previous Question
Next Question
25
See Explanation !
3
Which one is incorrect class name for Font Size in W3.CSS
W3.CSS में फ़ॉन्ट आकार के लिए कौन सा क्लास नाम गलत है
w3-jumbo
w3-large
w3-normal
w3-tiny
Previous Question
Next Question
25
See Explanation !
4
The CSS property font-family is used to:
CSS प्रॉपर्टी फ़ॉन्ट - परिवार का उपयोग किया जाता है:
Set the size of the font
Define the style of the font
Specify the font color
Specify the font type or family
Previous Question
Next Question
25
See Explanation !
5
VB Script is a subset of the Visual Basic for application ________________ for Internet Explorer.
VB स्क्रिप्ट इंटरनेट एक्सप्लोरर के लिए अनुप्रयोग ________________ के लिए विजुअल बेसिक का एक उपसमूह है।
Scripting language
Markup language
Programming language
Object oriented programming language
Previous Question
Next Question
25
See Explanation !
6
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 !
7
How do you apply styles to all <input> elements that are checked
आप सभी पर स्टाइल कैसे लागू करते हैं
input:checked
input:focus
input:hover
input:active
Previous Question
Next Question
25
See Explanation !
8
What will be the step of the interpreter in a jump statement when an exception is thrown?
जब कोई अपवाद फेंक दिया जाता है, तो JUMP कथन में दुभाषिया का चरण क्या होगा?
The interpreter stops its work
The interpreter throws another exception
The interpreter jumps to the nearest enclosing exception handler
The interpreter throws an error
Previous Question
Next Question
25
See Explanation !
9
What can be shared on instagram?
इंस्टाग्राम पर क्या साझा किया जा सकता है?
Photo
Video
Both
None
Previous Question
Next Question
25
See Explanation !
10
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 !
11
________ is an example of e-mail utility
________ ई - मेल उपयोगिता का एक उदाहरण है
Word
Outlook
Explorer
Excel
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
Client-side extensions:
क्लाइंट - साइड एक्सटेंशन:
Add functionality to the script running on Server.
Add functionality to the script running on user Computer.
Add functionality to the script running on network devices
Add functionality to the script running on firewall devices
Previous Question
Next Question
25
See Explanation !
14
Different ways in which css one can be added to the HTML:
विभिन्न तरीके जिनसे सीएसएस को एचटीएमएल में जोड़ा जा सकता है:
Inline
Internal
External
All of these
Previous Question
Next Question
25
See Explanation !
15
What is a Model in MVC?
MVC में एक मॉडल क्या है?
the lowest level of the pattern responsible for maintaining data
represents server-side data
represents data stored in a database
None of the mentioned
Previous Question
Next Question
25
See Explanation !
16
_________ allows user to send a file with email.
_________ उपयोगकर्ता को ईमेल के साथ एक फ़ाइल भेजने की अनुमति देता है।
Draft
Messenger
Sent
Attachments
Previous Question
Next Question
25
See Explanation !
17
How do you select all p elements inside a div element?
आप एक div तत्व के अंदर सभी p तत्वों का चयन कैसे करते हैं?
div p
div.p
div + p
div ~ p
Previous Question
Next Question
25
See Explanation !
18
What i s the correct HTML for adding a background color?
पृष्ठभूमि का रंग जोड़ने के लिए सही HTML क्या है?
<background>yellow<Background>
<body color = yellow>
<body bgcolor = yellow>
<body bg =yellow>
Previous Question
Next Question
25
See Explanation !
19
Which of the following type of variable is visible everywhere in your JavaScript code?
निम्नलिखित में से कौन सा चर आपके जावास्क्रिप्ट कोड में हर जगह दिखाई देता है?
Global variable
Local variable
Both (a) and (b)
None of the above
Previous Question
Next Question
25
See Explanation !
20
Which term is mostly used by Twitter users.
किस शब्द का उपयोग ज्यादातर ट्विटर उपयोगकर्ताओं द्वारा किया जाता है।
Posts
Tweets
Twinks
Tweats
Previous Question
Next Question
25
See Explanation !
21
Full form of SGML
SGML का पूर्ण रूप
Small Generalized Markup Language.
Standard Generalized Markup Language.
Standard Global Markup Language.
Small Global Markup Language.
Previous Question
Next Question
25
See Explanation !
22
What is the purpose of syntax highlighting in a text editor?
टेक्स्ट एडिटर में सिंटैक्स को हाइलाइट करने का उद्देश्य क्या है?
To correct syntax errors
To color-code different elements of the code
To format the code for printing
To compile the code
Previous Question
Next Question
25
See Explanation !
23
SMTP Is used?
SMTP का उपयोग किया जाता है?
Sending mail
Download mail
For access time
None of these
Previous Question
Next Question
25
See Explanation !
24
Which one of the following is an empty Tag
निम्नलिखित में से कौन सा एक खाली टैग है
<input>
<marquee>
<p>
<table>
Previous Question
Next Question
25
See Explanation !
25
What is the purpose of the CSS property flex-direction
CSS प्रॉपर्टी फ्लेक्स - दिशा का उद्देश्य क्या है
Sets the direction of the text within the element
Defines the order of stacking for positioned elements
Sets the direction of the flexible items inside a flex container
Controls the spacing between lines of text
Previous Question