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 of the following attribute is used to provide a unique name to an element?
किसी तत्व को एक अद्वितीय नाम प्रदान करने के लिए निम्नलिखित में से किस विशेषता का उपयोग किया जाता है?
class
id
type
None of the above
Next Question
25
See Explanation !
2
Which of the following explains correctly what happens when a JavaScript program is developed on a Unix Machine?
निम्नलिखित में से कौन सही ढंग से बताता है कि जब यूनिक्स मशीन पर जावास्क्रिप्ट प्रोग्राम विकसित किया जाता है तो क्या होता है?
will work perfectly well on a Windows Machine
will be displayed as JavaScript text on the browser
will throw errors and exceptions
must be restricted to a Unix Machine only
Previous Question
Next Question
25
See Explanation !
3
Which is correct?
कौन सी बात सही है?
<b>Click Here<b>
<strong>Click Here<strong>
<b>Click Here</b>
</strong>Click Here</strong>
Previous Question
Next Question
25
See Explanation !
4
Which is not a valid text alignment class in W3.CSS?
W3.CSS में मान्य टेक्स्ट अलाइनमेंट क्लास कौन सी नहीं है?
w3-left-align
w3-right-align
w3-center
w3.center-align
Previous Question
Next Question
25
See Explanation !
5
How can you apply the same style to multiple selectors in a single rule
आप एक ही नियम में कई चयनकर्ताओं पर एक ही शैली कैसे लागू कर सकते हैं
Separate each selector with a comma
Use the & symbol
Use the || symbol
Separate each selector with a colon
Previous Question
Next Question
25
See Explanation !
6
What does the class w3-container do
वर्ग w3 - कंटेनर क्या करता है
Adds a container with padding
Centers text in an element
Applies a specific font size
Adds a border to an element
Previous Question
Next Question
25
See Explanation !
7
Which language is used for creating Web Pages?
वेब पेज बनाने के लिए किस भाषा का उपयोग किया जाता है?
PASCAL
C
HTML
BASIC
Previous Question
Next Question
25
See Explanation !
8
Which tag is used in HTML5 for the initialization of the document type?
दस्तावेज़ प्रकार के प्रारंभ के लिए HTML5 में किस टैग का उपयोग किया जाता है?
<Doctype HTML>
<! DOCTYPE html>
<Doctype>
<\Doctype html>
Previous Question
Next Question
25
See Explanation !
9
When form data contains sensitive information, then which method should be used?
जब फ़ॉर्म डेटा में संवेदनशील जानकारी होती है, तो किस विधि का उपयोग किया जाना चाहिए?
Get
Post
Put
Out
Previous Question
Next Question
25
See Explanation !
10
Which of the following directives is used to start an angularJS application?
कोणीय जेएस एप्लिकेशन शुरू करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?
ng-repeat
ng-init
ng-app
ng-model
Previous Question
Next Question
25
See Explanation !
11
Connecting website to backend servers, processing data and controlling behavior of higher layers, all these things are done by:
वेबसाइट को बैकएंड सर्वर से कनेक्ट करना, डेटा प्रोसेस करना और उच्चतर परतों के व्यवहार को नियंत्रित करना, ये सभी चीजें निम्न द्वारा की जाती हैं:
HTML language
JavaScripts
CSS scripts
None of the above
Previous Question
Next Question
25
See Explanation !
12
By default Hyperlinks are displayed with an underline. How do you remove the underline from all hyperlinks by using CSS code?
डिफ़ॉल्ट रूप से हाइपरलिंक को रेखांकित के साथ प्रदर्शित किया जाता है। आप CSS कोड का उपयोग करके सभी हाइपरलिंक से रेखांकित को कैसे हटाते हैं?
a { underline:none; }
a { text-decoration:no-underline; }
a { decoration:no-underline; }
a { text-decoration:none; }
Previous Question
Next Question
25
See Explanation !
13
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 !
14
Features of Sublime Text Editor
सबलाइन टेक्स्ट एडिटर के फीचर है।
Column selection and multi-select editing
Syntax highlight and high contrast display
Auto completion, code building, Snippets
All of the above
Previous Question
Next Question
25
See Explanation !
15
Choose the correct HTML tag to make a text italic.
टेक्स्ट इटैलिक बनाने के लिए सही HTML टैग चुनें।
<li>
<italics>
<italic>
<i>
Previous Question
Next Question
25
See Explanation !
16
Which of the following is video format in HTML5?
HTML5 में वीडियो प्रारूप निम्नलिखित में से कौन सा है?
MP5
WebM
wbr
None of These
Previous Question
Next Question
25
See Explanation !
17
Which CSS unit is relative to the font-size of the nearest parent element with a specified font size
निर्दिष्ट फ़ॉन्ट आकार के साथ निकटतम मूल तत्व के फ़ॉन्ट - आकार के सापेक्ष कौन सी सीएसएस इकाई है
px
em
rem
vw
Previous Question
Next Question
25
See Explanation !
18
Meta tag is used for?
मेटा टैग का उपयोग किसके लिए किया जाता है?
To store information usually relevant to browsers and search engines
To only store information usually relevant to browsers
To only store information about search engines
To store information about external links
Previous Question
Next Question
25
See Explanation !
19
_________ networks are more commonly implemented where less than ten computers are involved and where strict security is not necessary.
_________ नेटवर्क आमतौर पर लागू किए जाते हैं जहां दस से कम कंप्यूटर शामिल होते हैं और जहां सख्त सुरक्षा की आवश्यकता नहीं होती है।
Peer-to-peer
Client/server
Domain name server
Application
Previous Question
Next Question
25
See Explanation !
20
____________ allows a computer to connect to a corporate LAN over the internet.
____________ कंप्यूटर को इंटरनेट पर कॉर्पोरेट लैन से कनेक्ट करने की अनुमति देता है।
VPN
FTP
HDN
ARP
Previous Question
Next Question
25
See Explanation !
21
What is the correct syntax of doctype in HTML5?
HTML5 में डॉक्टाइप का सही वाक्यविन्यास क्या है?
</doctype html>
<doctype html>
<doctype html!>
<!doctype html>
Previous Question
Next Question
25
See Explanation !
22
For what purpose is the CSS padding property used ?
सीएसएस पैडिंग प्रॉपर्टी का उपयोग किस उद्देश्य के लिए किया जाता है?
Border
Space
Background Color
Margin
Previous Question
Next Question
25
See Explanation !
23
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 !
24
A firewall is installed at the point where the secure internal network and un-trusted external network meet which point is known as
एक फ़ायरवॉल उस बिंदु पर स्थापित किया जाता है जहां सुरक्षित आंतरिक नेटवर्क और गैर - भरोसेमंद बाहरी नेटवर्क मिलते हैं जिसे बिंदु के रूप में जाना जाता है
Choke point
Meeting point
Firewall point
Secure point
Previous Question
Next Question
25
See Explanation !
25
Full form of BCC?
BCC का पूरा रूप?
Blind carbon copy
Blind carboon copy
Black carbon copy
none
Previous Question