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
In HTML document the tags _____ .
HTML दस्तावेज़ में टैग _____ ।
Should be written in upper case
Should be written in lower case
Should be written in proper case
Can be written in both upper case or lower case
Next Question
25
See Explanation !
2
What does CSS stand for
CSS का मतलब क्या है?
Computer Style Sheets
Creative Style Sheets
Cascading Style Sheets
Colorful Style Sheets
Previous Question
Next Question
25
See Explanation !
3
Which is Not a Text Editor Software
जो टेक्स्ट एडिटर सॉफ़्टवेयर नहीं है
MS Paint
Notepad
Notepad++
Wordpad
Previous Question
Next Question
25
See Explanation !
4
What is the full name of CC?
CC का पूरा नाम क्या है?
Carbon Copy
Copy Carbon
Carbon Clint
None
Previous Question
Next Question
25
See Explanation !
5
A web publishing tool developed by Microsoft is
माइक्रोसॉफ्ट द्वारा विकसित एक वेब पब्लिशिंग टूल है
Navigator
Hot Meta
Pagemill
Front Page
Previous Question
Next Question
25
See Explanation !
6
Which is not a valid Background property of css?
सीएसएस की मान्य बैकग्राउंड प्रॉपर्टी कौन सी नहीं है?
background-image
background-position
background-color
background-iterate
Previous Question
Next Question
25
See Explanation !
7
Which of the following properties is used to set the face of a font?
फ़ॉन्ट का चेहरा सेट करने के लिए निम्नलिखित में से किस गुण का उपयोग किया जाता है?
font-family
font-face
font-variant
font-style
Previous Question
Next Question
25
See Explanation !
8
The CSS property font-weight: bold; is equivalent to
CSS प्रॉपर्टी फ़ॉन्ट - वेट: BOLD; के बराबर है
font-weight: 700;
font-weight: 500;
font-weight: 600;
font-weight: 400;
Previous Question
Next Question
25
See Explanation !
9
Which of the following is not a browser?
इनमें से कौन सा ब्राउज़र नहीं है?
Microsoft Edge
Google Meet
Mozilla Firefox
Google Chrome
Previous Question
Next Question
25
See Explanation !
10
The equipment needed to allow home computers to connect to the internet is called a
घर के कंप्यूटर को इंटरनेट से कनेक्ट करने की अनुमति देने के लिए आवश्यक उपकरण को एक कहा जाता है
Modem
Gateway
Moniter
Peripheral
Previous Question
Next Question
25
See Explanation !
11
Which one is incorrect class name for Font Size in W3.CSS
W3.CSS में फ़ॉन्ट आकार के लिए कौन सा क्लास नाम गलत है
w3-jumbo
w3-large
w3-normal
w3-tiny
Previous Question
Next Question
25
See Explanation !
12
Which is not a advantage of using CSS?
सीएसएस का उपयोग करने का कौन सा लाभ नहीं है?
Rich Decorations
Faster download times.
Greater consistency in design.
No need to write HTML Tags
Previous Question
Next Question
25
See Explanation !
13
what are the benefit of using CSS in web pages
वेब पृष्ठों में सीएसएस का उपयोग करने से क्या लाभ होते हैं
Easier to maintain and update.
Greater consistency in design.
More formatting options.
All of the above
Previous Question
Next Question
25
See Explanation !
14
What is the task of DNS Name server?
DNS नाम सर्वर का कार्य क्या है?
Translating domain names into a specific IP address
Translating domain names into a specific UDP address
Translating domain names into a specific TCP address
Translating domain names into a specific FTP address
Previous Question
Next Question
25
See Explanation !
15
Which of the following statement is true for AngularJS?
कौन सा कथन सत्य है?
AngularJS is a closed-source front-end web framework
AngularJS is an open-source front-end web framework
AngularJS is an open-source backend web framework
AngularJS is a closed-source back-end web framework
Previous Question
Next Question
25
See Explanation !
16
A web page displays a picture. What tag was used to display that picture?
एक वेब पेज एक तस्वीर दिखाता है। उस तस्वीर को प्रदर्शित करने के लिए किस टैग का उपयोग किया गया था?
image
picture
src
img
Previous Question
Next Question
25
See Explanation !
17
Which W3.CSS class is used to add a striped style to a table
किसी तालिका में एक धारीदार शैली जोड़ने के लिए किस W3.CSS वर्ग का उपयोग किया जाता है
w3-table-striped
w3-striped
w3-table-stripe
w3-stripe
Previous Question
Next Question
25
See Explanation !
18
Which of the following is related to internet security ?
निम्नलिखित में से कौन इंटरनेट सुरक्षा से संबंधित है?
MIT
Firewall
DSL
W3C
Previous Question
Next Question
25
See Explanation !
19
What is the correct CSS syntax for making all the <p> elements bold?
सभी को बनाने के लिए सही CSS वाक्यविन्यास क्या है
<p style="font-size:bold;">
p {text-size:bold;}
<p style="text-size:bold;">
p {font-weight:bold;}
Previous Question
Next Question
25
See Explanation !
20
On Internet, which version of the Internet Protocol is the most widely used
इंटरनेट पर, इंटरनेट प्रोटोकॉल का कौन सा संस्करण सबसे व्यापक रूप से उपयोग किया जाता है
Ipv1
IPv6
IPv2
IPv4
Previous Question
Next Question
25
See Explanation !
21
How do you select all p elements inside a div element?
आप एक div तत्व के अंदर सभी p तत्वों का चयन कैसे करते हैं?
div p
div.p
div + p
div ~ p
Previous Question
Next Question
25
See Explanation !
22
How many people can be sent message by email once ?
एक बार कितने लोगों को ईमेल के ज़रिए मैसेज भेजा जा सकता है?
100
250
500
1000
Previous Question
Next Question
25
See Explanation !
23
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 !
24
The CSS property display: flex; is used to
CSS प्रॉपर्टी डिस्प्ले: flex; का उपयोग किया जाता है
Make an element inline-block
Create a block-level flex container
Apply a shadow to the element
Change the font size of the element
Previous Question
Next Question
25
See Explanation !
25
Which is a technology that governs the conduct which is socially acceptable in an online or digital.
जो एक ऐसी तकनीक है जो आचरण को नियंत्रित करती है जो ऑनलाइन या डिजिटल में सामाजिक रूप से स्वीकार्य है।
Internet
Internet crime
Internet etiquette
Internet theft
Previous Question