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
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
Which HTML tag produces the biggest heading?
कौन सा HTML टैग सबसे बड़ा शीर्षक उत्पन्न करता है?
<h7>
<h4>
<h9>
<h1>
Next Question
25
See Explanation !
2
What is the correct way to declare a document as HTML5
किसी दस्तावेज़ को HTML5 घोषित करने का सही तरीका क्या है
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!DOCTYPE html SYSTEM "about:legacy-compat">
<!DOCTYPE html>
<!DOCTYPE html5>
Previous Question
Next Question
25
See Explanation !
3
The protocol that allows a computer to use the Internet Protocol with standard voice-grade telephone line and a high-speed modem is
वह प्रोटोकॉल जो कंप्यूटर को मानक वॉयस - ग्रेड टेलीफोन लाइन और एक हाई - स्पीड मॉडेम के साथ इंटरनेट प्रोटोकॉल का उपयोग करने की अनुमति देता है
SLIP
SMTP
SGML
RTF
Previous Question
Next Question
25
See Explanation !
4
CSS syntax is divided into____ part
सीएसएस सिंटैक्स को ____ भाग में विभाजित किया गया है
Selector and Declaration
Property name and value
Color and style
None-of these
Previous Question
Next Question
25
See Explanation !
5
What is the correct syntax to add user controllable mp4 video to the HTML?
HTML में उपयोगकर्ता द्वारा नियंत्रित करने योग्य mp4 वीडियो जोड़ने के लिए सही वाक्यविन्यास क्या है?
<video controls><source src="xyz.mp4" type="video"></video>
<video><source src="xyz.mp4" type="video/mp4"></video>
<video controls><source src="xyz.mp4" type="video/mp4"></video>
all of the above
Previous Question
Next Question
25
See Explanation !
6
How to insert multiple line comments in a CSS file ?
सीएसएस फ़ाइल में एकाधिक पंक्ति टिप्पणियां कैसे डालें?
//statement
'statement
/*statement */
// statement //
Previous Question
Next Question
25
See Explanation !
7
The attributes of FRAMESET elements are:
फ्रेमसेट तत्वों की विशेषताएं हैं:
ROWS and COLS
MARGINHEIGHT and MARGINWIDTH
Both (a) and (b) above
None of the above
Previous Question
Next Question
25
See Explanation !
8
In HTML, tags that include both start and end tag are called
HTML में, उन टैग को कहा जाता है जिनमें प्रारंभ और अंत दोनों टैग शामिल होते हैं
Comment tag
Document tag
Container tag
None of the above
Previous Question
Next Question
25
See Explanation !
9
Communication and Collaboration
संचार और सहयोग
Intranet
Internet
Extranet
Paper
Previous Question
Next Question
25
See Explanation !
10
What kind of facility do ISP provide in the following?
ISP निम्नलिखित में किस प्रकार की सुविधा प्रदान करता है?
Internet
Network
Browsing
None of these
Previous Question
Next Question
25
See Explanation !
11
Identify the non-semantic elements in HTML tags
HTML टैग में गैर - सेमैंटिक तत्वों की पहचान करें
<div>
<form>
<table>
<article>
Previous Question
Next Question
25
See Explanation !
12
Tick the odd term out:
विषम शब्द को बाहर निकालें:
Stageful Inspection
Proxy Firewall
Alta Vista
Packet-Filtering Firewall
Previous Question
Next Question
25
See Explanation !
13
What is full form of CMYK
CMYK का फुल फॉर्म क्या है
Cyan, Magenta, Yellow and Blue
Cyan, Magenta, Yellow and Key(Black)
Cyan, Magenta, Yellow and Khaki
None of these
Previous Question
Next Question
25
See Explanation !
14
How do you select elements with class name "test"?
आप क्लास नाम "टेस्ट" वाले तत्वों का चयन कैसे करते हैं?
*test
#test
.test
test
Previous Question
Next Question
25
See Explanation !
15
What is JavaScript?
जावास्क्रिप्ट क्या है?
A markup language
A programming language
A database
A server
Previous Question
Next Question
25
See Explanation !
16
Check boxes are used _____
चेक बॉक्स का उपयोग किया जाता है _____
To enable option
To disable option
To create lists
To enable or disable option
Previous Question
Next Question
25
See Explanation !
17
Which of the following is a search engine?
निम्नलिखित में से कौन एक खोज इंजन है?
Twitter
Facebook
myspace
google
Previous Question
Next Question
25
See Explanation !
18
Error detection at a data link level is achieved by
डेटा लिंक स्तर पर त्रुटि का पता लगाने का लक्ष्य किसके द्वारा प्राप्त किया जाता है
Parity
Cyclic redundancy code
Hamming code
Equalization
Previous Question
Next Question
25
See Explanation !
19
Server side scripts is:
सर्वर साइड स्क्रिप्ट है:
A visible to the end user
Defined to user
Invisible to the end user
Both (b) and (c)
Previous Question
Next Question
25
See Explanation !
20
A user can get files from another computer on the Internet by using
कोई उपयोगकर्ता इंटरनेट पर किसी अन्य कंप्यूटर से फ़ाइलें प्राप्त कर सकता है
HTTP
TELNET
UTP
FTP
Previous Question
Next Question
25
See Explanation !
21
<DT> tag is designed to fit a single line of our web page but <DD> tag will accept a
DT टैग को हमारे वेब पेज की एक पंक्ति में फिट करने के लिए डिज़ाइन किया गया है लेकिन DD टैग स्वीकार करेगा
line of text
Full paragraph
word
request
Previous Question
Next Question
25
See Explanation !
22
The <aside> element is typically used for:
<aside> एलिमेंट का इस्तेमाल आमतौर पर इन चीज़ों के लिए किया जाता है:
Grouping navigation links
Defining content related to the main content but placed separately
Marking the primary content on a webpage
Displaying a footer for a document
Previous Question
Next Question
25
See Explanation !
23
Web page editors works on a ____ principle.
वेब पेज संपादक ____ सिद्धांत पर काम करते हैं।
WWW
HTML
WYSIWYG
WYGWYSI
Previous Question
Next Question
25
See Explanation !
24
What is the difference between XML and HTML?
XML और HTML में क्या अंतर है?
HTML is used for exchanging data, XML is not.
XML is used for exchanging data, HTML is not.
HTML can have user defined tags, XML cannot
Both B and C
Previous Question
Next Question
25
See Explanation !
25
Which CSS property is used to control the order of flex items in the container
कंटेनर में फ्लेक्स आइटम के क्रम को नियंत्रित करने के लिए किस सीएसएस संपत्ति का उपयोग किया जाता है
flex-order
order
flex-direction
item-order
Previous Question