Important Notice:
Jan 2025 M2-R5.1 Set 2
1 / 40
which of the following is True when using the w3-hoverable class on a w3.css table?w3.css टेबल पर w3-होवरेबल क्लास का उपयोग करते समय निम्नलिखित में से कौन सा सत्य है?
2 / 40
a web page is located using a …………एक वेब पेज को …………. का उपयोग करके स्थित किया जाता है।
3 / 40
In JavaScript, which event is triggered when a user submits a form?जावास्क्रिप्ट में, जब कोई उपयोगकर्ता फॉर्म सबमिट करता है तो कौन सी घटना ट्रिगर होती है?
4 / 40
What is the output of the following code?निम्नलिखित कोड का आउटपुट क्या है?var age=17;if(age>=18){console.log(“you are eligible to vote”);}else{console.log(“you are not eligible to vote”);}
5 / 40
How can you apply rounded corner to an element using w3.cssआप w3.css का उपयोग करके किसी एलिमेंट पर गोलाकार कोने कैसे लगा सकते हैं
6 / 40
which software is used to edit image efficiently?इमेज को कुशलतापूर्वक संपादित करने के लिए किस सॉफ्टवेयर का उपयोग किया जाता है?
7 / 40
what will be the output of the following code?निम्नलिखित कोड का आउटपुट क्या होगा?<!DOCTYPE html><html><script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script><body><div ng-app><p>a simple expression example : {{5+5}}</p></div></body></html>
8 / 40
Which of the method is used to get HTML element in javascript?जावास्क्रिप्ट में HTML एलिमेंट प्राप्त करने के लिए किस विधि का उपयोग किया जाता है?
9 / 40
The CSS framework is developed byसीएसएस फ्रेमवर्क किसके द्वारा विकसित किया गया है
10 / 40
Which of the following property is used as the shorthand property for the padding propertyनिम्नलिखित में से कौन सी प्रॉपर्टी पैडिंग प्रॉपर्टी के लिए शॉर्टहैंड प्रॉपर्टी के रूप में उपयोग की जाती है
11 / 40
what does the .com domain represent?.com डोमेन क्या प्रतिनिधित्व करता है?
12 / 40
Which input type in HTML5 is used for entering numeric values?HTML5 में किस इनपुट प्रकार का उपयोग संख्यात्मक मान दर्ज करने के लिए किया जाता है?
13 / 40
What is the output?आउटपुट क्या है?function fun(member,year){member.name=’bob’;year=’1998’;}const person={name:’alice’}const birthyear=’1997’fun(person.birthyear);console.log(person.birthyear);
14 / 40
What css property can be used to make a w3.css container full width?w3.css कंटेनर को पूर्ण चौड़ाई वाला बनाने के लिए किस CSS प्रॉपर्टी का उपयोग किया जा सकता है
15 / 40
Strict equality (===) operator checksसख्त समानता (===) ऑपरेटर जांच करता है
16 / 40
which tool is commonly used to adjust the brightness and contrast of an image?आमतौर पर किसी इमेज की चमक और कंट्रास्ट को समायोजित करने के लिए किस टूल का उपयोग किया जाता है?
17 / 40
which w3.css class should be used to create a container with a maximum width of 1024px, centered horizontally, and responsive to different screen size?1024px की अधिकतम चौड़ाई, क्षैतिज रूप से केंद्रित और विभिन्न स्क्रीन आकार के प्रति उत्तरदायी कंटेनर बनाने के लिए किस w3.css वर्ग का उपयोग किया जाना चाहिए?
18 / 40
The correct syntax to write “Sky is blue” in JavaScript isजावास्क्रिप्ट में “Sky is blue” लिखने का सही सिंटैक्स है
19 / 40
Which class is used to display the list in extra large size?सूची को अधिक बड़े आकार में प्रदर्शित करने के लिए किस वर्ग का उपयोग किया जाता है?
20 / 40
What is the function of the curves adjustment in photo editing?फोटो एडिटिंग में कर्व्स एडजस्टमेंट का क्या कार्य है?
21 / 40
In photo editing, what is a smart object layer in Photoshop?फोटो संपादन में, फ़ोटोशॉप में स्मार्ट ऑब्जेक्ट लेयर क्या है?
22 / 40
What is the purpose of the ViewChild decorator in this component class?इस घटक वर्ग में ViewChild डेकोरेटर का उद्देश्य क्या है?@component({………….template: ‘<p #bio></p>’})Export class UserDetailsComponent{ @ViewChild(‘bio’) bio;}
23 / 40
Which of the following best describes the role of SGML (standard Generalized Markup Language) in web publishing?निम्नलिखित में से कौन सा वेब प्रकाशन में एसजीएमएल (मानक सामान्यीकृत मार्कअप भाषा) की भूमिका का सबसे अच्छा वर्णन करता है?
24 / 40
Which of the following is the freehand selection tool in Photoshop?निम्नलिखित में से कौन सा फोटोशॉप में फ्रीहैंड चयन टूल है?
25 / 40
Using the ………….tool, you can draw complex shapes and paths ………….टूल का उपयोग करके, आप जटिल आकार और पथ बना सकते हैं
26 / 40
CSS framework emphasize a mobile-first approach?क्या CSS फ्रेमवर्क मोबाइल-फर्स्ट दृष्टिकोण पर जोर देता है?
27 / 40
Which HTML attribute is used to set the spacing between cells in a table?किसी तालिका में सेल्स के बीच अंतर निर्धारित करने के लिए किस HTML विशेषता का उपयोग किया जाता है?
28 / 40
Which class is used to create a collapsible panel in W3.CSS?W3.CSS में कोलैप्सेबल पैनल बनाने के लिए किस क्लास का उपयोग किया जाता है?
29 / 40
Which is not a CSS framework?कौन सा CSS फ्रेमवर्क नहीं है?
30 / 40
Match the following shortcut key with its action in Sublime Editorनिम्नलिखित शॉर्टकट कुंजी का Sublime Editor में उसके कार्य से मिलान करेंa) Ctrl + F3 1) Paste and indent the copied contentb) Alt + F3 2) Find the next occurrence of the current word or selected textc) Ctrl + V 3) Find all occurrence of the current word or selected textd) Ctrl + Shift + V 4) Paste the copied content
31 / 40
Which of the following is an advantage of AngularJS?निम्नलिखित में से कौन सा AngularJS का लाभ है?
32 / 40
To get auto contrast option in photoshop, we have have to selectफ़ोटोशॉप में ऑटो कंट्रास्ट विकल्प प्राप्त करने के लिए, हमें चयन करना होगा
33 / 40
Which JavaScript method is used to check if a radio button is selected?रेडियो बटन चयनित है या नहीं, यह जांचने के लिए किस जावास्क्रिप्ट विधि का उपयोग किया जाता है?
34 / 40
document object model represents:दस्तावेज़ ऑब्जेक्ट मॉडल प्रतिनिधित्व करता है:
35 / 40
How do you select all the <p> elements inside a <div> element in CSS?आप CSS में <div> एलिमेंट के अंदर सभी <p> तत्वों का चयन कैसे करते हैं?
36 / 40
A loosely typed message………..एक शिथिल टाइप किया हुआ संदेश………..
37 / 40
Which is not a valid text alignment class in w3.text?w3.text में कौन सा वैध टेक्स्ट अलाइनमेंट क्लास नहीं है?
38 / 40
Match the followingनिम्नलिखित का मिलान करेंa) Free hand tool 1) Select a freehand border and uses edge-recognition algorithmsb) Intelligent Scissors Select Tool 2) Mark areas as “foreground” or “background” and refines the selection automaticallyc) Foreground select tool 3) Draw a border using either freehand or straight lines
39 / 40
Which tag is used to create an inline frame in HTML?HTML में इनलाइन फ्रेम बनाने के लिए किस टैग का उपयोग किया जाता है?
40 / 40
Which CSS property is used to create a drop-down menu?ड्रॉप-डाउन मेनू बनाने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?
Your score is
The average score is 47%
Restart quiz