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
____________ hides the internal address and network topology of its protected domain from outside
____________ अपने संरक्षित डोमेन के आंतरिक पते और नेटवर्क टोपोलॉजी को बाहर से छिपाता है
SAN
SAT
NAT
ARP
Next Question
25
See Explanation !
2
What does the <title> tag in HTML do
<title> HTML में टैग क्या करता है
Specifies the title of the document
Specifies the header
Specifies the footer
Defines a section of the page
Previous Question
Next Question
25
See Explanation !
3
How to insert a background image in HTML?
HTML में बैकग्राउंड इमेज कैसे डालें?
<body background = "img.png">
<img background = "img.png">
<bg-image = "img.png">
None of the above
Previous Question
Next Question
25
See Explanation !
4
Which of the following is true about AngularJS expressions?
AngularJS एक्सप्रेशन के बारे में निम्नलिखित में से कौन सा सच है?
Expressions behave in same way as ng-bind directives
Expressions are used to bind application data to html
Expressions are written inside double braces like {{expression}}
All of these
Previous Question
Next Question
25
See Explanation !
5
Which selector is used to specify a group of elements?
तत्वों के समूह को निर्दिष्ट करने के लिए किस चयनकर्ता का उपयोग किया जाता है?
id
class
tag
both b) and c)
Previous Question
Next Question
25
See Explanation !
6
What is full form of CMYK
CMYK का फुल फॉर्म क्या है
Cyan, Magenta, Yellow and Blue
Cyan, Magenta, Yellow and Key(Black)
Cyan, Magenta, Yellow and Khaki
None of these
Previous Question
Next Question
25
See Explanation !
7
What is a module in AngularJS ?
AngularJS में एक मॉड्यूल क्या है?
expression
application
element
None of the above
Previous Question
Next Question
25
See Explanation !
8
You can see your email in ____ of your email agent?
आप अपने ईमेल एजेंट के ____ में अपना ईमेल देख सकते हैं?
Draft
Inbox
Outbox
None of these
Previous Question
Next Question
25
See Explanation !
9
Short quote HTML tag:
छोटा उद्धरण एचटीएमएल टैग:
<quote>
<qt>
<q>
None of these
Previous Question
Next Question
25
See Explanation !
10
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 !
11
Which of the following is used to send or receive files between two computers?
निम्नलिखित में से किसका उपयोग दो कंप्यूटरों के बीच फ़ाइलों को भेजने या प्राप्त करने के लिए किया जाता है?
SLIP
URL
Internet Explorer
FTP
Previous Question
Next Question
25
See Explanation !
12
Which is true about <iframe> tag?
जो iframe Tag के बारे में सच है
Its inline frame
Embed another document within a current HTML document
None
Both (A) and (B) are true
Previous Question
Next Question
25
See Explanation !
13
What will be added by using <td></td> tag ?
td tag का उपयोग करके क्या जोड़ा जाएगा
cell
row
step
column
Previous Question
Next Question
25
See Explanation !
14
Which of the following selector select sibling ?
निम्नलिखित में से कौन सा चयनकर्ता भाई - बहन का चयन करता है?
E.class
E~F
*
E,F,G
Previous Question
Next Question
25
See Explanation !
15
Quikr Belong to?
क्विकर किसका है?
C2C
B2B
B2C
C2B
Previous Question
Next Question
25
See Explanation !
16
Which tag is used to define a drop-down list
ड्रॉप - डाउन सूची को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है
<select>
<option>
<dropdown>
<list>
Previous Question
Next Question
25
See Explanation !
17
How long can a video be recorded and posted on Instagram?
इंस्टाग्राम पर वीडियो कब तक रिकॉर्ड और पोस्ट किया जा सकता है?
60 Sec.
30 Sec.
5 Min.
2 Min.
Previous Question
Next Question
25
See Explanation !
18
How to apply styles to para’s having class ‘style’? (There are other elements with same class name)
पैरा की क्लास ‘स्टाइल‘ में शैलियों को कैसे लागू करें? (एक ही श्रेणी के नाम वाले अन्य तत्व हैं)
p
p.style
p-style
.style
Previous Question
Next Question
25
See Explanation !
19
A much better approach to establish the base URL is to use
आधार यूआरएल स्थापित करने के लिए एक बेहतर दृष्टिकोण का उपयोग करना है
Base element
Head Element
Both(A) and (B)
None of these
Previous Question
Next Question
25
See Explanation !
20
Exponential operator in JavaScript is:
जावास्क्रिप्ट में घातीय ऑपरेटर है:
^
%
**
None of the above
Previous Question
Next Question
25
See Explanation !
21
What is the maximum number of members allowed to join a single group in Telegram?
टेलीग्राम में एक समूह में शामिल होने के लिए सदस्यों की अधिकतम संख्या कितनी है?
200,000
20,000
2,000
200
Previous Question
Next Question
25
See Explanation !
22
___________ is a program that searches for and identifies items in a database that correspond to the keywords or characters specified by the user.
___________ एक प्रोग्राम है जो उपयोगकर्ता द्वारा निर्दिष्ट कीवर्ड या वर्णों के अनुरूप डेटाबेस में आइटम की खोज और पहचान करता है।
Intranet
Search engine
IRC
FTP
Previous Question
Next Question
25
See Explanation !
23
What is the full form of IM?
IM का पूर्ण रूप क्या है?
Internet members
Instant Messaging
Including media
None
Previous Question
Next Question
25
See Explanation !
24
What is the keyboard shortcut for increasing a documents zoom level ?
दस्तावेज़ ज़ूम स्तर बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है?
Alt + the plus key (+)
Ctrl+the plus key (+)
Alt +>
Ctrl+z
Previous Question
Next Question
25
See Explanation !
25
W3.CCS does not provides the following border class.
W3.CCS निम्नलिखित बॉर्डर क्लास प्रदान नहीं करता है।
w3-border-top
3-border-right
w3-border-bottom
w3-border-gutter
Previous Question