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 the purpose of the CSS float property
सीएसएस फ्लोट प्रॉपर्टी का उद्देश्य क्या है
Adds rounded corners to an element
Aligns an element to the center
Moves an element to the left or right
Changes the transparency of an element
Next Question
25
See Explanation !
2
Which of the following is the correct syntax to display "enter password" in an alert box using JavaScript?
जावास्क्रिप्ट का उपयोग करके एक चेतावनी बॉक्स में "पासवर्ड दर्ज करें" प्रदर्शित करने के लिए निम्नलिखित में से कौन सा सही वाक्यविन्यास है?
alertbox("enter password");
msg("enter password");
msgbox("enter password");
alert("enter password");
Previous Question
Next Question
25
See Explanation !
3
UMANG App do not provides services for
उमंग ऐप निम्नलिखित के लिए सेवाएं प्रदान नहीं करता है
Farmers
Hunters
Students
Pensioners
Previous Question
Next Question
25
See Explanation !
4
Multiple declarations of variables are separated by which symbol.
चर की कई घोषणाओं को किस प्रतीक से अलग किया जाता है।
Semicolon
Colon
Comma
Asterisk
Previous Question
Next Question
25
See Explanation !
5
_______ connection provides a dedicated link between two devices.
_______ कनेक्शन दो उपकरणों के बीच एक समर्पित लिंक प्रदान करता है।
point-to-point
multipoint
primary
secondary
Previous Question
Next Question
25
See Explanation !
6
Which comparison operator is used to find equality of type as well as content between two variables?
किस तुलना ऑपरेटर का उपयोग दो चर के बीच प्रकार की समानता के साथ - साथ सामग्री खोजने के लिए किया जाता है?
==
===
====
None of the above
Previous Question
Next Question
25
See Explanation !
7
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 !
8
What is the correct way to create a telephone link in HTML
HTML में टेलीफोन लिंक बनाने का सही तरीका क्या है
<a href=mob:8489849843’></a>
<mail> call:8489849843 </mail>
<mob> 8489849843 </mob>
<a href=‘tel:8489849843 ‘></a>
Previous Question
Next Question
25
See Explanation !
9
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 !
10
w3-container class adds a padding to any HTML element:
w3 - कंटेनर वर्ग किसी भी HTML तत्व में एक पैडिंग जोड़ता है:
16px left only
32px left and right
16px left and right
32px right only
Previous Question
Next Question
25
See Explanation !
11
Deleted email will be found in
डिलीट किया गया ईमेल यहाँ मिलेगा
Trash Mail
Sent Mail
Inbox
Outbox
Previous Question
Next Question
25
See Explanation !
12
The CSS property text-overflow: ellipsis; is used when:
CSS प्रॉपर्टी टेक्स्ट - ओवरफ़्लो: ellipsis; का उपयोग तब किया जाता है जब:
The text should be vertically centered
The text should be aligned to the right
The text is too long to fit in the container
The text color should be changed
Previous Question
Next Question
25
See Explanation !
13
Which of the following attribute adds audio controls, like play, pause, and volume?
निम्नलिखित में से कौन सी विशेषता ऑडियो नियंत्रण जोड़ती है, जैसे प्ले, पॉज़ और वॉल्यूम?
audio
source
src
controls
Previous Question
Next Question
25
See Explanation !
14
Which shortcut key is used to duplicate the current line in Notepad++?
नोटपैड में वर्तमान लाइन को डुप्लिकेट करने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?
Ctrl+Shift + D
Ctrl+Alt +D
Ctrl+D
Alt+D
Previous Question
Next Question
25
See Explanation !
15
HTML <dl> tag defines the
HTML dl टैग परिभाषित करता है
Unordered list
Ordered list
Description list
Descriptive list
Previous Question
Next Question
25
See Explanation !
16
How do you make a list item in an unordered list display without bullets
आप बिना गोलियों के बिना बिना क्रमबद्ध सूची प्रदर्शन में एक सूची आइटम कैसे बनाते हैं
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
Previous Question
Next Question
25
See Explanation !
17
How do you apply styles to all <input> elements that are checked
आप सभी पर स्टाइल कैसे लागू करते हैं
input:checked
input:focus
input:hover
input:active
Previous Question
Next Question
25
See Explanation !
18
To control image repetition in CSS, the correct option is:
सीएसएस में छवि पुनरावृत्ति को नियंत्रित करने के लिए, सही विकल्प है:
h1{ background-loop: none;}
h1{background-repeat: none; }
h1 { background-iterate: none;}
None of the above
Previous Question
Next Question
25
See Explanation !
19
Identify the invalid statement about Angular JS Expressions
कोणीय जेएस अभिव्यक्तियों के बारे में अमान्य कथन की पहचान करें
written inside doublebr braces: {{expression }}
written inside a directive: ng-bind="expression "
return the result exactly where the expression is written
Angular JS expressions are different from JavaScript expressions
Previous Question
Next Question
25
See Explanation !
20
A modem is not needed when accessing the internet through
के माध्यम से इंटरनेट एक्सेस करते समय मॉडेम की आवश्यकता नहीं होती है
Wi-Fi
LAN
Cable
None of the above
Previous Question
Next Question
25
See Explanation !
21
How will you identify a hyperlink in a website?
आप किसी वेबसाइट में हाइपरलिंक की पहचान कैसे करेंगे?
Question Mark Pointer
Hourglass Pointer
I- Beam Pointer
Link Pointer
Previous Question
Next Question
25
See Explanation !
22
____________ is a protocol for retrieving e-mail messages which can be used as an alternative to the POP3.
____________ ई - मेल संदेशों को पुनः प्राप्त करने के लिए एक प्रोटोकॉल है जिसका उपयोग POP3 के विकल्प के रूप में किया जा सकता है।
SNMP
POP3
IMAP4
SCTP
Previous Question
Next Question
25
See Explanation !
23
in W3.CSS the Default Font Size for <h1> tag is
w3.CSS में के लिए डिफ़ॉल्ट फ़ॉन्ट आकार
64 PX
36 PX
32 PX
24 PX
Previous Question
Next Question
25
See Explanation !
24
The internet originated from the concept of
इंटरनेट की अवधारणा से उत्पन्न हुआ
Microsoft
ARPANET
Web
IBM
Previous Question
Next Question
25
See Explanation !
25
If send email is not in sender sent-box nor in the inbox of receiver then where it will be ? Choose the correct option
यदि ईमेल भेजना प्रेषक द्वारा भेजे गए बॉक्स में नहीं है और न ही रिसीवर के इनबॉक्स में है तो यह कहाँ होगा ? सही विकल्प चुनें
In Draft
In Sent-box
In Outbox
None of the above
Previous Question