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
How to apply styles to para’s having class ‘style’? (There are other elements with same class name)
पैरा की क्लास ‘स्टाइल‘ में शैलियों को कैसे लागू करें? (एक ही श्रेणी के नाम वाले अन्य तत्व हैं)
p
p.style
p-style
.style
Next Question
25
See Explanation !
2
What is World Wide Web?
वर्ल्ड वाइड वेब क्या है?
A computer game
A software program
Another name for the Internet
The part of the Internet that enables information sharing
Previous Question
Next Question
25
See Explanation !
3
____________ is used to add color and layout to the website.
वेबसाइट में रंग और लेआउट जोड़ने के लिए ____________ का उपयोग किया जाता है।
CSS
PHP
Javascript
HTML
Previous Question
Next Question
25
See Explanation !
4
What should be enable to send and receive email from personal computer
पर्सनल कंप्यूटर से ईमेल भेजने और प्राप्त करने के लिए क्या सक्षम होना चाहिए
Network
LAN
MAN
Internet
Previous Question
Next Question
25
See Explanation !
5
Which of the following are attributes of front tag?
निम्नलिखित में से कौन से फ्रंट टैग के गुण हैं?
size
face
color
All of the above
Previous Question
Next Question
25
See Explanation !
6
Signal can be sent through Half Duplex?
सिग्नल हाफ डुप्ले के माध्यम से भेजा जा सकता है?
Signal can send simultaneously from both sides
On both sides but not together
On both sides but at some time intervals
None of these
Previous Question
Next Question
25
See Explanation !
7
Which selector applies styles to all <p> elements inside a <div> element
कौन सा चयनकर्ता सभी पर शैलियों को लागू करता है
div, p
div + p
div p
div > p
Previous Question
Next Question
25
See Explanation !
8
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 !
9
Possible problems with JavaScript can be:
जावास्क्रिप्ट के साथ संभावित समस्याएं हो सकती हैं:
Security
Limited graphics and multimedia capabilities
Source code accessible
All of the above
Previous Question
Next Question
25
See Explanation !
10
A user can get files from another computer on the Internet by using
कोई उपयोगकर्ता इंटरनेट पर किसी अन्य कंप्यूटर से फ़ाइलें प्राप्त कर सकता है
HTTP
TELNET
UTP
FTP
Previous Question
Next Question
25
See Explanation !
11
The CSS pseudo-class :hover is used to select an element when
CSS स्यूडो - क्लास :होवर का उपयोग किसी तत्व का चयन करने के लिए किया जाता है जब
It is being clicked
It is being hovered over with the mouse
It is the first child of its parent
It is visited
Previous Question
Next Question
25
See Explanation !
12
What is the correct HTML for creating a checkbox
चेकबॉक्स बनाने के लिए सही HTML क्या है
<input type='checkbox'>
<checkbox>
<input type='check'>
<input checkbox>
Previous Question
Next Question
25
See Explanation !
13
Select the CSS property that sets the width of an element’s bottom border?
उस CSS प्रॉपर्टी का चयन करें, जो किसी एलिमेंट के बॉटम बॉर्डर की चौड़ाई सेट करती है?
border-width
border-bottom
border-width-bottom
border-bottom-width
Previous Question
Next Question
25
See Explanation !
14
Which CSS attribute(s) should one use to create a pink dotted border around an image?
किसी छवि के चारों ओर एक गुलाबी बिंदीदार सीमा बनाने के लिए किस सीएसएस विशेषता(गुणों) का उपयोग करना चाहिए?
border-line
border-style
border-color
Both B and C
Previous Question
Next Question
25
See Explanation !
15
What is true about CSS?
सीएसएस के बारे में क्या सच है?
Apply styles for the web page
Define structure of the web page
Provide meaning to the sections of the web page
None of the above
Previous Question
Next Question
25
See Explanation !
16
Which of the following is used to read a HTML page and render it ?
HTML पृष्ठ को पढ़ने और उसे रेंडर करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है ?
Web browser
Web server
Web matrix
Web network
Previous Question
Next Question
25
See Explanation !
17
which attribute is used to set the space between two cells
दो कोशिकाओं के बीच की जगह को सेट करने के लिए किस विशेषता का उपयोग किया जाता है
cellpadding
cellspacing
cellmargin
cellgapping
Previous Question
Next Question
25
See Explanation !
18
Name the syntax of declaring a CSS rule is:
CSS नियम घोषित करने के वाक्यविन्यास का नाम है:
property-name=value
property-name : value
property-name= value
property-name:value;
Previous Question
Next Question
25
See Explanation !
19
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 !
20
To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the ____________
यह निर्धारित करने के लिए कि क्या एक वस्तु किसी अन्य वस्तु का प्रोटोटाइप है (या प्रोटोटाइप श्रृंखला का हिस्सा है), किसी को ____________ का उपयोग करना चाहिए
isPrototypeOf() method
equals() method
=== operator
==opertor
Previous Question
Next Question
25
See Explanation !
21
The CSS property border-radius: 10px; is used for:
CSS प्रॉपर्टी बॉर्डर - रेडियस: 10px; का उपयोग इसके लिए किया जाता है:
Adding a shadow to the border of an element
Creating rounded corners for an element
Applying a border to the text
Changing the width of the border
Previous Question
Next Question
25
See Explanation !
22
A website is a Collection of?
एक वेबसाइट किसका संग्रह है?
PDF Pages
Web Pages
Images
Slides
Previous Question
Next Question
25
See Explanation !
23
What protocol does PPP use to identify the Network layer protocol?
नेटवर्क लेयर प्रोटोकॉल की पहचान करने के लिए पीपीपी किस प्रोटोकॉल का उपयोग करता है?
NCP
ISDN
LCP
HDLC
Previous Question
Next Question
25
See Explanation !
24
Which of the following cable media is not affected by electromagnetic interference (EMI)?
निम्नलिखित में से कौन सा केबल मीडिया विद्युत चुम्बकीय हस्तक्षेप (ईएमआई) से प्रभावित नहीं है?
Fibre optic
Co-axial Cable
Shielded Twisted Pair Cable (STP)
Unshielded Twisted Pair Cable (UTP)
Previous Question
Next Question
25
See Explanation !
25
Which one is incorrect class name for Font Size in W3.CSS
W3.CSS में फ़ॉन्ट आकार के लिए कौन सा क्लास नाम गलत है
w3-jumbo
w3-large
w3-normal
w3-tiny
Previous Question