Important Notice:
Jul 2022 Set 2 M2-R5
1 / 100
Which of the following is not a text editor ?निम्नलिखित में से कौन सा टेक्स्ट एडिटर नहीं है?
2 / 100
Ctrl + ⇧ + F is the shortcut key for __________ in sublime text editor.Ctrl + ⇧ + F सबलाइम टेक्स्ट एडिटर में __________ के लिए शॉर्टकट कुंजी है।
3 / 100
Which of the following properties of an anchor element indicates that the user is currently clicking on an element ?एंकर तत्व का निम्नलिखित में से कौन सा गुण यह इंगित करता है कि उपयोगकर्ता वर्तमान में किसी तत्व पर क्लिक कर रहा है?
4 / 100
HTML Tags are enclosed in __________.HTML टैग __________ में संलग्न हैं।
5 / 100
Which of the following code is most efficient ?निम्नलिखित में से कौन सा कोड सबसे अधिक कुशल है?Code 1;for(var number=10;number>=1;number--){document.writeln(number);}Code 2 ;var number=10;while(number>=1){document.writeln(number);number++;}
6 / 100
W3.CSS is a standard CSS that has :W3.CSS एक मानक CSS है जिसमें :
7 / 100
Which of the following is correct ?निम्न में से कौन सा सही है ?
8 / 100
How will you make all paragraph elements 'GREY' in color ?आप सभी पैराग्राफ तत्वों का रंग 'ग्रे' कैसे बनाएंगे?
9 / 100
The internet originated from the concept of __________.इंटरनेट की उत्पत्ति __________ की अवधारणा से हुई।
10 / 100
Which of the following is not possible to animate using CSS?निम्नलिखित में से किसे CSS का उपयोग करके एनिमेट करना संभव नहीं है?
11 / 100
Which of the following markup languages are based on SGML ?निम्नलिखित में से कौन सी मार्कअप भाषा SGML पर आधारित है?
12 / 100
Which of the following options can be used to remove parts of an image ?किसी इमेज के कुछ हिस्सों को हटाने के लिए निम्नलिखित में से किस विकल्प का उपयोग किया जा सकता है?
13 / 100
Ctrl + ⇧ + P is the shortcut key to open __________ in sublime text editor.Ctrl + ⇧ + P सबलाइम टेक्स्ट एडिटर में __________ खोलने के लिए शॉर्टकट कुंजी है।
14 / 100
What type of value gets printed if we add the following two variables ?यदि हम निम्नलिखित दो वेरिएबल जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है?var a = "10";var b = 50;
15 / 100
Which of the following is not a browser ?निम्नलिखित में से कौन ब्राउज़र नहीं है?
16 / 100
Which selector selects elements based on a certain state ?कौन सा सेलेक्टर किसी निश्चित स्थिति के आधार पर तत्वों का चयन करता है?
17 / 100
Which of the following ways are valid to specify white color using CSS ?CSS का उपयोग करके सफेद रंग निर्दिष्ट करने के लिए निम्नलिखित में से कौन से तरीके मान्य हैं?I. #FFFFFFII. rgb (255, 255, 255)III. rgb (FF, FF, FF)
18 / 100
For generalized color correction, which command adjusts the overall combination of colors in an image ?सामान्यीकृत रंग सुधार के लिए, कौन सा आदेश एक छवि में रंगों के समग्र संयोजन को समायोजित करता है?
19 / 100
Image __________ is changing the appearance of an image by altering the colors of the pixels.इमेज __________ पिक्सेल के रंगों को बदलकर इमेज का स्वरूप बदल रही है।
20 / 100
Which CSS attribute(s) should one use to create a pink dotted border around an image?किसी इमेज के चारों ओर गुलाबी बिंदीदार बॉर्डर बनाने के लिए कौन सी CSS विशेषता(ओं) का उपयोग करना चाहिए?I. border-lineII. border-styleIII. border-color
21 / 100
Which is the correct syntax to call an external JavaScript file in the current HTML document ?वर्तमान HTML दस्तावेज़ में बाहरी जावास्क्रिप्ट फ़ाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?
22 / 100
Which of the following is/are the purpose of markup language ?निम्नलिखित में से कौन सा/से मार्कअप भाषा का उद्देश्य है/हैं?I. Add hypertext capabilitiesII. Enhance the documentIII. To define elements within a document.
23 / 100
Which of the following is true for pseudo class in CSS ?CSS में छद्म वर्ग के लिए निम्नलिखित में से कौन सा सत्य है?
24 / 100
Which of the following is used for creating and manipulating photoshop images ?निम्नलिखित में से किसका उपयोग फ़ोटोशॉप इमेज को बनाने और हेरफेर करने के लिए किया जाता है?
25 / 100
What is the standard resolution of images on the web ?वेब पर इमेज का मानक रिज़ॉल्यूशन क्या है?
26 / 100
From the below mentioned CSS properties, which of the following is used to make the text bold?नीचे दिए गए CSS गुणों में से, निम्नलिखित में से किसका उपयोग पाठ को बोल्ड बनाने के लिए किया जाता है?
27 / 100
What is a module in AngularJS ?AngularJS में मॉड्यूल क्या है?
28 / 100
Which CSS property specifies how a video, or an image is resized to fit its content box ?कौन सी CSS प्रॉपर्टी निर्दिष्ट करती है कि किसी वीडियो या इमेज को उसके कंटेंट बॉक्स में फिट करने के लिए उसका आकार कैसे बदला जाए?
29 / 100
How to read and render an HTML page ?HTML पेज को कैसे पढ़ें और प्रस्तुत करें?
30 / 100
The correct syntax to write “Sky is blue” in JavaScript is :जावास्क्रिप्ट में “Sky is blue” लिखने का सही सिंटैक्स है:
31 / 100
What will be the output of the following JavaScript code ?निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?<p id="demo"></p><script>var js = 10;js *= 5;document.getElementById("demo").innerHTML = js;</script>
32 / 100
A color system's range of colors that it can display or print is __________.एक रंग प्रणाली के रंगों की श्रेणी जिसे वह प्रदर्शित या प्रिंट कर सकता है __________ है।
33 / 100
Which CSS selector will be used to define a single element's style ?किसी एकल तत्व की स्टाइल को परिभाषित करने के लिए किस CSS सेलेक्टर का उपयोग किया जाएगा?
34 / 100
The “color:black” in CSS syntax is known as __________.CSS सिंटैक्स में “color:black” को __________ के रूप में जाना जाता है।
35 / 100
File transfer from any webpage to computer system is referred to as __________.किसी भी वेबपेज से कंप्यूटर सिस्टम में फ़ाइल स्थानांतरण को __________ कहा जाता है।
36 / 100
How can one change the font of an element ?किसी तत्व का फ़ॉन्ट कैसे बदला जा सकता है?
37 / 100
HTML metadata is present in which of the following tags ?HTML मेटाडेटा निम्नलिखित में से किस टैग में मौजूद है?
38 / 100
Which of the following file types does not have the ability to be animated ?निम्नलिखित में से किस फ़ाइल प्रकार में एनिमेटेड होने की क्षमता नहीं है?
39 / 100
For which of the following purpose(s) JavaScript is designed for ?निम्नलिखित में से किस उद्देश्य के लिए जावास्क्रिप्ट डिज़ाइन किया गया है?
40 / 100
Which shortcut key is used to duplicate the current line in Notepad++ ?नोटपैड++ में वर्तमान लाइन को डुप्लिकेट करने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?
41 / 100
Which of the following attributes defines the URL of the page to embed when the <iframe> tag is used ?जब <iframe> टैग का उपयोग किया जाता है तो निम्नलिखित में से कौन सी विशेषता एम्बेड किए जाने वाले पृष्ठ का URL परिभाषित करती है?
42 / 100
CSS's position property default value is __________.CSS की position property का डिफ़ॉल्ट मान __________ है।
43 / 100
Which type of CSS is used in the code below ?नीचे दिए गए कोड में किस प्रकार का CSS प्रयोग किया गया है?<p style = "border:2px solid red;">
44 / 100
HTTP stands for __________.HTTP का तात्पर्य __________ है।
45 / 100
Which of the following is video format in HTML5 ?निम्नलिखित में से कौन सा HTML5 में वीडियो प्रारूप है?
46 / 100
When working with a Mask Layer, for an erasing effect, what tool is used to "take away" and "add" to the picture ?मास्क लेयर के साथ काम करते समय, मिटाने वाले प्रभाव के लिए, चित्र को "हटाने" और "जोड़ने" के लिए किस उपकरण का उपयोग किया जाता है?
47 / 100
Which of the following tag is used for inserting the largest heading in HTML ?HTML में सबसे बड़ा शीर्षक डालने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
48 / 100
Which CSS Property specifies the clarity of the image ?कौन सी CSS प्रॉपर्टी इमेज की स्पष्टता निर्दिष्ट करती है?
49 / 100
Which attribute is used for body background color ?बॉडी बैकग्राउंड कलर के लिए किस विशेषता का उपयोग किया जाता है?
50 / 100
What is the file extension for a Photoshop file ?फ़ोटोशॉप फ़ाइल का फ़ाइल एक्सटेंशन क्या है?
51 / 100
Which of the following is a correct CSS Syntax ?निम्नलिखित में से कौन सा सही CSS सिंटैक्स है?
52 / 100
Which tool is used to write your name on an image ?किसी चित्र पर अपना नाम लिखने के लिए किस टूल का उपयोग किया जाता है?
53 / 100
By using CSS style or code, how can one remove the underline from all hyperlinks ?सीएसएस स्टाइल या कोड का उपयोग करके, सभी हाइपरलिंक्स से रेखांकन कैसे हटाया जा सकता है?
54 / 100
W3.CSS does not provides the following border class.W3.CSS निम्नलिखित बॉर्डर क्लास प्रदान नहीं करता है।
55 / 100
Which of the following statements is/are correct ?निम्नलिखित में से कौन सा कथन सही है/हैं?
56 / 100
Which of the following is the CSS Extension Prefixes for Webkit ?निम्नलिखित में से कौन सा वेबकिट के लिए सीएसएस एक्सटेंशन उपसर्ग है?
57 / 100
Which of the following expressions is true ?निम्नलिखित में से कौन सा व्यंजक सत्य है?
58 / 100
Which of the following directives allows one to use form ?निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?
59 / 100
What is the proper html syntax for referencing an external style sheet ?बाहरी स्टाइल शीट को संदर्भित करने के लिए उचित HTML सिंटैक्स क्या है?
60 / 100
What is the output of the following JavaScript code ?निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?<script>var a;document.getElementById("demo").innerHTML = a+1;</script>
61 / 100
What is the keyboard shortcut for increasing a document's zoom level ?किसी दस्तावेज़ के ज़ूम स्तर को बढ़ाने के लिए कीबोर्ड शॉर्टकट क्या है?
62 / 100
Which of the following is used to apply a specific rule and can never be overridden in CSS ?निम्नलिखित में से किसका उपयोग किसी विशिष्ट नियम को लागू करने के लिए किया जाता है और इसे CSS में कभी भी ओवरराइड नहीं किया जा सकता है?
63 / 100
What will happen in the following case ?निम्नलिखित स्थिति में क्या होगा?h1 {color: red text-decoration: underline; font-style: italic;}
64 / 100
AngularJS is a __________.एंगुलरजेएस एक __________ है।
65 / 100
Which of the following is used to create an ordered list in HTML?HTML में ऑर्डर की गई सूची बनाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
66 / 100
Which one of the following is not considered as an error :निम्नलिखित में से किसे त्रुटि नहीं माना जाता है :
67 / 100
Which of the following is true about AngularJS expressions ?AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है?
68 / 100
Which of the following properties is used to set the face of a font ?निम्नलिखित में से कौन सा गुण फ़ॉन्ट का मुख सेट करने के लिए उपयोग किया जाता है?
69 / 100
Which of the following defines the set of rules that are followed by each computer present on a network ?निम्नलिखित में से कौन सा नियमों के समूह को परिभाषित करता है जिसका पालन नेटवर्क पर मौजूद प्रत्येक कंप्यूटर द्वारा किया जाता है?
70 / 100
Marquee tag is used for __________.मार्की टैग का उपयोग __________ के लिए किया जाता है।
71 / 100
CSS syntax is divided into __________ parts.CSS सिंटैक्स को __________ भागों में विभाजित किया गया है।
72 / 100
In CSS, selectors are __________ used to select the elements you want to style.CSS में, सेलेक्टर का उपयोग __________ उन तत्वों को चुनने के लिए किया जाता है जिन्हें आप स्टाइल करना चाहते हैं।
73 / 100
Which of the following statement(s) is/are true ?निम्नलिखित में से कौन सा कथन सत्य है/हैं?I. The web designer shouldn't just be concerned about the looks but also about user interfaceII. Usability is very important in web design
74 / 100
Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string ?कौन सी CSS प्रॉपर्टी यह निर्णय लेने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ बिंदु (एलिप्सिस) दिखाए जाने चाहिए, या कस्टम स्ट्रिंग प्रदर्शित की जानी चाहिए?
75 / 100
Which of the following is required for joining the internet ?इंटरनेट से जुड़ने के लिए निम्नलिखित में से क्या आवश्यक है?
76 / 100
For what purpose is the CSS padding property used ?CSS पैडिंग प्रॉपर्टी का उपयोग किस उद्देश्य के लिए किया जाता है?
77 / 100
Which statement specify correct difference between var and let keywords in JavaScript ?कौन सा कथन जावास्क्रिप्ट में var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?
78 / 100
__________ is a declaration for an HTML5 document.__________ एक HTML5 दस्तावेज़ के लिए घोषणा है।
79 / 100
__________ are computers that connect to a network and deliver resources to other computers.__________ वे कंप्यूटर हैं जो नेटवर्क से जुड़ते हैं और अन्य कंप्यूटरों को संसाधन प्रदान करते हैं।
80 / 100
Which of the following is true ?निम्नलिखित में से कौन सा सही है ?
81 / 100
In the following transition, what does .4s describe ?निम्नलिखित परिवर्तन में, .4s क्या वर्णन करता है?transition: color .4s linear;
82 / 100
__________ is the HTML tag used for superscript text.__________ सुपरस्क्रिप्ट टेक्स्ट के लिए उपयोग किया जाने वाला HTML टैग है।
83 / 100
Which program is used by web clients to view the web pages ?वेब क्लाइंट द्वारा वेब पेज देखने के लिए किस प्रोग्राम का उपयोग किया जाता है?
84 / 100
Which of the following statements define Arrays in JavaScript ?निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में ऐरेज़ को परिभाषित करता है?
85 / 100
Which of the following options is incorrect with reference to status codes ?स्टेटस कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है?
86 / 100
If params is a DOM object for a paragraph, which of the following is a correct syntax to change the text in the paragraph ?यदि params एक पैराग्राफ के लिए DOM ऑब्जेक्ट है, तो पैराग्राफ में टेक्स्ट बदलने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?
87 / 100
Which of the following is not a mouse event ?निम्नलिखित में से कौन सा माउस इवेंट नहीं है?
88 / 100
Which CSS property should one use to encircle an image with text?किसी इमेज को टेक्स्ट से घेरने के लिए किस CSS प्रॉपर्टी का उपयोग करना चाहिए?
89 / 100
How to close all files open in Notepad++?नोटपैड++ में खुली सभी फाइलें कैसे बंद करें?
90 / 100
In the given img tag, what "img.png" inside the double quote implies ?दिए गए img टैग में, डबल कोट के अंदर "img.png" का क्या तात्पर्य है?
91 / 100
To control image repetition in CSS , the correct option is :सीएसएस में छवि पुनरावृत्ति को नियंत्रित करने के लिए, सही विकल्प है:
92 / 100
Which of the following is/are a tag(s) ?निम्नलिखित में से कौन सा/से टैग है/हैं?
93 / 100
What is a Model in MVC ?एमवीसी में मॉडल क्या है?
94 / 100
Which feature of photoshop track recent changes made to an image ?फ़ोटोशॉप का कौन सा फीचर किसी इमेज में हाल ही में किए गए परिवर्तनों को ट्रैक करता है?
95 / 100
Consider the below div tag content statement, how to print the value of "UserName"?नीचे दिए गए div टैग सामग्री कथन पर विचार करें, "उपयोगकर्ता नाम" का मान कैसे प्रिंट करें?<div ng-app="" ng-init="firstName='John'"><p>Input something in the input box:</p><p>Name: <input type="text" ng-model="UserName"></p><p>You wrote: __________ </p></div>
96 / 100
Who invented www (World Wide Web) ?www (वर्ल्ड वाइड वेब) का आविष्कार किसने किया?
97 / 100
Which of the following is an example of a search engine on the internet ?निम्नलिखित में से कौन इंटरनेट पर सर्च इंजन का उदाहरण है?
98 / 100
Which of the following is the correct option for the requirement of web publishing ?वेब प्रकाशन की आवश्यकता के लिए निम्नलिखित में से कौन सा विकल्प सही है?
99 / 100
How to insert multiple line comments in a CSS file ?एक CSS फ़ाइल में एकाधिक पंक्ति टिप्पणियाँ कैसे डालें?
100 / 100
Which is the correct syntax for Angular Module ?एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?
Your score is
The average score is 61%
Restart quiz