O Level Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Projects
NIELIT O Level Previous Year Solved Paper - M2 R5 JAN 2023 WEB DESIGNING AND PUBLISHING
NIELIT O Level Previous Year Solved Paper - M2 R5 JAN 2023 WEB DESIGNING AND PUBLISHING
English
Hindi
Question No. -
01
Report Bug
Which is not a valid Background property of css?
कौन सी सीएसएस की वैलिड बैकग्राउंड प्रॉपर्टी नहीं है?
A.
background-image
background-image
B.
background-position
background-position
C.
background-color
background-color
D.
background-iterate
background-iterate
Explanation
background-iterate is invalid property for background.
Question No. -
02
Report Bug
What is not true about W3.CSS ?
W3.CSS के बारे में क्या सच नहीं है?
A.
W3.CSS is a modern, responsive, mobile first CSS Framework
W3.CSS एक आधुनिक, उत्तरदायी,
मोबाइल का पहला CSS फ्रेमवर्क है
B.
W3.CSS provide equality for all browsers
W3.CSS सभी ब्राउज़रों के लिए
समानता प्रदान करता है
C.
W3.CSS provides equality for all devices
W3.CSS सभी उपकरणों के लिए समानता
प्रदान करता है
D.
W3.CSS is not the standard CSS
W3.CSS मानक CSS नहीं है
Question No. -
03
Report Bug
The __________ property allows to indent the first line of text in an element.
___ प्रॉपर्टी किसी एलिमेंट में टेक्स्ट की पहली पंक्ति को इंडेंट करने की अनुमति देता है।
A.
text-first
text-first
B.
text-indent
text-indent
C.
first-indent
first-indent
D.
text-first-indent
text-first-indent
Explanation
text-indent property of css is used to set the first line indent in paragraph.
Question No. -
04
Report Bug
Identify the invalid HTML event
इनवैलिड HTML ईवेंट की पहचान करें
A.
unload
unload
B.
load
load
C.
onmouseout
onmouseout
D.
onmouseover
onmouseover
Explanation
unload is invalid HTML event
Question No. -
05
Report Bug
W3.CSS does not provides the following border class:
W3.CSS निम्नलिखित बॉर्डर क्लास प्रदान नहीं करता है:
A.
w3-border-top
w3-border-top
B.
w3-border-right
w3-border-right
C.
w3-border-bottom
w3-border-bottom
D.
w3-border-gutter
w3-border-gutter
Explanation
w3-border-gutter in invalid border class in W3.CSS
Question No. -
06
Report Bug
Identify the valid new <input> tag element in HTML 5
HTML 5 में मान्य नए <input> टैग एलिमेंट की पहचान करें
A.
email
email
B.
letter
letter
C.
fax
fax
D.
None of the above
None of the above
Question No. -
07
Report Bug
Which tag is used to render and represents an independent piece of content of a document?
किसी दस्तावेज़ की सामग्री के एक स्वतंत्र भाग को प्रस्तुत करने और उसका प्रतिनिधित्व करने के लिए किस टैग का उपयोग किया जाता है?
A.
Blog
Blog
B.
Newspaper
Newspaper
C.
Article
Article
D.
Record
Record
Question No. -
08
Report Bug
Hypertext is a:
हाइपरटेक्स्ट एक _________ है:
A.
Text with heavy text jargons
टेक्स्ट के साथ गंभीर टेक्स्ट
शब्दावली
B.
Text more than 1000 words
1000 से अधिक शब्दों का टेक्स्ट
C.
Text which contains link to other texts
वह टेक्स्ट जो किसी अन्य पेग या
पाठ से लिंक हो
D.
None of the above
इनमे से कोई भी नहीं
Question No. -
09
Report Bug
Which comparison operator is used to find equality of type as well as content between two variables?
किस कंपैरिजन ऑपरेटर का उपयोग दो वेरिएबल के बीच समानता के साथ-साथ कंटेंट को खोजने के लिए किया जाता है?
A.
==
==
B.
===
===
C.
====
====
D.
None of the above
None of the above
Explanation
=== operator is used to compare two variable value as well as its data type
Question No. -
10
Report Bug
What is not a valid statement for Angular JS?
इनमे से कौन सा कथन एंगुलर JS के लिए मान्य नहीं है?
A.
It is a JavaScript framework
यह एक जावास्क्रिप्ट
फ्रेमवर्क है
B.
It is added using <script> tag
इसे <script> टैग का उपयोग करके
जोड़ा जाता है
C.
It is a framework written in C
यह सी में लिखा गया एक
फ्रेमवर्क है
D.
Angular JS extends HTML attributes
एंगुलर JS HTML एट्रिब्यूट का
विस्तार करता है
Question No. -
11
Report Bug
w3.Table does not provide the following class for tables.
w3.Table ________ टेबलो के लिए निम्न क्लास प्रदान नहीं करता है।
A.
w3-striped
w3-striped
B.
w3-stripe
w3-stripe
C.
w3-border
w3-border
D.
w3-bordered
w3-bordered
Question No. -
12
Report Bug
Which converter is present in Notepad++?
Notepad++ में कौन सा कन्वर्टर मौजूद है?
A.
ASCII to HEX
ASCII to HEX
B.
ASCII to OCT
ASCII to OCT
C.
HEX to ASCII
HEX to ASCII
D.
Both (A) and (C)
Both (A) and (C)
Question No. -
13
Report Bug
Exponential operator in JavaScript is:
जावास्क्रिप्ट में एक्सपोनेंसिअल ऑपरेटर____ है:
A.
^
^
B.
%
%
C.
**
**
D.
None of the above
None of the above
Explanation
** operator is is used as Exponentiation Operator in Java script . The exponentiation operator (**) raises the first operand to the power of the second operand.
Question No. -
14
Report Bug
A set of navigation links is defined using tag:
नेविगेशन लिंक का एक सेट _____ टैग का उपयोग करके परिभाषित किया गया है:
A.
<a>
<a>
B.
<nav>
<nav>
C.
<href>
<href>
D.
None of the Above
None of the Above
Explanation
The
tag defines a set of navigation links.
Question No. -
15
Report Bug
File protocol is used for ____
फाइल प्रोटोकॉल का उपयोग _____ के लिए किया जाता है
A.
deciding the design and structure of the file
फ़ाइल का डिज़ाइन और संरचना तय
करना
B.
transfer of computer files from hard disk to main memory
हार्ड डिस्क से मुख्य मेमोरी
में कंप्यूटर फाइलों के
स्थानांतरित करने के लिए
C.
deciding the storage space of files
फाइलों की स्टोरेज स्पेस तय
करने के लिए
D.
transfer of computer files from a server to a client
सर्वर से क्लाइंट कंप्यूटर में
फ़ाइलों का स्थानांतरण करने के
लिए
Question No. -
16
Report Bug
Identify the invalid HTML event.
इनवैलिड HTML ईवेंट की पहचान करें.|
A.
unload
unload
B.
load
load
C.
onmouseout
onmouseout
D.
onmouseover
onmouseover
Question No. -
17
Report Bug
Identify the valid new <input> tag element in HTML5?
एचटीएमएल 5 में मान्य नए <इनपुट> टैग एलिमेंट की पहचान करें?
A.
email
ईमेल
B.
letter
लेटर
C.
fax
फैक्स
D.
None of the above
उपरोक्त में से कोई नहीं
Question No. -
18
Report Bug
Which tag is used to render and represents an independent piece of content of a | document
किसी दस्तावेज़ की सामग्री के एक स्वत्रंत भाग को प्रस्तुत करने और उनका प्रतिनिधित्व करने के लिए किस टैग का उपयोग किया जाता है ?
A.
Blog
ब्लॉग
B.
Newspaper
न्यूज़पेपर
C.
Article
आर्टिकल
D.
Record
रिकॉर्ड
Question No. -
19
Report Bug
Identify the features of photo-editing software.
फोटो-एडिटिंग सॉफ़्टवेयर की विशेषताओं की पहचानें करे |
A.
Air brushing
एयर-ब्रशिंग
B.
Red-eye removal
रेड-आई रिमौअल
C.
Cropping
क्रॉपिंग
D.
All of the above
उपरोक्त सभी
Question No. -
20
Report Bug
Which Filter is based on the idea of photographers adding colored filters to the camera lens to tint the photo?
कौन सा फ़िल्टर फोटो को टिंट करने के लिए कैमरे के लेंस में रंगीन फिल्टर जोड़ने वाले फोटोग्राफरों के विचार पर आधारित है?
A.
Image Filter
इमेज फ़िल्टर
B.
Photo Filter
फोटो फ़िल्टर
C.
Artistic Filter
आर्टिस्टिक फ़िल्टर
D.
None of the above
इनमे से कोई भी नहीं
Question No. -
21
Report Bug
What is not true about the <label> tag* HTML ?
<HTML>के <lable> टैग के बारे में क्या सही नहीं है?
A.
Defines a label for many form elements
कई फॉर्म तत्वों के लिए एक लेबल
को परिभाषित करता है
B.
Useful for screen-reader users
स्क्रीन-रीडर उपयोगकर्ताओं के
लिए उपयोगी
C.
Useful for visually challenged users
द्रष्टिबाधित उपयोगकर्ताओं के
लिए उपयोगी
D.
All the above
उपरोक्त में से कोई नहीं
Question No. -
22
Report Bug
The body of the style sheet includes?
स्टाइल शीट की बॉडी में __________शामिल है?
A.
Style rules
स्टाइल रूल्स
B.
CSS rules
सीएसएस रूल्स
C.
Sheet rules
शीट रूल्स
D.
Format rules
फॉर्मेट रूल्स
Question No. -
23
Report Bug
SGML stands for?
SGML का अर्थ है?
A.
Standalone generalized markup language
Standalone generalized markup language
B.
Standalone global makeup language
Standalone global makeup language
C.
Standard generalized markup language
Standard generalized markup language
D.
Standalone Graphical markup language
Standalone Graphical markup language
Question No. -
24
Report Bug
Rectangular Marquee tool is used for the purpose of?
रेक्टेंगुलर मार्की मार्की टूल का प्रयोग__________के लिए किया जाता है?
A.
Floating the marquee
तैरता हुआ मार्की
B.
Creating marquee
मार्की बनाना
C.
Selecting portion inside image
इमेज के अंदर के हिस्से को
चुनने
D.
none of the above
इनमे से कोई भी नहीं
Question No. -
25
Report Bug
An online information retrieval tool that uses the data of a web search engine to produce its own result?
एक ऑनलाइन सूचना पुनर्प्राप्ति उपकरण जो अपने स्वयं के परिणाम उत्पन्न करने के लिए वेब सर्च इंजन के डेटा का उपयोग करता है?
A.
Search Engine
सर्च इंजन
B.
Meta Search Engine
मेटा सर्च इंजन
C.
Mega Search Engine
मेगा सर्च इंजन
D.
None of the above
इनमे से कोई भी नहीं
Question No. -
26
Report Bug
Are the negative values allowed in padding property?
क्या पैडिंग प्रॉपर्टी में निगेटिव वैल्यूज की अनुमति है?
A.
Yes
हाँ
B.
No
नहीं
C.
Cannot say
नहीं कह सकते
D.
May be
हो सकता है
Question No. -
27
Report Bug
The pseudoclass is activated when the user moves the mouse cursor over the specified element.
जब उपयोगकर्ता माउस कर्सर को स्पेसिफाइड एलिमेंट पर ले जाता है तो ___________ सूडोक्लास एक्टिवेट हो जाता है |
A.
mouse over
माउस ओवर
B.
mouse hover
माउस होवर
C.
hover
होवर
D.
mouse move
माउस मूव
Question No. -
28
Report Bug
Which is not an encryption algorithm not present in Notepad++
कौन सा एन्क्रिप्शन एल्गोरिथम नहीं है जो नोटपैड++ में मौजूद है?
A.
MD5
MD5
B.
BSHA-256
BSHA-256
C.
MD6
MD6
D.
Both (A) and (B)
(A) और (B)दोनों
Question No. -
29
Report Bug
Identify benefits that are provided by Photo Editing for Business.
व्यवसाय के लिए फोटो एडिटिंग द्वारा प्रदान किए जाने वाले लाभों की पहचान करें|
A.
Brand Building
ब्रांड निर्माण
B.
Better Sales
बेहतर बिक्री
C.
Robust Social Media Strategy
मजबूत सोशल मिडिया रडनीति
D.
All of the above
उपरोक्त सभी
Question No. -
30
Report Bug
Which statement is not true about respornsiv tables in W3.Table
W3.Table में रिस्पॉन्सिव टेबल के बारे में कौन सा कथन सत्य नहीं है
A.
W3-responsive class creates a responsive table
w 3 -रेस्पोंसिव क्लास एक
उत्तरदायी तालिका बनता हैं
B.
It scroll horizontally on small screens
यहाँ छोटी स्क्रीन पर क्षितिज
रूप को स्क्रोल करता है
C.
w3-table class a responsive table
w-3 टेबल क्लास एक रेस्पोंसिव
टेबल बनता है
D.
on large screens, there is no difference
बड़ी स्क्रीन पर कोई अंतर नहीं
है
Question No. -
31
Report Bug
How are tones created in Images?
इमेज में टोन कैसे बनाए जाते हैं?
A.
When grey is added to a color
जब रंग में ग्रे जोड़ा जाता है ?
B.
When black is added to a color
जब रंग में कला जोड़ा जाता है ?
C.
When white is added to a color
जब रंग में सफ़ेद जोड़ा जाता है ?
D.
None of the above
इनमे से कोई नहीं
Question No. -
32
Report Bug
What is true about Conflicting Styles?
कॉनफ़्लिक्टिंग स्टाइल के बारे में क्या सच है?
A.
Conflict occurs as styles can be defined by a user, an author or a user agent
(e.g a web browser)
कॉनफ़्लिक्ट तब होता है जब
स्टाइल को एक उपयोगकर्त, एक
लेखक या एक उपयोगकर्त एजेंट
(जैसे, एक वेब ब्राउज़र ) द्वारा
परिभाषित किया जा सकता है
B.
Styles "cascade," or flow together
स्टाइल "कैस्केड ",या एक साथ
फ्लो होती है
C.
Ultimate appearance of elements depends on a combination of styles defined in
several ways
एलिमेंट का अंतिम स्वरुप कई
तरीको से परिभाषित स्टाइल पर
पुर्वरता लेती है
D.
Styles defined by the user agent take precedence over styles defined by the user
यूजर एजेंट द्वारा परिभाषित
स्टाइल यूजर द्वारा परिभाषित
स्टाइल पर पूर्वता लेती है
Question No. -
33
Report Bug
Identify the basic lists in W3.css
W3.css में बेसिक लिस्ट की पहचान करें
A.
w3-ol
w3-ol
B.
w3-border
w3-border
C.
3-center
3-center
D.
all of the above
उपरोक्त सभी
Question No. -
34
Report Bug
Identify the wrong statements about "Cookies
"कुकीज़" के बारे में गलत कथनों की पहचान करें
A.
Cookies are programs which run in the background of the web-client
कुकीज़ प्रोग्राम होते हैं जो
वेब-क्लाइंट के बैकग्रउंड में
चलते हैं
B.
Cookies have the potential of being used to violate the privacy of users
कुकीज़ में उपयोगकर्ताओ की
गोपींनियत का उल्लंघन करने के
लिए उपयोग किये की क्षमता है
C.
Cookies are very helpful in keeping track of users in developing online shopping
cart, applications personalized portals and in advertising on websites
ऑनलाइन शॉपिंग कार्ट
एप्प्लीकेशन ,वैयक्तिकृत
पोर्टल विकसित करने और
वेबसाइटो पर विज्ञापन में
उपयोगकर्ताओ पर नजर रखने में
कुकीज़ बहुत मददगार है
D.
Cookies cannot contain more than 4 Kb of data
कुकीज़ में 4 Kb से अधिक डेटा नहीं
हो सकता
Question No. -
35
Report Bug
Which is true about <iframe> tag?
<iframe> टैग के बारे में कौन सा सही है?
A.
Its inline frame
यहाँ इनलाइन फ्रेम हैं
B.
Embed another document within a current HTML document
किसी अन्य दस्तावेज को वर्तमान
एचटीएमएल दस्तावेज में एम्बेड
करे
C.
None
कोई नहीं
D.
Both (A) and (B) are true
(A)और (B) दोनों सही है
Question No. -
36
Report Bug
What is not correct about the Style class?
स्टाइल क्लास के बारे में क्या सही नहीं है?
A.
Apply only to specific element types defined in the style sheet
केवल स्टाइल शीट में परिभाषित
विशिष्ट एलिमेंट प्रकारों पर
लागू होते है
B.
Define styles that can be applied to any element
शैलियों को परिभाषित करें
जिन्हे किसी भी एलिमेंट पर लागू
किया जा सकता है
C.
Style-class declarations are preceded by an underscore
स्टाइल-क्लास डिक्लेरेशन्स
अंडरस्कोर से पहले होती हैं
D.
Style-class declarations are preceded by a period
स्टाइल-क्लास डिक्लेरेशन्स एक
पीरियड से पहले होती हैं
Question No. -
37
Report Bug
Identify the default font used in W3.Font
W3.Font में प्रयुक्त डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
A.
Times New Roman
टाइम्स न्यू रोमन
B.
Arial
एरियल
C.
Verdana
वेरदान
D.
None of the above
उपरोक्त में से कोई नहीं
Question No. -
38
Report Bug
An element can be accessed in Java Script using:
जावास्क्रिप्ट में एक एलिमेंट को _______का उपयोग करके एक्सेस किया जा सकता है
A.
getElementsByName
getElementsByName
B.
ElementsByld
ElementsByld
C.
getElementsByClassName
getElementsByClassName
D.
All of the above
उपरोक्त सभी
Question No. -
39
Report Bug
binds the value of HTML controls to application data.
HTML नियंत्रणों के मान के एप्लिकेशन को डेटा से बांधता है।
A.
ng-app
ng-app
B.
ng-init
ng-init
C.
ng-model
ng-model
D.
ng-controller
ng-controller
Question No. -
40
Report Bug
Which is not a valid encoding standard not present in Notepad++?
कौन सा वैध एन्कोडिंग मानक नहीं है नोटपैड++ में मौजूद नहीं है?
A.
ANSI
ANSI
B.
UTF-8
UTF-8
C.
UTF-8 BOM
UTF-8 BOM
D.
UTF-16
UTF-16
Question No. -
41
Report Bug
Directive to initialize Angular JS application
एंगुलर जेएस(JS) एप्लिकेशन को इनिशियलाइज़ करने का निर्देश_________|
A.
ng-app
ng-app
B.
ng-init
ng-init
C.
ng-model
ng-model
D.
none of the above
उपरोक्त में से कोई नहीं
Question No. -
42
Report Bug
Browsers will usually underline inserted text in the tag
ब्राउज़र आमतौर पर ______________टैग में सम्मिलत टेक्स्ट को रेखांकित करेगे
A.
<i>
<i>
B.
<ins>
<ins>
C.
<u>
<u>
D.
<em>
<em>
Question No. -
43
Report Bug
Identify the invalid image filter.
इनवैलिड इमेज फ़िल्टर की पहचान करें।
A.
Motion Blur
मोशन ब्लर
B.
Plastic Wrap
प्लास्टिक रैप
C.
Liquify
लिक्विफाई
D.
Solidify
सोलिडीफाई
Question No. -
44
Report Bug
<del> element defines text that has been deleted from a document. Browser display them as
<del> एलिमेंट उस टेक्स्ट को परिभाषित करता है जिसे डॉक्यूमेंट किया गया है से हटा दिया गया। ब्राउज़र प्रदर्शन करता हैं|
A.
Red color
लाल रंग
B.
Strikethrough
स्ट्राइकथ्रू
C.
Bold
बोल्ड
D.
Black color
ब्लैक कलर
Question No. -
45
Report Bug
w3-container class adds a padding to any HTML element:
w3-container क्लास किसी भी HTML एलिमेंट में पैडिंग जोड़ता है:
A.
16px left only
16px left only
B.
32px left and right
32px left and right
C.
16px left and right
16px left and right
D.
32px right only
32px right only
Question No. -
46
Report Bug
Shortcut keys for rotating canvas 90 Degree clockwise is
कैनवास को 90 डिग्री क्लॉकवाइज़ घुमाने के लिए शॉर्टकट कुंजियाँ हैं
A.
CTRL+Shift+0
CTRL+Shift+0
B.
CTRL+Alt+Shift+0
CTRL+Alt+Shift+0
C.
CTRL+Alt+Shift+ F10
CTRL+Alt+Shift+ F10
D.
CTRL+Alt+Shift+10
CTRL+Alt+Shift+10
Question No. -
47
Report Bug
What is the task of DNS Name server?
डीइनएस नेम सर्वर का कार्य क्या है?
A.
Translating domain names into a specific IP address
एक विशिष्ट आईपी एड्रेस में
डोमेन नामो का अनुवाद करना |
B.
Translating domain names into a specific UDP address
एक विशिष्ट यूडीपी एड्रेस में
डोमेन नामो का अनुवाद करना |
C.
Translating domain names into a specific TCP address
एक विशिष्ट टीसीपी एड्रेस में
डोमेन नामो का अनुवाद करना |
D.
Translating domain names into a specific FTP address
एक विशिष्ट एफ़टीपी एड्रेस में
डोमेन नामो का अनुवाद करना |
Question No. -
48
Report Bug
Which is not a main built-in search mechanisms ?
कौन सा मुख्य अंतर्निमिर्त खोज तंत्र नहीं है?
A.
dialog-based
डयलॉग -बेस्ट
B.
dialog-free
डयलॉग-फ्री
C.
Incremerntal Search
इंक्रीमेंटल सर्च
D.
Decremental Search
डेक्रेमेंटल सर्च
Question No. -
49
Report Bug
Autofocus attribute can be used on which element ?
ऑटोफोकस विशेषता का उपयोग किस एलिमेंट पर किया जा सकता है?
A.
Button
बटन
B.
Input
इनपुट
C.
Select
सेलेक्ट
D.
All the above
उपरोक्त सभी
Question No. -
50
Report Bug
Identify where a <section> element can be used.
पहचानें करें कि <section> एलिमेंट का उपयोग कहाँ किया जा सकता है।
A.
Chapters
चैप्टर्स
B.
Introduction
इंड्रोडक्शन
C.
News Item
न्यूज़ आइटम
D.
All the above
उपरोक्त सभी
Question No. -
51
Report Bug
How to specify individual items in an ordered list?
ऑर्डर किए गए आइटम में अलग-अलग आइटम कैसे निर्दिष्ट करें?
A.
LI
LI
B.
UL
UL
C.
OI
OI
D.
None of the above
उपरोक्त सभी
Question No. -
52
Report Bug
Which is not a valid CSS type?
कौन सा वैध CSS प्रकार नहीं है?
A.
Inline
इनलाइन
B.
External
एक्सटर्नल
C.
Outline
आउटलाइन
D.
Embedded
एम्बेडेड
Question No. -
53
Report Bug
Service which helps an organization to host a website on the Web Server
सेवा जो किसी संगठन को वेब सर्वर पर वेबसाइट होस्ट करने में मदद करती है
A.
Web Service
वेब सर्विस
B.
Web Hosting
वेब होस्टिंग
C.
Web Marketing
वेब मार्केटिंग
D.
Web Publishing
वेब पब्लिशिंग
Question No. -
54
Report Bug
Which is not a vibrant color?
कौन सा जीवंत रंग नहीं है?
A.
Red
लाल
B.
Orange
नारंगी
C.
White
सफ़ेद
D.
Purple
बैगनी
Question No. -
55
Report Bug
Ldantify which is not the correct Image Class in W3.Image
W3.Image में कौन सी इमेज क्लास नहीं है, पहचान करें
A.
w3-round
w3-round
B.
w3-circle
w3-circle
C.
w3-border
w3-border
D.
w3-oval
w3-oval
Question No. -
56
Report Bug
To cluster a group of elements together to apply formatting
फॉर्मेटिंग_________लागू करने के लिए एलिमेंट के समूह को एक साथ समूहित करना |
A.
tag
tag
B.
class
class
C.
id
id
D.
div
div
Question No. -
57
Report Bug
identity the correct statement for absolute Positioning in CSS?
CSS में अब्सोलुटे पोजीशन के लिए सही कथन की पहचान करें?
A.
It is a browser determined positioning
यहाँ एक ब्राउज़र निर्धारित
पोज़िशनिंग है
B.
It uses the position property of CSS 1s Used to define absolute positioning
यहाँ अब्सोल्युट पोजिशनिंग को
परिभासित करने के लिए सीएएसएस
की पोजीशन प्रॉपर्टी का उपयोग
करता है
C.
It gives authors greater control on how elements are displayed
यहाँ ऑथर्स को एलिमेंट को
प्रदर्शित करने के तरीके पर
अधिक नियंत्राण देता है
D.
none of the above statements are Correct
उपरोक्त में से कोई भी कथन सही
नहीं है
Question No. -
58
Report Bug
How many columns are supported in the responsive grid?
प्रतिक्रियाशील ग्रिड में कितने कॉलम समर्थित हैं?
A.
10
10
B.
11
11
C.
12
12
D.
13
13
Question No. -
59
Report Bug
What is the role of JavaScript in web design?
वेब डिज़ाइन में जावास्क्रिप्ट की क्या भूमिका है?
A.
define the content of webpages
वेबपेजों के कंटेन्ट को
परिभाषित करता है
B.
specify the layout of webpages
वेबपेजों का लेआउट निर्दिष्ट
करता है
C.
program the behavior of webpages
वेबपेजों के बिहेवियर को
प्रोग्राम करता है
D.
none of the above
उपरोक्त में से कोई नहीं
Question No. -
60
Report Bug
Which is not a valid meta search engine?
कौन सा वैध मेटा सर्च इंजन नहीं है?
A.
Yahoo
याहू
B.
startpage
स्टार्टपेज
C.
Excite
एक्साइट
D.
DuckDuckGo
डकडकगो
Question No. -
61
Report Bug
are used to identify user input, user action and browser actions.
यूजर इनपुट,यूजर और ब्राउज़र एक्शन की पहचान करने के लिए_______उपयोग किया जाता है।
A.
Anput handler
इनपुट हैंडलर
B.
Event handler
इंवेंट हैंडलर
C.
Document handler
डॉक्यूमेंट हैंडलर
D.
Action handler
एक्शन हैंडलर
Question No. -
62
Report Bug
Quick Selection tool is used for the purpose of
क्विक सिलेक्शन टूल का उपयोग किस _____उद्देश्य के लिए किया जाता है
A.
Copy Selection
कॉपी सिलेक्शन
B.
Paste Selection
पेस्ट सिलेक्शन
C.
Find image edges and automatically stops the selection
इमेज के किनारो को ढूढ़े और चयन
को स्वचालित रूप से रोक दें
D.
None of the above
इनमे से कोई भी नहीं
Question No. -
63
Report Bug
What is true about the Box model of CSS ?
CSS के बॉक्स मॉडल के बारे में क्या सत्य है ?
A.
It defines a virtual box drawn around elements
यहाँ एलिमेंट के चारो और खाँचे
गए वर्चुअल बॉक्स को परिभाषित
करता है
B.
Content of each element is surrounded by padding only
प्रत्येक एलिमेंट का कंटेट
केवल पैडिंग से घिरा होता हैं
C.
Content of each elemernt is surrounded by a border only
प्रत्येक एलिमेंट का कंटेन्ट
केवल एक बॉर्डर से घिरा हुआ है
D.
Content of each element is surrounded by a margin only
प्रत्येक एलिमेंट का कंटेन्ट
केवल एक मार्जिन से घिरा होता
है
Question No. -
64
Report Bug
Identify the incorrect media type defined in CSS 2.
CSS 2 में परिभाषित गलत मीडिया प्रकार की पहचान करें।
A.
Handheld
हैंडहेल्ड
B.
Braille
ब्रेल
C.
Arial
एरिअल
D.
Print
प्रिंट
Question No. -
65
Report Bug
w3-color and w3-text-color classes can be used to color:
w3-color और w3-text-color क्लासेस का उपयोग ______को कलर करने के लिए किया जा सकता है:
A.
any HTML element
कोई एचटीएमएल एलिमेंट
B.
Heading only
केवल हैडिंग
C.
Paragraph element only
केवल पाराग्राफ एलिमेंट
D.
table element only
केवल टेबल एलिमेंट
Question No. -
66
Report Bug
Shortcut keys to activate Gaussian Blur
गॉसियन ब्लर को सक्रिय करने के लिए शॉर्टकट कुंजियाँ
A.
CTRL+Alt+Shift+G
CTRL+Alt+Shift+G
B.
CTRL+Alt+G
CTRL+Alt+G
C.
CTRL+ Shift+G
CTRL+ Shift+G
D.
CTRL+Alt+Shift+0
CTRL+Alt+Shift+0
Question No. -
67
Report Bug
What is not true about External Style sheet?
एक्सटर्नल स्टाइल शीट के बारे में क्या सही नहीं है?
A.
It is a separate document that contains CSS rules
यह एक अलग डॉक्यूमेंट है जिसमें
केवल सीएसएस नियम शामिल है
B.
It separates content from the presentation but both are still contained in a
single file
यह कंटेंट को प्रेजेंटेशन से
अलग करता है लेकिन दोनों अभी भी
एक फाइल में समहित हैं
C.
It separates the content and style into separate files
यहाँ कंटेन्ट और स्टाइल को अलग
अलग फाइलो में विभाजित करता है
D.
It allows a web designer and a content author to work in parallel
यहाँ वेब डिज़ाइनर और एक कंटेन्ट
ऑथर को सामानांतर में काम करने
की अनुमति देता है
Question No. -
68
Report Bug
Identify the invalid statement about Angular JS Expressions
एंगुलर JS एक्सप्रेशंस के बारे में अमान्य कथन को पहचानें करे |
A.
written inside doublebr braces: {{expression }}
डबल ब्रेसेस के अंदर लिखा
:{{expressions}}
B.
written inside a directive: ng-bind="expression "
एक डिरेक्टिव के अंदर लिखा
ng-bind="expressions"
C.
return the result exactly where the expression is written
रिजल्ट ठीक वही लौटता है जहा
एक्सप्रेशन लिखा गया हैं
D.
Angular JS expressions are different from JavaScript expressions
एंगुलर JS एक्सप्रेशन
जावास्क्रिप्ट एक्सप्रेशन से
अलग है
Question No. -
69
Report Bug
____tag embeds CSS in a webpage.
_____टैग सीएसएस एक वेबपेज में CSS करता है।
A.
<html>
<html>
B.
<style>
<style>
C.
<css>
<css>
D.
<xml>
<xml>
Question No. -
70
Report Bug
What is not true about ng-repeat directive in Angular JS?
एंगुलर JS में ng-repeat directive के बारे में क्या सही नहीं है
A.
repeats an HTML element
एक HTML एलिमेंट को दोहराता है
B.
clones HTML elements once for each item in a collection
संग्रह में प्रत्येक आइटम के
लिए एक बार HTML एलिमेंट को क्लोन
करता है
C.
used on an arry of objects
ऑब्जेक्ट्स के एक एरे पर
प्रयोग किया जाता है
D.
defines initial values for an Angular JS application
एंगुलर JS एप्लीकेशन के लिए
प्रारभिक मानों को परिभाषित
करता है
Question No. -
71
Report Bug
Which operator is used to get datatype of a variable in JavaScrip
JavaScrip में एक वैरिएअब का डेटाटाइप प्राप्त करने के लिए किस ऑपरेटर का उपयोग किया जाता है
A.
instanceof
instanceof
B.
gettype
gettype
C.
typeof
typeof
D.
none of the above
उपरोक्त में से कोई नहीं
Question No. -
72
Report Bug
Shortcut keys to hide lines in Notepad++
नोटपैड ++ में लाइनों को छिपाने के लिए शॉर्टकट कुंजियाँ
A.
Alt+H
Alt+H
B.
Shift+H
Shift+H
C.
CTRL+H
CTRL+H
D.
None of the above
उपरोक्त में से कोई नहीं
Question No. -
73
Report Bug
Which of the following is not a type of Screen frames in HTML ?
निम्नलिखित में से कौन सा HTML में एक प्रकार का स्क्रीन फ्रेम नहीं है?
A.
iframe
आईफ्रेम
B.
uframe
यूफ़्रेम
C.
no frame
नो फ्रेम
D.
frameset
फ़्रेमसेट
Question No. -
74
Report Bug
Lasso tool is best used for
लैस्सो टूल का सबसे अच्छा उपयोग______के लिए किया जाता है
A.
Cleaning up a selection that you started with another tool
एक सिलेक्शन को क्लीन करना जिसे
अपनी किसी अन्य टूल से शुरू
किया था
B.
Deselecting the selection already done
पहले से हो चुके चयन का रद्द
करना
C.
Remove a selection
सेलेक्शन रिमूव करने के लिए
D.
None of the above
इनमे से कोई भी नहीं
Question No. -
75
Report Bug
The most important<head> element of a webpage is a container for
वेबपेज का सबसे महत्वपूर्ण <head> _______एलिमेंट के लिए एक कंटेनर है
A.
Links
लिंक्स
B.
Webpages
वेबपेजेस
C.
Metadata
मेटाडाटा
D.
Pictures
पिक्चर्स
Question No. -
76
Report Bug
Identify the browser which can render HTML 5 tags?
उस ब्राउज़र की पहचान करें जो HTML 5 टैग प्रस्तुत कर सकता है?
A.
Safari
सफारी
B.
Chrome
क्रोम
C.
Edge
एज
D.
All the above
उपरोक्त सभी
Question No. -
77
Report Bug
Which statement is not true for the headings in W3.Font?
W3.Font में हेडिंग्स के लिए कौन सा कथन सत्य नहीं है?
A.
Segoe UI is the default font for headings
Segoe UI हेडिंग्स के लिए डिफॉल्ट्स
फॉन्ट हैं
B.
Segoe UI has a more narrow letter spacing
Segoe UI में अधिक नैरो लेटर
स्पेसिंग हैं
C.
Headings allow a lesser number of letters in the headings
हेडिंग्स ,हेडिंग्स में काम
संख्या में अक्षर की अनुमति
देती हैं
D.
Smallest heading tag is <h6>
सबसे छोटा हेडिंग टैग <h6> हैं
Question No. -
78
Report Bug
What is not correct about Embedded Style Sheets?
एंबेडेड स्टाइल शीट्स के बारे में क्या सही नहीं है?
A.
Embedded style sheets enable to embed an entire CSS document in an XHTML
document's head section
एम्बेडेड स्टाइल शीट एक
सम्पूर्ण CSS दस्तावेज को एक XHTML
दस्तावेज के मुख्य भाग में
एम्बेड करने में सक्षम बनाती
हैं
B.
Class Selectors are used in Embedded Style sheets
क्लास सेलेकटर्स का उपयोग
एम्बेडेड स्टाइल शीट में किया
जाता हैं
C.
The style element's type attribute specifies the Multipurpose Internet Mail
Extensions (MIME) type that describes a file's content
शैली तत्व का प्रकार विशेषता
मल्टी मल्टीपर्पसे इंटरनेट
मेल एक्सटेंशन्स (MIME)प्रकार को
निर्दिष्ट करता है जो फ़ाइल की
सामग्री का वर्णन करता है
D.
All the statements are correct
सभी कथन सही है
Question No. -
79
Report Bug
Which statements are correct regarding w3-panel?
w3-panel के सबंध में कौन से कथन सही है?
A.
w3-panel class is perfect for displaying notes.
w3-panel क्लास नोट्स प्रदर्शित
करने के लिए एकदम सही है
B.
w3-panel class is perfect for displaying quotes.
w3-panel क्लास कोट्स प्रदर्शित
करने के लिए एकदम सही है
C.
w3-panel class is perfect for displaying alerts
w3-panel क्लास अलर्ट प्रदर्शित
करने के लिए एकदम सही है
D.
all statements are correct.
सभी कथन सही हैं |
Question No. -
80
Report Bug
Identify the incorrect statement about a PseudoClass in CSS.
CSS में एक PseudoClass के बारे में गलत कथन की पहचान करें।
A.
It is a style class defined in CSS
यहाँ CSS में परिभाषित एक स्टाइल
है
B.
gives the author access to content not specifically declared in the document
यहाँ लेखक को दस्तावेज में
विशेष रूप में घोषित नहीं की
गयी सामग्री तक पहुँच प्रदान
करता है
C.
Pseudoclass is separated by an underscore from the name of the element
सूडोक्लास को एलिमेंट के नाम
से अंडरस्कोर द्वारा अलग किया
जाता है
D.
Pseudoclass are separated by a colon from the name of the elemernt
सूडोक्लास को एलिमेंट के नाम से
एक क्लोन द्वारा अलग किया जाता
है
Question No. -
81
Report Bug
Color enhancement refers to
A.
Enhance only foreground of image
इमेज का केवल फोरग्राउंड बढ़ाने
के लिए
B.
Any type of process or treatment that modifies or enhances the color of a
natural diamond
किसी भी प्रकार की प्रकिया या
उपचार जो प्राकृतिक हिरे के रंग
को संशोधित या बढ़ाता है
C.
Enhance only background of image
केवल इमेज का बैकग्राउंड बढ़ाने
के लिए
D.
None of the above
इनमे से कोई भी नहीं
Question No. -
82
Report Bug
Which keyword is a must to use when JavaScript code is to run in older browser?
जावास्क्रिप्ट कोड को पुराने ब्राउजर में चलाने के लिए किस कीवर्ड का उपयोग करना आवश्यक है?
A.
var
var
B.
let
let
C.
const
const
D.
none of the above
उपरोक्त में से कोई नहीं
Question No. -
83
Report Bug
Which CSS specification was first declared to become an official W3C Recommendation?
आधिकारिक W3C अनुशंस बनने के लिए सबसे पहले कौन सा CSS विनिर्देशन की घोषणा किया गया था ?
A.
CSS level 2
CSS level 2
B.
CSS level0
CSS level0
C.
CSS level 1
CSS level 1
D.
CSS level 2.1
CSS level 2.1
Question No. -
84
Report Bug
Variables in JavaScript cannot be declared using:
जावास्क्रिप्ट में वेरिएबल को _____________का प्रयोग करके घोषित नहीं किया जा सकता|
A.
var
var
B.
let
let
C.
nothing
nothing
D.
set
set
Question No. -
85
Report Bug
Which class property makes an image transparent ?
कौन सी क्लास प्रॉपटी इमेज को ट्रांस पैर्रेंट बनाती है?
A.
w3-opacity
w3-opacity
B.
w3-trans
w3-trans
C.
w3-grayscale
w3-grayscale
D.
None of the above
उपरोक्त में से कोई नहीं
Question No. -
86
Report Bug
An index page 1s________
इंडेक्स पेज ________है |
A.
an index of encyclopedia articles
विश्वकोश लेखों का एक सूचकांक
B.
where all Internet data is stored
जहां सभी इंटरनेट डेटा
संग्रहीत है
C.
required for access to the Internet
इंटरनेट तक पहुंच के लिए आवश्यक
D.
the first page of a website
वेबसाइट का पहला पेज
Question No. -
87
Report Bug
What does the .edu domain represents ?
.Edu डोमेन क्या दर्शाता है?
A.
Education domain
एजुकेशन डोमेन
B.
Commercial domain
कमर्शियल डोमेन
C.
E-Learning domain
ई-लर्निंग डोमेन
D.
Entertainment domain
एंटरटेनमेंट डोमेन
Question No. -
88
Report Bug
Which is not a valid list type in W3.List?
A.
Small
Small
B.
XSmall
XSmall
C.
Large
Large
D.
XLarge
XLarge
Question No. -
89
Report Bug
ldentify the invalid <input> tag "type" attribute value.?
इनवैलिड <input> टैग "type " विशेषता मान की पहचानें करे ?
A.
radiobox
रेडिओबॉक्स
B.
checkbox
चेकबॉक्स
C.
submit
सबमिट
D.
text
टेक्स्ट
Question No. -
90
Report Bug
Which JavaScript statement is used to perform different actions based on different conditions?
विभिन्न स्थितियों के आधार पर विभिन्न क्रियाओ को करने के लिए किस जावास्क्रिप्ट स्टेटमेंट का उपयोग किया जाता है?
A.
if
if
B.
for
for
C.
while
while
D.
switch
switch
Question No. -
91
Report Bug
Which of the following can be used as a prefix for Directives ?
निम्नलिखित में से किसका प्रयोग निर्देशों (Directives)के उपसर्ग (prefix)के रूप में किया जा सकता है?
A.
data
डाटा
B.
ng-
ng-
C.
Both (A) and (B)
(A) और (B) दोनों
D.
None of the above
उपरोक्त में से कोई नहीं
Question No. -
92
Report Bug
JavaScript can change?
जावास्क्रिप्ट _______को बदल सकता है?
A.
HTML Conternt
HTML कंटेन्ट
B.
HTML Attribute Values
HTML एट्रिब्यूट वैल्यूज
C.
HTML Styles
HTML स्टाइल
D.
AIl of the above
उपरोक्त सभी
Question No. -
93
Report Bug
What protocol is used by all computer Connections to the Internet ?
इंटरनेट के सभी कंप्यूटर कनेक्शनों द्वारा किस प्रोटोकॉल का उपयोग किया जाता है?
A.
UDP
यूडीपी
B.
FTP
एफटीपी
C.
TCP/IP
टीसीपी /आईपी
D.
Telnet
टेलनेट
Question No. -
94
Report Bug
________is used to specify a new condition to test if the first condition is false.
पहली कंडीशन गलत होने पर परीक्षण करने के लिए एक नई कंडीशन निर्दिष्ट करने के लिए _______का उपयोग किया जाता है |
A.
if
if
B.
else
else
C.
else if
else if
D.
none of the above
none of the above
Question No. -
95
Report Bug
Identify the non-semantic elements in HTML tags
HTML टैग्स में नॉन -सिमेंटिक एलिमेंट की पहचान करें?
A.
<div>
<div>
B.
<form>
<form>
C.
<table>
<table>
D.
<article>
<article>
Question No. -
96
Report Bug
Which is not true about CSS ?
CSS के बारे में कौन सा कथन सही नहीं है ?
A.
CSS is Cascading Style Sheet
CSS is Cascading Style Sheet
B.
Separate content from presentation
Separate content from presentation
C.
stablish visual layout of a Webpage
stablish visual layout of a Webpage
D.
Markup the content of the webpage
Markup the content of the webpage
Question No. -
97
Report Bug
Which is not a valid text alignment class in W3.Text?
कौन सा W3.Text में एक मान्य टेक्स्ट अलाइनमेंट क्लास नहीं है?
A.
w3-left-align
w3-left-align
B.
w3-right-align
w3-right-align
C.
w3-center
w3-center
D.
w3.center-align
w3.center-align
Question No. -
98
Report Bug
HTTP PUT request method is used to?
HTTP PUT रिक्वेस्ट मेथड का उपयोग किया जाता है?
A.
Return contents of a specified document
निर्दिष्ट दस्तावेज़ की
अंतर्वस्तु लौटने के लिए
B.
Return header information
हेडर इन्फॉर्मेशन लौटने के लिए
C.
place the specified document with the enclosed data
निर्दिष्ट दस्तावेज़ को
संलग्न डेट से बदलने के लिए
D.
Execute the specified document with the enclosed data
निर्दिष्ट दस्तावेज़ को
संलग्न डेट से साथ निष्पादित
करने के लिए
Question No. -
99
Report Bug
Which statement is used to come out switch block?
स्विच ब्लॉक से बहार आने के लिए किस स्टेटमेंट का प्रयोग किया जाता है ?
A.
exit
exit
B.
break
break
C.
default
default
D.
out
out
Previous
Next
CCC Online Test 2021
CCC Practice Test Hindi
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level NIELIT Study material and Quiz
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Website development Company in Allahabad