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
This is an Internet forum to discuss wide range of topics like current news, articles and current affairs, etc.
यह वर्तमान समाचार, लेख और वर्तमान मामलों आदि जैसे विषयों की विस्तृत श्रृंखला पर चर्चा करने के लिए एक इंटरनेट मंच है।
E-Discussion
Newsgroups
Chatting
E-Learning
Next Question
25
See Explanation !
2
The CSS property transition is used for:
CSS प्रॉपर्टी ट्रांज़िशन का इस्तेमाल इसके लिए किया जाता है:
Adding a smooth transition effect to an element
Changing the font of an element
Controlling the transition between different pages
Changing the color of an element
Previous Question
Next Question
25
See Explanation !
3
The CSS property box-sizing: content-box; includes
CSS प्रॉपर्टी बॉक्स - साइज़: कंटेंट - बॉक्स; इसमें शामिल हैं
Only the content of the box in the specified width and height
Both the content and padding in the specified width and height
Only the padding of the box in the specified width and height
Only the border of the box in the specified width and height
Previous Question
Next Question
25
See Explanation !
4
Interactive documents that can be created using a feature of HTML are called ____
एचटीएमएल की सुविधा का उपयोग करके बनाए जा सकने वाले इंटरएक्टिव दस्तावेज़ों को ____ कहा जाता है
Tables
Forms
Files
Frames
Previous Question
Next Question
25
See Explanation !
5
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 !
6
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 !
7
How can you make a bulleted list?
आप बुलेटेड लिस्ट कैसे बना सकते हैं?
<dl>
<ol>
<list>
<ul>
Previous Question
Next Question
25
See Explanation !
8
What does the w3-hover-shadow class do
डब्ल्यू3 - होवर - शैडो क्लास क्या करता है
Adds a shadow when the element is clicked
Adds a shadow when the element is hovered over
Adds a permanent shadow
Adds a glowing effect
Previous Question
Next Question
25
See Explanation !
9
Directive to initialize Angular JS application
कोणीय जेएस एप्लिकेशन को आरंभ करने का निर्देश
ng-app
ng-init
ng-model
none of the above
Previous Question
Next Question
25
See Explanation !
10
The CSS property font-weight is used to control:
CSS प्रॉपर्टी फ़ॉन्ट - वेट को नियंत्रित करने के लिए उपयोग किया जाता है:
The size of the font
The thickness of the font characters
The color of the font
The spacing between letters
Previous Question
Next Question
25
See Explanation !
11
_____ are computers that connect to a network and deliver resources to other Computers.
_____ वे कंप्यूटर हैं जो एक नेटवर्क से जुड़ते हैं और अन्य कंप्यूटरों को संसाधन प्रदान करते हैं।
Servers
Mainframe
Network
Clients
Previous Question
Next Question
25
See Explanation !
12
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
Previous Question
Next Question
25
See Explanation !
13
How do you select elements with class name "test"?
आप क्लास नाम "टेस्ट" वाले तत्वों का चयन कैसे करते हैं?
*test
#test
.test
test
Previous Question
Next Question
25
See Explanation !
14
How do you select an element with the class name "example" in CSS
आप CSS में क्लास नाम "उदाहरण" वाले तत्व का चयन कैसे करते हैं
.example
#example
element.example
example
Previous Question
Next Question
25
See Explanation !
15
What is not correct about the Style class?
स्टाइल क्लास के बारे में क्या सही नहीं है?
Apply only to specific element types defined in the style sheet
Define styles that can be applied to any element
Style-class declarations are preceded by an underscore
Style-class declarations are preceded by a period
Previous Question
Next Question
25
See Explanation !
16
Which of the following defines the set of rules that are followed by each computer present on a network?
निम्नलिखित में से कौन सा उन नियमों के सेट को परिभाषित करता है जिनका पालन नेटवर्क पर मौजूद प्रत्येक कंप्यूटर द्वारा किया जाता है?
Web
HTTP
Domain
Protocol
Previous Question
Next Question
25
See Explanation !
17
How do you link an external CSS file to an HTML document
आप बाहरी CSS फ़ाइल को HTML दस्तावेज़ से कैसे जोड़ते हैं
<link rel="stylesheet" type="text/css" href="style.css">
<style src="style.css">
<link type="text/css" href="style.css">
<style link="style.css">
Previous Question
Next Question
25
See Explanation !
18
_______________ is a general term for a family of transmission technologies for delivery of voice communications over IP networks.
_______________ आईपी नेटवर्क पर आवाज संचार के वितरण के लिए ट्रांसमिशन प्रौद्योगिकियों के एक परिवार के लिए एक सामान्य शब्द है।
SNMP
STMP
VOIP
PSTN
Previous Question
Next Question
25
See Explanation !
19
Integrated Services for Digital Network (ISDN) is a set of communication standards for simultaneous digital transmission of:
डिजिटल नेटवर्क के लिए एकीकृत सेवाएं (ISDN) निम्नलिखित के एक साथ डिजिटल प्रसारण के लिए संचार मानकों का एक सेट है:
voice
video
data
All of the above
Previous Question
Next Question
25
See Explanation !
20
HTML stands for?
HTML का मतलब है?
Hyper Tabular Markup Language
Hyper Text Markup Language
High Text Markup Language
None of these
Previous Question
Next Question
25
See Explanation !
21
URL specifies the following: i) protocol used ii) domain name of server hosting web page iii) name of folder with required information iv) name of document formatted using HTML v) the name of ISP
URL निम्नलिखित निर्दिष्ट करता है: i) प्रोटोकॉल का उपयोग किया गया ii) सर्वर होस्टिंग वेब पेज का डोमेन नाम iii) आवश्यक जानकारी वाले फ़ोल्डर का नाम iv) HTML v का उपयोग करके स्वरूपित दस्तावेज़ का नाम) ISP का नाम
i), ii), iii), iv)
ii), iii), iv), v)
i), iii), iv)
i), ii), iii), v)
Previous Question
Next Question
25
See Explanation !
22
What is Full form of ARPANET
ARPANET का फुल फॉर्म क्या है
Advance Recent Project Administration Network
Advance Research Project Agency Network
Advance Real Project Administration Network
Advance Research Point Admin Network
Previous Question
Next Question
25
See Explanation !
23
The body of the style sheet includes?
स्टाइल शीट के मुख्य भाग में क्या शामिल है?
Style rules
CSS rules
Sheet rules
Format rules
Previous Question
Next Question
25
See Explanation !
24
w3.css is alternative of
w3.css का विकल्प है
Bootstrap
JavaScript
AngularJS
HTML
Previous Question
Next Question
25
See Explanation !
25
In the given img tag, what img.png inside the double quote implies?
दिए गए img टैग में, दोहरे उद्धरण के अंदर img.png का क्या अर्थ है?
element
attribute
value
operator
Previous Question