page-banner
Chapter-6 JavaScript and AngularJS
Q51.
बटन और मूवी क्लिप दोनों के लिए निम्नलिखित में से कौन से दो सामान्य इवेंट हैंडलर फ़ंक्शन का उपयोग किया जाता है?<break-line><break-line>Which of the following are two common event handler function use for both Buttons and Movie Clips?
A. onRollOver()
B. onRollOut()
C. दोनों A और B/both A and B
D. इनमें से कोई नहीं/none of the above
View Answer
Q52.
निम्नलिखित ऑपरेटर ">>>" दर्शाता है:<break-line><break-line>The following operator “>>>” represents:
A. Bitwise Right shift
B. Bitwise Right shift with zero
C. Bitwise Left shift
D. Bitwise Left shift with zero
View Answer
Q53.
निम्नलिखित में से कौन सी मूवीक्लिप ऑब्जेक्ट की विधियाँ हैं?<break-line><break-line>Which of the following are the methods of the MovieClip object?
A. play()
B. stop()
C. gotoAndplay()
D. उपरोक्त सभी/All of above
View Answer
Q54.
निम्नलिखित में से किस तरीके से आप JavaScript में SCRIPT टैग डाल सकते हैं?<break-line><break-line>In which of the following way you can insert a SCRIPT tag in JavaScript?
A. दो BODY टैग के बीच/Between two BODY tags
B. दो HEAD टैग के बीच/Between two HEAD tags
C. HEAD सेक्शन में बाहरी फ़ाइल के लिंक के रूप में/In the HEAD section as a link to an external file
D. उपरोक्त सभी/All of the above
View Answer
Q55.
निम्नलिखित में से कौन सा जावास्क्रिप्ट में वेरिएबल्स का सही सिंटैक्स है?<break-line><break-line>Which of the following is the correct syntax of variables in JavaScript?
A. 2number
B. my phone number
C. my_phone_number
D. इनमें से कोई नहीं/None of these
View Answer