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 should be the first tag in any HTML documents ?
किसी भी HTML दस्तावेज़ में पहला टैग क्या होना चाहिए?
<head>
<title>
<html>
<document>
Next Question
25
See Explanation !
2
Which element works as a sidebar?
कौन सा तत्व साइडबार के रूप में काम करता है?
<header>
<footer>
<nav>
<aside >
Previous Question
Next Question
25
See Explanation !
3
Which CSS property is used to set the style of a list item marker
सूची आइटम मार्कर की शैली सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
marker-style
list-style-type
list-marker
item-style
Previous Question
Next Question
25
See Explanation !
4
Which of the following app brings fingerprint authentication for the users?
निम्नलिखित में से कौन सा ऐप उपयोगकर्ताओं के लिए फिंगरप्रिंट प्रमाणीकरण लाता है?
Google Drive
TikTok
Instagram
WhatsApp
Previous Question
Next Question
25
See Explanation !
5
How to apply specific styles to h1 tag only when mouse points to it?
H1 टैग पर विशिष्ट शैलियों को केवल तभी लागू करें जब माउस इसे इंगित करता है?
h1.hover
h1*hover
h1:hover
h1-hover
Previous Question
Next Question
25
See Explanation !
6
What does the > selector do in CSS
Avhinai ka matlab
Selects all elements
Selects all child elements of a specified element
Selects all descendant elements
Selects the next sibling element
Previous Question
Next Question
25
See Explanation !
7
When is the content of a table shown?
टेबल की सामग्री कब दिखाई जाती है?
Before the border loads
After the table is loaded
In pieces as it loads
None of the above
Previous Question
Next Question
25
See Explanation !
8
Why JavaScript Engine is needed?
जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?
Both Compiling & Interpreting the JavaScript
Parsing the javascript
Interpreting the JavaScript
Compiling the JavaScript
Previous Question
Next Question
25
See Explanation !
9
Which of the following is not a value for font-style property?
निम्नलिखित में से कौन सा फ़ॉन्ट - स्टाइल प्रॉपर्टी का मान नहीं है?
normal
italic
oblique
none of the above
Previous Question
Next Question
25
See Explanation !
10
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 !
11
___________ is the conversion of data into a form, called a ciphertext that cannot be easily understood by unauthorized people.
___________ डेटा का एक रूप में रूपांतरण है, जिसे एक सिफरटेक्स्ट कहा जाता है जिसे अनधिकृत लोगों द्वारा आसानी से समझा नहीं जा सकता है।
Encryption
Decryption
Cypertext
Plain text
Previous Question
Next Question
25
See Explanation !
12
Usually signature appears at which place in email ?
आमतौर पर ईमेल में किस स्थान पर हस्ताक्षर दिखाई देते हैं?
At the end
In beginning
In middle
None of the above
Previous Question
Next Question
25
See Explanation !
13
Which of the new tag of HTML?
HTML के नए टैग में से कौन सा?
<html>.<head>,<body>
<b>,<i>,<u>,<font>
<article>, <aside>, <footer>, <header>, <mark>, <nav>
All of these
Previous Question
Next Question
25
See Explanation !
14
The ground station in VSAT communication is called
VSAT संचार में ग्राउंड स्टेशन को कहा जाता है
HTTP
Hub
Multiplexer
None of the these
Previous Question
Next Question
25
See Explanation !
15
HTML allows us to create three different kinds of ___
HTML हमें तीन अलग - अलग प्रकार के ___ बनाने की अनुमति देता है
Functions
Events
Files
Lists
Previous Question
Next Question
25
See Explanation !
16
identity the correct statement for absolute Positioning in CSS?
सीएसएस में निरपेक्ष स्थिति के लिए सही कथन की पहचान करें?
It is a browser determined positioning
It uses the position property of CSS ,Used to define absolute positioning
It gives authors greater control on how elements are displayed
none of the above statements are Correct
Previous Question
Next Question
25
See Explanation !
17
Which tag is used in HTML5 for the initialization of the document type?
दस्तावेज़ प्रकार के प्रारंभ के लिए HTML5 में किस टैग का उपयोग किया जाता है?
<Doctype HTML>
<! DOCTYPE html>
<Doctype>
<\Doctype html>
Previous Question
Next Question
25
See Explanation !
18
Internet is
इंटरनेट है
Dynamic system
Complex system
Decentralized system
All of the above
Previous Question
Next Question
25
See Explanation !
19
By using CSS style or code, how can one remove the underline from all hyperlinks?
सीएसएस शैली या कोड का उपयोग करके, कोई सभी हाइपरलिंक से रेखांकित को कैसे हटा सकता है?
a {text-decoration: no-underline;}
a {text: no-underline;}
a {text-decoration:none;}
a (text-style: no-underline;}
Previous Question
Next Question
25
See Explanation !
20
Identify the browser which can render HTML 5 tags?
उस ब्राउज़र की पहचान करें जो HTML 5 टैग प्रस्तुत कर सकता है?
Safari
Chrome
Edge
All the above
Previous Question
Next Question
25
See Explanation !
21
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 !
22
The protocol that allows a computer to use the Internet Protocol with standard voice-grade telephone line and a high-speed modem is
वह प्रोटोकॉल जो कंप्यूटर को मानक वॉयस - ग्रेड टेलीफोन लाइन और एक हाई - स्पीड मॉडेम के साथ इंटरनेट प्रोटोकॉल का उपयोग करने की अनुमति देता है
SLIP
SMTP
SGML
RTF
Previous Question
Next Question
25
See Explanation !
23
Which of the following tag is used for inserting the largest heading in HTML ?
HTML में सबसे बड़ा शीर्षक डालने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
<h3>
<h1>
<h6>
<h2>
Previous Question
Next Question
25
See Explanation !
24
What can be shared on instagram?
इंस्टाग्राम पर क्या साझा किया जा सकता है?
Photo
Video
Both
None
Previous Question
Next Question
25
See Explanation !
25
Which tag is used to display a picture in HTML
HTML में किसी चित्र को प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है
<img>
<pic>
<image>
<picture>
Previous Question