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
What is a spider?
मकड़ी क्या होती है?
A computer virus
A program that catalogs Web sites
A hacker who breaks into computer systems
An application for viewing web pages
Next Question
25
See Explanation !
2
How many characters can be tweeted in Twitter?
ट्विटर में कितने कैरेक्टर ट्वीट किए जा सकते हैं?
140
280
380
144
Previous Question
Next Question
25
See Explanation !
3
The CSS property backface-visibility is used in
CSS प्रॉपर्टी बैकफेस - विजिबिलिटी का उपयोग
Transformations
Flexbox
Transition
Animations
Previous Question
Next Question
25
See Explanation !
4
Which selector is used to target all elements on a webpage
वेबपेज पर सभी तत्वों को लक्षित करने के लिए किस चयनकर्ता का उपयोग किया जाता है
#
*
.
!
Previous Question
Next Question
25
See Explanation !
5
The server on the internet is also known as a
इंटरनेट पर सर्वर को एक के रूप में भी जाना जाता है
Hub
Host
Gateway
Repeater
Previous Question
Next Question
25
See Explanation !
6
If the background image is of larger or smaller size than the container width, then which line of code will resize it to make fully visible?
यदि बैकग्राउंड इमेज कंटेनर की चौड़ाई से बड़ी या छोटी है, तो पूरी तरह से दिखाई देने के लिए कोड की कौन सी लाइन इसे नया आकार देगी?
background-size: contain;
background-repeat: no-repeat;
background-size: cover;
none of the above
Previous Question
Next Question
25
See Explanation !
7
The key difference between JavaScript and Java is
जावास्क्रिप्ट और जावा के बीच मुख्य अंतर है
JavaScript can be combined directly with HTML.
The JavaScript language structure is simpler than that of Java.
The JavaScript interpreter is built into a Web browser.
All of the above
Previous Question
Next Question
25
See Explanation !
8
Which of the following selectors select any tag with an id attribute set ?
निम्नलिखित में से कौन सा चयनकर्ता आईडी विशेषता सेट के साथ किसी भी टैग का चयन करता है?
E#id
.class
#id
*
Previous Question
Next Question
25
See Explanation !
9
are used to identify user input, user action and browser actions.
उपयोगकर्ता इनपुट, उपयोगकर्ता कार्रवाई और ब्राउज़र क्रियाओं की पहचान करने के लिए उपयोग किया जाता है।
Anput handler
Event handler
Document handler
Action handler
Previous Question
Next Question
25
See Explanation !
10
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 !
11
HTML is what type of language ?
HTML किस प्रकार की भाषा है?
Markup Language
Programming Language
Network Protocol
Scripting Language
Previous Question
Next Question
25
See Explanation !
12
Which type of network covers a limited geographic distance, such as an office, building, or a group of buildings in close proximity to each other?
किस प्रकार का नेटवर्क एक सीमित भौगोलिक दूरी को कवर करता है, जैसे कि एक कार्यालय, इमारत, या इमारतों का एक समूह जो एक दूसरे के करीब है?
LAN
MAN
WAN
None of the above
Previous Question
Next Question
25
See Explanation !
13
Extension of Wordpad file
वर्डपैड फ़ाइल का एक्सटेंसन है
.txt
.rtf
.doc
.text
Previous Question
Next Question
25
See Explanation !
14
Identify the valid new input Tag element in HTML 5
HTML 5 में मान्य नए इनपुट टैग तत्व की पहचान करें
email
letter
fax
None of the above
Previous Question
Next Question
25
See Explanation !
15
In which of the following ways can a submit button be created?
निम्नलिखित में से किस तरीके से सबमिट बटन बनाया जा सकता है?
<input type="submit" value="Submit"/>
<input type="text" value="Submit"/>
<input type="button" value="Submit"/>
<input type="reset" value="Submit"/>
Previous Question
Next Question
25
See Explanation !
16
IRC stands for
IRC का मतलब है
Internet Related Chat
Internet Relay Chat
Internet Related Content
Internet Reliable Content
Previous Question
Next Question
25
See Explanation !
17
In HTML, the correct way of commenting out something would be using:
HTML में, कुछ टिप्पणी करने का सही तरीका निम्नलिखित का उपयोग करना होगा:
## and #
<!–- and -–>
</– and -/->
<!– and -!>
Previous Question
Next Question
25
See Explanation !
18
The domain name in an URL refers to the
URL में डोमेन नाम को संदर्भित करता है
protocol
server
filename
directory
Previous Question
Next Question
25
See Explanation !
19
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 !
20
The CSS property position: sticky; is used for:
सीएसएस संपत्ति की स्थिति: चिपचिपा; के लिए उपयोग किया जाता है:
Fixing the element at the top of the viewport during scrolling
Applying relative positioning to the element
Removing the element from the document flow
Center-aligning the element
Previous Question
Next Question
25
See Explanation !
21
A reliable stream service in TCP is described as two-way transmission, free of transmission ________, with no lost or duplicate ________, and the bytes are delivered in the same ________ in which they were transmitted.
TCP में एक विश्वसनीय स्ट्रीम सेवा को ट्रांसमिशन ________ से मुक्त, दो - तरफा ट्रांसमिशन के रूप में वर्णित किया गया है, जिसमें कोई खोया या डुप्लिकेट ________ नहीं है, और बाइट्स उसी ________ में वितरित की जाती हैं जिसमें उन्हें प्रेषित किया गया था।
errors; bytes; manner
failure; packets; sequence
errors; activity; manner
errors; bytes; sequence
Previous Question
Next Question
25
See Explanation !
22
Which of the following is a business networking site?
निम्नलिखित में से कौन एक व्यावसायिक नेटवर्किंग साइट है?
Twitter
WhatsApp
LinkedIn
YouTube
Previous Question
Next Question
25
See Explanation !
23
What is work of w3-pannel class?
W3 - पैनल क्लास का काम क्या है?
provide 16px top and bottom margin and 16px left and right padding
provide 16px top and bottom margin and 16px left and right margin
provide 16px top and bottom padding and 16px left and right margin
provide 16px top and bottom padding and 16px left and right padding
Previous Question
Next Question
25
See Explanation !
24
What does the .com domain represent
.com डोमेन क्या दर्शाता है
education domain
commercial domain
network
Browser
Previous Question
Next Question
25
See Explanation !
25
___________ is a program that searches for and identifies items in a database that correspond to the keywords or characters specified by the user.
___________ एक प्रोग्राम है जो उपयोगकर्ता द्वारा निर्दिष्ट कीवर्ड या वर्णों के अनुरूप डेटाबेस में आइटम की खोज और पहचान करता है।
Intranet
Search engine
IRC
FTP
Previous Question