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
The process of keeping address in memory for future use is called
भविष्य के उपयोग के लिए पते को स्मृति में रखने की प्रक्रिया को कहा जाता है
Routing
Resolving
Caching
None of the above
Next Question
25
See Explanation !
2
The CSS property transition: all 0.3s ease-in-out; does what to an element
CSS प्रॉपर्टी ट्रांज़िशन: सभी 0.3s ईज़ - इन - आउट; एक एलिमेंट के लिए क्या करता है
Adds a smooth transition effect to all properties over 0.3 seconds
Changes the font style of the element
Applies a shadow to the element
Centers the element on the page
Previous Question
Next Question
25
See Explanation !
3
The w3-panel class adds a ______ top and bottom margin and a ____ left and right padding to any HTML element.
W3 - पैनल वर्ग किसी भी HTML तत्व में ______ ऊपर और नीचे का मार्जिन और ____ बाएं और दाएं पैडिंग जोड़ता है।
4PX 4PX
16PX 16PX
4PX 16PX
16PX 4PX
Previous Question
Next Question
25
See Explanation !
4
When was Twitter launched
ट्विटर कब लॉन्च किया गया था
01-03-2006
01-04-2006
21-03-2006
01-12-2006
Previous Question
Next Question
25
See Explanation !
5
Which of the following selector selects an element that has no childern ?
निम्नलिखित में से कौन सा चयनकर्ता एक ऐसे तत्व का चयन करता है जिसमें कोई चाइल्डर्न नहीं है ?
:empty
:nochild
:inheritance
:no-child
Previous Question
Next Question
25
See Explanation !
6
What does vlink attribute mean?
Vlink विशेषता का क्या अर्थ है?
Visited link
Virtual link
Very good link
Active link
Previous Question
Next Question
25
See Explanation !
7
Which of the following is not a type of attribute for input tag?
निम्नलिखित में से कौन सा इनपुट टैग के लिए विशेषता का एक प्रकार नहीं है?
day
week
month
time
Previous Question
Next Question
25
See Explanation !
8
Which HTML element is used to represent self-contained content such as a blog post or news article?
ब्लॉग पोस्ट या समाचार लेख जैसे स्व - निहित सामग्री का प्रतिनिधित्व करने के लिए किस HTML तत्व का उपयोग किया जाता है?
<header>
<article>
<section>
<footer>
Previous Question
Next Question
25
See Explanation !
9
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 !
10
What is not a valid statement for Angular JS?
कोणीय JS के लिए मान्य कथन क्या नहीं है?
It is a JavaScript framework
It is added using <script> tag
It is a framework written in C
Angular JS extends HTML attributes
Previous Question
Next Question
25
See Explanation !
11
A world wide web contains web pages
एक वर्ल्ड वाइड वेब में वेब पेज होते हैं
residing in many computers
created using HTML
with links to other web pages
residing in many computers linked together using HTML
Previous Question
Next Question
25
See Explanation !
12
Which attribute is used to change the border color of table
तालिका के बॉर्डर रंग को बदलने के लिए किस विशेषता का उपयोग किया जाता है
colorborder
border
bgcolor
bordercolor
Previous Question
Next Question
25
See Explanation !
13
What is the correct way to link an external CSS file to an HTML document
बाहरी CSS फ़ाइल को HTML दस्तावेज़ से लिंक करने का सही तरीका क्या है
<style src="style.css">
<link rel="stylesheet" href="style.css">
<css link="style.css">
<script src="style.css">
Previous Question
Next Question
25
See Explanation !
14
In order to create an ordered list, we can use the tag:
ऑर्डर की गई लिस्ट बनाने के लिए, हम टैग का इस्तेमाल कर सकते हैं:
<UL> </UL>
<P> </P>
<A> </A>
<OL> </OL>
Previous Question
Next Question
25
See Explanation !
15
The text inside the <TEXTAREA> tag works like
TEXTAREA Tag के अंदर का टेक्स्ट
<P> formatted text
<T> formatted text
<PRE> formatted text
None Of These
Previous Question
Next Question
25
See Explanation !
16
Which of the following element defines a group of related options in a drop-down list?
निम्नलिखित में से कौन सा तत्व ड्रॉप - डाउन सूची में संबंधित विकल्पों के समूह को परिभाषित करता है?
<form>
<optgroup>
<output>
<option>
Previous Question
Next Question
25
See Explanation !
17
HTML document start and end with which tag pairs?
HTML पेज किस टैग से प्रारंभ और समाप्त होता है?
HTML
Web
Body
Head
Previous Question
Next Question
25
See Explanation !
18
In Email id we can Change user id
ईमेल आईडी में हम उपयोगकर्ता आईडी बदल सकते हैं
Yes
No
Never
Only one time
Previous Question
Next Question
25
See Explanation !
19
How can you make a list with numbers?
आप संख्याओं के साथ एक सूची कैसे बना सकते हैं?
<dl>
<ol>
<ul>
<list>
Previous Question
Next Question
25
See Explanation !
20
Which element defines additional details?
कौन सा तत्व अतिरिक्त विवरण को परिभाषित करता है?
<summary>
<main>
<aside>
<details>
Previous Question
Next Question
25
See Explanation !
21
HTTP uses port number of TCP
HTTP TCP के पोर्ट नंबर का उपयोग करता है
25
23
80
21
Previous Question
Next Question
25
See Explanation !
22
Which of the following is the property that is triggered in response to JS errors?
निम्नलिखित में से कौन सी संपत्ति है जो जेएस त्रुटियों के जवाब में ट्रिगर की जाती है?
onclick
onerror
onmessage
onexception
Previous Question
Next Question
25
See Explanation !
23
What is React.js?
React.js क्या है?
Open-source JavaScript back-end library
JavaScript front-end library to create a database
Free and open-source JavaScript front-end library
None of the mentioned
Previous Question
Next Question
25
See Explanation !
24
Protocol assigns IP address to the client connected in the Internet?
प्रोटोकॉल इंटरनेट से जुड़े क्लाइंट को आईपी एड्रेस असाइन करता है?
DHCP
IP
TCP
Telnet
Previous Question
Next Question
25
See Explanation !
25
The principle of e-governance is
ई - गवर्नेंस का सिद्धांत है
Centralization
Bureaucracy
Exclusion
Transparency
Previous Question