page-banner
WDP M2-R5.1 MCQs SET-11
Q1.
कौन सा कथन जावास्क्रिप्ट में var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?<break-line><break-line>Which statement specify correct difference between var and let keywords in JavaScript ?
A. var defines a variable while let defines a constant.
B. There is no such major difference between them.
C. The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed.
D. var defined function scoped variable while let define block scoped variable.
View Answer
Q2.
इंटरनेट से जुड़ने के लिए निम्न में से क्या आवश्यक है?<break-line><break-line>Which of the following is required for joining the internet ?
A. Internet architecture board
B. Internet society
C. Internet service provider
D. Different computer
View Answer
Q3.
CSS फ़ाइल में एकाधिक पंक्ति टिप्पणियाँ कैसे सम्मिलित करें?<break-line><break-line>How to insert multiple line comments in a CSS file ?
A. //statement
B. „statement
C. /* statement */
D. // statement //
View Answer
Q4.
कौन सी CSS Property यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ डॉट्स (एलिप्सिस) दिखाएं, या एक कस्टम स्ट्रिंग प्रदर्शित करें?<break-line><break-line>Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string ?
A. Text-decoration
B. Text-stroke
C. Text-shadow
D. Text-overflow
View Answer
Q5.
निम्न में से किसका उपयोग HTML में एक क्रमित सूची बनाने के लिए किया जाता है?<break-line><break-line>Which of the following is used to create an ordered list in HTML?
A. <ul>
B. <ol>
C. <pl>
D. <hl>
View Answer