Home
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
Other 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
2024
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 is the most popular social media?
सबसे लोकप्रिय सोशल मीडिया कौन सा है?
Whatsapp
facebook
youtube
None
Next Question
25
See Explanation !
2
Plug-in is a
प्लग - इन एक है
Software
Hardware
Software and hardware both used for specific purpose
Flash player
Previous Question
Next Question
25
See Explanation !
3
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 !
4
Which Tag is used to define a caption in table
तालिका में कैप्शन को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है
<caption></caption>
<label></label>
<title></title>
None of these
Previous Question
Next Question
25
See Explanation !
5
______ is used to send an email to some other person in addition to the main subject receiver without disclosing details to all.
______ का उपयोग सभी को विवरण का खुलासा किए बिना मुख्य विषय रिसीवर के अलावा किसी अन्य व्यक्ति को एक ईमेल भेजने के लिए किया जाता है।
Carbon Copy
Blind Carbon Copy
Copy
Xerox Copy
Previous Question
Next Question
25
See Explanation !
6
URL for link is specified using ___ attribute.
लिंक के लिए URL ___ विशेषता का उपयोग करके निर्दिष्ट किया गया है।
src
href
link
rel
Previous Question
Next Question
25
See Explanation !
7
You should consider the following point seriously while designing a Web page
वेब पेज डिजाइन करते समय आपको निम्नलिखित बिंदु पर गंभीरता से विचार करना चाहिए
Identifying banners, logos, the desktop or client computer or similar devices
Navigational elements, such as Nav bar, buttons or any text links to other pages
Text of all types
All of the above
Previous Question
Next Question
25
See Explanation !
8
What does the CSS property position: fixed; do
सीएसएस संपत्ति की स्थिति क्या है: स्थिर; करें
Positions the element relative to its normal position
Centers the element on the page
Removes the element from the document flow
Fixes the element to a specified position in the viewport
Previous Question
Next Question
25
See Explanation !
9
Which of the following has no predefined set of tags?
निम्नलिखित में से किसमें टैग का कोई पूर्वनिर्धारित सेट नहीं है?
Scriptlet
Applet
XML
Java Server page
Previous Question
Next Question
25
See Explanation !
10
Which is not a advantage of using CSS?
सीएसएस का उपयोग करने का कौन सा लाभ नहीं है?
Rich Decorations
Faster download times.
Greater consistency in design.
No need to write HTML Tags
Previous Question
Next Question
25
See Explanation !
11
What does the w3-small class do
W3 - छोटी क्लास क्या करती है
Reduces the font size
Reduces the padding of the text container
Reduces the line height of the text
Makes the text lowercase
Previous Question
Next Question
25
See Explanation !
12
Consider the below div tag content statement, how to print the value of "UserName"? <br> <div ng-app=" ng-init="firstName='John'"> <p>Input something in the input box:</p> <br> <p>Name: <input type="text" ng-model=
नीचे दिए गए div टैग कंटेंट स्टेटमेंट पर विचार करें, "UserName" का मान कैसे प्रिंट करें?
UserName
{{UserName}}
{UsertName}
{_UserName)
Previous Question
Next Question
25
See Explanation !
13
Which of the following statement(s) is/are true?
निम्नलिखित में से कौन सा कथन(कथन) सत्य है/हैं?
The web designer should nott just be concerned about the looks but also about user interface
Usability is very important in web design
Both A and B
None of These
Previous Question
Next Question
25
See Explanation !
14
When an empty statement is encountered, a JavaScript interpreter __________
जब एक खाली कथन का सामना किया जाता है, तो एक जावास्क्रिप्ट दुभाषिया __________
Ignores the statement
Prompts to complete the statement
Throws an error
Shows a warning
Previous Question
Next Question
25
See Explanation !
15
What does the CSS property word-wrap: break-word; do
सीएसएस प्रॉपर्टी वर्ड - रैप: ब्रेक - वर्ड; क्या करता है
Breaks the text into individual words
Wraps the text within the container when it reaches the end
Breaks the text into separate lines
Wraps the text within the element without breaking words
Previous Question
Next Question
25
See Explanation !
16
Which of the following statements is/are correct?
निम्नलिखित में से कौन से कथन सही हैं?
An IP address consists of four bytes (or 32 bits) each of which can be a number from 0 to 255.
For browsing or sending an email, an IP address assigned to the computer is required.
IP address is always unique for each computer
All are correct.
Previous Question
Next Question
25
See Explanation !
17
In HTML, the tags are
HTML में, टैग हैं
in upper case
case-sensitive
in lowercase
not case sensitive
Previous Question
Next Question
25
See Explanation !
18
HTML allows us to create three different kinds of ___
HTML हमें तीन अलग - अलग प्रकार के ___ बनाने की अनुमति देता है
Functions
Events
Files
Lists
Previous Question
Next Question
25
See Explanation !
19
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 !
20
Which symbol indicates class selector in CSS.
कौन सा प्रतीक CSS में वर्ग चयनकर्ता को इंगित करता है।
Hash
Plus
Dot
None
Previous Question
Next Question
25
See Explanation !
21
Which tag is used to create a numbered list in HTML
HTML में क्रमांकित सूची बनाने के लिए किस टैग का उपयोग किया जाता है
<ul>
<ol>
<li>
<dl>
Previous Question
Next Question
25
See Explanation !
22
Which element works as a sidebar?
कौन सा तत्व साइडबार के रूप में काम करता है?
<header>
<footer>
<nav>
<aside >
Previous Question
Next Question
25
See Explanation !
23
What should be the value of the width attribute, so that the width of the element adjusts itself to the current width of its parent element?
चौड़ाई विशेषता का मान क्या होना चाहिए, ताकि तत्व की चौड़ाई अपने मूल तत्व की वर्तमान चौड़ाई में समायोजित हो जाए?
100rem
100%
100vw
100em
Previous Question
Next Question
25
See Explanation !
24
What is not a valid statement for Angular JS?
कोणीय JS के लिए मान्य कथन क्या नहीं है?
It is a JavaScript framework
It is added using <script> tag
It is a framework written in C
Angular JS extends HTML attributes
Previous Question
Next Question
25
See Explanation !
25
HTTP PUT request method is used to?
HTTP पुट अनुरोध विधि का उपयोग किसके लिए किया जाता है?
Return contents of a specified document
Return header information
place the specified document with the enclosed data
Execute the specified document with the enclosed data
Previous Question