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
If an element have margin values 20px for top, 20px for bottom, 30px for right, 30px for left. Then which of the following is the correct way to set the margin?
यदि किसी तत्व का मार्जिन मान शीर्ष के लिए 20px, नीचे के लिए 20px, दाएं के लिए 30px, बाएं के लिए 30px है। फिर मार्जिन सेट करने का सही तरीका निम्नलिखित में से कौन सा है?
margin: 20px 20px 30px 30px
margin: 30px 20px
margin: 20px 30px
margin: 30px 30px 20px 20px
Next Question
25
See Explanation !
2
Which HTML element is used for abbreviation or acronym?
संक्षेप या संक्षिप्त नाम के लिए किस HTML तत्व का उपयोग किया जाता है?
<abbr>
<blockquote>
<q>
<em>
Previous Question
Next Question
25
See Explanation !
3
How many days have I stored for any message trash?
मैंने किसी भी मैसेज ट्रैश के लिए कितने दिन स्टोर किए हैं?
100 Days
30 Days
50 Days
10 Days
Previous Question
Next Question
25
See Explanation !
4
Which of the following can be used to call a JavaScript Code Snippet?
जावास्क्रिप्ट कोड स्निपेट को कॉल करने के लिए निम्नलिखित में से किसका उपयोग किया जा सकता है?
Function/Method
Preprocessor
Triggering Event
RMI
Previous Question
Next Question
25
See Explanation !
5
Error detection at a data link level is achieved by
डेटा लिंक स्तर पर त्रुटि का पता लगाने का लक्ष्य किसके द्वारा प्राप्त किया जाता है
Parity
Cyclic redundancy code
Hamming code
Equalization
Previous Question
Next Question
25
See Explanation !
6
Which property is used to set the space between the element's border and content
तत्व की सीमा और सामग्री के बीच की जगह सेट करने के लिए किस संपत्ति का उपयोग किया जाता है
margin
padding
border-spacing
spacing
Previous Question
Next Question
25
See Explanation !
7
The network where all the nodes are around a central server is a
वह नेटवर्क जहां सभी नोड्स एक केंद्रीय सर्वर के चारों ओर हैं, एक है
Bus network
Star network
Ring network
None of the above
Previous Question
Next Question
25
See Explanation !
8
How do you target the last child of a parent element
आप माता - पिता तत्व के अंतिम बच्चे को कैसे लक्षित करते हैं
:nth-child(last)
:last-child
:only-child
:nth-last-child(1)
Previous Question
Next Question
25
See Explanation !
9
What will be the step of the interpreter in a jump statement when an exception is thrown?
जब कोई अपवाद फेंक दिया जाता है, तो JUMP कथन में दुभाषिया का चरण क्या होगा?
The interpreter stops its work
The interpreter throws another exception
The interpreter jumps to the nearest enclosing exception handler
The interpreter throws an error
Previous Question
Next Question
25
See Explanation !
10
Find the only statement in the following that is correct:
निम्नलिखित में एकमात्र कथन खोजें जो सही है:
JavaScript interpreter processes programs written in Java
JavaScript interpreter processes the commands in a Script written in JavaScript
Java and JavaScript are almost similar
JavaScript cannot be embedded in HTML
Previous Question
Next Question
25
See Explanation !
11
Which element works as a sidebar?
कौन सा तत्व साइडबार के रूप में काम करता है?
<header>
<footer>
<nav>
<aside >
Previous Question
Next Question
25
See Explanation !
12
A linked page using anchor tag is normally displayed in
एंकर टैग का उपयोग करके एक लिंक किया गया पृष्ठ आमतौर पर इसमें प्रदर्शित किया जाता है
New window
Current window
New tab
Same tab
Previous Question
Next Question
25
See Explanation !
13
What kind of expression is “new Point(2,3)”?
"नया बिंदु(2,3 )" किस प्रकार की अभिव्यक्ति है?
Primary Expression
Object Creation Expression
Invocation Expression
Constructor Calling Expression
Previous Question
Next Question
25
See Explanation !
14
What are the two segments of a style tag?
स्टाइल टैग के दो सेगमेंट क्या हैं?
Selector and property
Name and content
Head section and body section
None
Previous Question
Next Question
25
See Explanation !
15
An________is a series of unique numbers that identifies a computer connected to the Internet. Every computer that gets online has an Internet address.
________ अद्वितीय संख्याओं की एक श्रृंखला है जो इंटरनेट से जुड़े कंप्यूटर की पहचान करती है। ऑनलाइन होने वाले हर कंप्यूटर का इंटरनेट पता होता है।
Ethernet
Internet Protocol
Internet Address
Extranet Address
Previous Question
Next Question
25
See Explanation !
16
What does the action attribute defines?
एक्शन एट्रिब्यूट क्या परिभाषित करता है?
Specify the action to be performed on the form content
Specify the address on the server to send the form content to
Specify the method to call when the form is submitted
None of the above
Previous Question
Next Question
25
See Explanation !
17
The right to copy can be granted by
कॉपी करने का अधिकार किसके द्वारा दिया जा सकता है
Court
Government
Company
Owner
Previous Question
Next Question
25
See Explanation !
18
Which value of position always fixes the position of the element relative to the viewport?
स्थिति का कौन सा मान हमेशा व्यूपोर्ट के सापेक्ष तत्व की स्थिति को ठीक करता है?
absolute
fixed
static
sticky
Previous Question
Next Question
25
See Explanation !
19
Which tag is used to list individual items of an ordered list?
ऑर्डर की गई लिस्ट के अलग - अलग आइटम को लिस्ट करने के लिए किस टैग का इस्तेमाल किया जाता है?
LI
OL
UL
None of the above
Previous Question
Next Question
25
See Explanation !
20
Correct HTML Tag for largest heading:
सबसे बड़े शीर्षक के लिए सही HTML टैग:
<headgt;
<h6gt;
<headinggt;
<h1gt;
Previous Question
Next Question
25
See Explanation !
21
Which selector targets only <li> elements that are directly under an <ul>?
कौन सा चयनकर्ता केवल
ul > li
ul li
ul + li
ul ~ li
Previous Question
Next Question
25
See Explanation !
22
Which of the following selector applied styles to elements that are valid per HTML5 validations set either with the pattern or type attributes ?
निम्नलिखित में से कौन सा चयनकर्ता उन तत्वों के लिए शैलियों को लागू करता है जो प्रति HTML5 मान्यताओं को पैटर्न या प्रकार विशेषताओं के साथ सेट करते हैं?
:valid
:required
:optional
:invalid
Previous Question
Next Question
25
See Explanation !
23
Which property will be used to display an image of at least 100px width?
कम से कम 100px चौड़ाई की छवि प्रदर्शित करने के लिए किस संपत्ति का उपयोग किया जाएगा?
max-height
max-width
min-height
min-width
Previous Question
Next Question
25
See Explanation !
24
Access control is implemented using
अभिगम नियंत्रण का उपयोग करके लागू किया जाता है
Cache
Firewall
Hyperlinks
JSP
Previous Question
Next Question
25
See Explanation !
25
Which of the following is an example of a search engine on the internet?
निम्नलिखित में से कौन इंटरनेट पर खोज इंजन का एक उदाहरण है?
MS Office
Google
Gmail
Windows
Previous Question