page-banner
Chapter-6 JavaScript and AngularJS
Q41.
जावास्क्रिप्ट की व्याख्या और निष्पादन की तुलना में HTML और CSS को प्रस्तुत करना अधिक तेज़ है।<break-line><break-line>It is faster to render HTML and CSS than to interpret and execute JavaScript.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q42.
बाहरी JavaScript फ़ाइल में <script> टैग अवश्य होना चाहिए<break-line><break-line>The external JavaScript file must contain the <script> tag
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q43.
जावास्क्रिप्ट, जावा के ही समान है।<break-line><break-line>JavaScript is the same as Java.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q44.
जावास्क्रिप्ट केस-सेंसिटिव है |<break-line><break-line>JavaScript is case-sensitive.
A. सही/True
B. गलत/False
C. कह नहीं सकते/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer
Q45.
यदि आपको लगता है कि वेरिएबल का मान बदल सकता है तो कौन सा कीवर्ड उपयोग किया जाता है?<break-line><break-line>If you think the value of the variable can change then which keyword is used?
A. var
B. const
C. let
D. दोनों A और C/Both A and C
View Answer