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 CSS property display: flex; is used to
CSS प्रॉपर्टी डिस्प्ले: flex; का उपयोग किया जाता है
Make an element inline-block
Create a block-level flex container
Apply a shadow to the element
Change the font size of the element
Next Question
25
See Explanation !
2
File protocol is used for ____
फ़ाइल प्रोटोकॉल का उपयोग ____ के लिए किया जाता है
deciding the design and structure of the file
transfer of computer files from hard disk to main memory
deciding the storage space of files
transfer of computer files from a server to a client
Previous Question
Next Question
25
See Explanation !
3
Instagram is a
इंस्टाग्राम एक है
educational website
search ingine
social networking website
shopping website
Previous Question
Next Question
25
See Explanation !
4
Which is not true about CSS ?
सीएसएस के बारे में कौन सा सच नहीं है?
CSS is Cascading Style Sheet
Separate content from presentation
stablish visual layout of a Webpage
Markup the content of the webpage
Previous Question
Next Question
25
See Explanation !
5
Which of the following will show an image located in folder named ‘image’, which is in the parent folder of the current page?
निम्नलिखित में से कौन 'image‘ नामक फ़ोल्डर में स्थित एक छवि दिखाएगा, जो वर्तमान पृष्ठ के मूल फ़ोल्डर में है?
<img src=”pic.img”>
<img src=”../pic.img”>
<img src=”../image/pic.img”>
<img src=”image/pic.img”>
Previous Question
Next Question
25
See Explanation !
6
An Internet service that allows the user logs on and runs on a remote computer and use programs installed on the remote computer is __________.
एक इंटरनेट सेवा जो उपयोगकर्ता को एक दूरस्थ कंप्यूटर पर लॉग ऑन करने और चलाने और दूरस्थ कंप्यूटर पर स्थापित कार्यक्रमों का उपयोग करने की अनुमति देती है, वह __________ है।
Intranet
HTTP
Telnet
FTP
Previous Question
Next Question
25
See Explanation !
7
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 !
8
The CSS property word-break: break-all; is used to
CSS प्रॉपर्टी वर्ड - ब्रेक: ब्रेक - ऑल; का उपयोग किया जाता है
Break the text into individual words
Allow long words to break and wrap onto the next line
Prevent hyphenation of words
Change the font style of text
Previous Question
Next Question
25
See Explanation !
9
Identity the default font used in w3.font
W3.font में इस्तेमाल किए गए डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Times New Roman
Arial
Verdana
None of the above
Previous Question
Next Question
25
See Explanation !
10
How can you select all elements of a specific class in CSS
आप सीएसएस में एक विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं
#classname
.classname
element.classname
*classname
Previous Question
Next Question
25
See Explanation !
11
What is the full name of CC?
CC का पूरा नाम क्या है?
Carbon Copy
Copy Carbon
Carbon Clint
None
Previous Question
Next Question
25
See Explanation !
12
SEO Stands for
SEO का पूर्ण अर्थ है ।
Search Engine Operation
Search Entry Optimization
Search Engine Optimization
None of these
Previous Question
Next Question
25
See Explanation !
13
The text inside the <TEXTAREA> tag works like
TEXTAREA Tag के अंदर का टेक्स्ट
<P> formatted text
<T> formatted text
<PRE> formatted text
None Of These
Previous Question
Next Question
25
See Explanation !
14
Which class makes an image circular in W3.CSS
कौन सी क्लास W3.CSS में एक इमेज सर्कुलर बनाती है
w3-circle
w3-rounded-circle
w3-rounded
w3-circular
Previous Question
Next Question
25
See Explanation !
15
The network where all the nodes are around a central server is a
वह नेटवर्क जहां सभी नोड्स एक केंद्रीय सर्वर के चारों ओर हैं, एक है
Bus network
Star network
Ring network
None of the above
Previous Question
Next Question
25
See Explanation !
16
Which selector is used to specify a group of elements?
तत्वों के समूह को निर्दिष्ट करने के लिए किस चयनकर्ता का उपयोग किया जाता है?
id
class
tag
both b) and c)
Previous Question
Next Question
25
See Explanation !
17
Which is the correct format to apply attribute in any tag
किसी भी टैग में विशेषता लागू करने के लिए सही प्रारूप कौन सा है
<tagName attributeName="value">...</tagName>
</tagName attributeName="value">...</tagName>
<attributeName="value" tagName>...</tagName>
<tagName >...</ attributeName="value" tagName>
Previous Question
Next Question
25
See Explanation !
18
The CSS property transform is commonly used for
CSS प्रॉपर्टी ट्रांसफॉर्म का उपयोग आमतौर पर निम्नलिखित के लिए किया जाता है
Changing the background color of an element
Applying 3D transformations to an element
Setting the font size
Adjusting the spacing between lines of text
Previous Question
Next Question
25
See Explanation !
19
The method attribute of form tag specifies the
फ़ॉर्म टैग की विधि विशेषता निर्दिष्ट करती है
the method name that process the form data
the URI of program that processes the form data
the method that the browser uses to submit the form
None of the above
Previous Question
Next Question
25
See Explanation !
20
Host differs from desktop computers in that it can handle:
मेजबान डेस्कटॉप कंप्यूटर से अलग है जिसे वह संभाल सकता है:
Multiple connections
Single connections
No connections
All of the above
Previous Question
Next Question
25
See Explanation !
21
A television broadcast is an example of _______ transmission.
एक टेलीविजन प्रसारण _______ प्रसारण का एक उदाहरण है।
simplex
half-duplex
full-duplex
automatic
Previous Question
Next Question
25
See Explanation !
22
How can you select all direct child elements of a specific parent in CSS
आप सीएसएस में एक विशिष्ट माता - पिता के सभी प्रत्यक्ष बाल तत्वों का चयन कैसे कर सकते हैं
parent > child
parent child
parent .child
parent + child
Previous Question
Next Question
25
See Explanation !
23
HTTP status codes are in ___ digits
HTTP स्टेटस कोड ___ अंकों में हैं
1 digit
2 digit
3 digit
4 digit
Previous Question
Next Question
25
See Explanation !
24
Which of the following selector selects all elements of E that have the attribute attr that end with the given value?
निम्नलिखित में से कौन सा चयनकर्ता E के उन सभी तत्वों का चयन करता है जिनके गुण attr दिए गए मान के साथ समाप्त होता है?
E[attr^=value]
E[attr$=value]
E[attr*=value]
None of these
Previous Question
Next Question
25
See Explanation !
25
The CSS property visibility: visible; does what to an element
CSS प्रॉपर्टी विज़िबिलिटी: दिखाई देती है; किसी एलिमेंट को क्या करती है
Hides the element
Makes the element visible
Removes the element from the document flow
Adds transparency to the element
Previous Question