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 element defines additional details?
कौन सा तत्व अतिरिक्त विवरण को परिभाषित करता है?
<summary>
<main>
<aside>
<details>
Next Question
25
See Explanation !
2
HTML is
HTML है
Hyper Text Markedup Language
Hyper Text Markup Language
Hyper Text Marked Language
Hyper Text Marking Language
Previous Question
Next Question
25
See Explanation !
3
What is the correct syntax for creating a hyperlink
हाइपरलिंक बनाने के लिए सही वाक्यविन्यास क्या है
<a href='url'>
<a link='url'>
<a name='url'>
<a src='url'>
Previous Question
Next Question
25
See Explanation !
4
How do you apply inline CSS to an HTML element
आप HTML तत्व पर इनलाइन CSS कैसे लागू करते हैं
<style> tag
style attribute
class attribute
External stylesheet
Previous Question
Next Question
25
See Explanation !
5
Full form of BCC?
BCC का पूरा रूप?
Blind carbon copy
Blind carboon copy
Black carbon copy
none
Previous Question
Next Question
25
See Explanation !
6
How many broadcast domains are created when you segment a network with a 12-port switch?
जब आप 12 - पोर्ट स्विच वाले नेटवर्क को सेगमेंट करते हैं तो कितने ब्रॉडकास्ट डोमेन बनाए जाते हैं?
1
2
5
12
Previous Question
Next Question
25
See Explanation !
7
Which of the following CSS list properties is/are correct?
निम्नलिखित में से कौन सी CSS सूची गुण सही है/हैं?
set different list item markers for ordered lists
Set different list item markers for unordered lists
Set an image as the list item marker
All of the mentioned
Previous Question
Next Question
25
See Explanation !
8
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 !
9
Once the email is sent, the message is broken into pieces called __________.
एक बार ईमेल भेजे जाने के बाद, संदेश को __________ नामक टुकड़ों में विभाजित कर दिया जाता है।
Packets
Process
Digits
Bytes
Previous Question
Next Question
25
See Explanation !
10
Markup tags tell the web browser
मार्कअप टैग वेब ब्राउज़र को बताते हैं
How to organize the page
How to display the page
How to display message box on page
None of these
Previous Question
Next Question
25
See Explanation !
11
The minimum age to open a Facebook account?
Facebook अकाउंट खोलने की न्यूनतम उम्र क्या है?
12
13
14
18
Previous Question
Next Question
25
See Explanation !
12
The CSS property transition: all 0.3s ease-in-out; does what to an element
CSS प्रॉपर्टी ट्रांज़िशन: सभी 0.3s ईज़ - इन - आउट; एक एलिमेंट के लिए क्या करता है
Adds a smooth transition effect to all properties over 0.3 seconds
Changes the font style of the element
Applies a shadow to the element
Centers the element on the page
Previous Question
Next Question
25
See Explanation !
13
Which attribute is used to set space(margin) inside cell in html table
एचटीएमएल तालिका में सेल के अंदर स्पेस(मार्जिन) सेट करने के लिए किस विशेषता का उपयोग किया जाता है
cellspacing
cellpadding
cellgapping
cellmargin
Previous Question
Next Question
25
See Explanation !
14
Which element is used to create multi-line text input?
मल्टी - लाइन टेक्स्ट इनपुट बनाने के लिए किस तत्व का उपयोग किया जाता है?
text
textarea
submit
radio
Previous Question
Next Question
25
See Explanation !
15
The internet model or TCP/IP reference model specifically applies to internet worked systems, and has 4 layers. The movement of data packets across a network would be managed by which layer?
इंटरनेट मॉडल या टीसीपी/आईपी संदर्भ मॉडल विशेष रूप से इंटरनेट पर काम करने वाले सिस्टम पर लागू होता है, और इसमें 4 परतें होती हैं। एक नेटवर्क में डेटा पैकेटों की आवाजाही को किस परत द्वारा प्रबंधित किया जाएगा?
The link layer
The (inter) network layer
The transport layer
The application layer
Previous Question
Next Question
25
See Explanation !
16
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 !
17
Full form of UCE ?
UCE का पूरा रूप?
User Client Extension
User Client Email
unsolicited commercial e-mail
None of these
Previous Question
Next Question
25
See Explanation !
18
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 !
19
Which pseudo-class is used to define the style of an element when a user mouses over it
जब कोई उपयोगकर्ता उस पर माउस करता है तो किसी तत्व की शैली को परिभाषित करने के लिए किस छद्म - वर्ग का उपयोग किया जाता है
:link
:hover
:active
:focus
Previous Question
Next Question
25
See Explanation !
20
The CSS property font-style: italic; does what to the text
CSS प्रॉपर्टी फ़ॉन्ट - स्टाइल: इटैलिक; टेक्स्ट को क्या करता है
Makes the text bold
Applies an underline to the text
Applies an italic style to the text
Centers the text within the container
Previous Question
Next Question
25
See Explanation !
21
Which one of the following is a web browser?
निम्नलिखित में से कौन सा एक वेब ब्राउज़र है?
Google
Yahoo
Mozilla Firefox
Bing
Previous Question
Next Question
25
See Explanation !
22
Which is not a valid meta search engine?
मान्य मेटा सर्च इंजन कौन सा नहीं है?
Yahoo
startpage
Excite
DuckDuckGo
Previous Question
Next Question
25
See Explanation !
23
Which of the following is a business networking site?
निम्नलिखित में से कौन एक व्यावसायिक नेटवर्किंग साइट है?
Twitter
WhatsApp
LinkedIn
YouTube
Previous Question
Next Question
25
See Explanation !
24
Which one is not a HTML 5 Tags
कौन सा HTML 5 टैग नहीं है
<source>
<video>
<slider>
All of these
Previous Question
Next Question
25
See Explanation !
25
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