page-banner
Chapter-6 JavaScript and AngularJS
Q31.
AngularJS के लिए निम्नलिखित में से कौन सा कथन सत्य है?<break-line><break-line>Which of the following statement is true for AngularJS?
A. AngularJS एक क्लोज-सोर्स फ्रंट-एंड वेब फ्रेमवर्क है/AngularJS is a closed-source front-end web framework
B. AngularJS एक ओपन-सोर्स फ्रंट-एंड वेब फ्रेमवर्क है/AngularJS is an open-source front-end web framework
C. AngularJS एक ओपन-सोर्स बैकएंड वेब फ्रेमवर्क है/AngularJS is an open-source backend web framework
D. AngularJS एक क्लोज-सोर्स बैकएंड वेब फ्रेमवर्क है/AngularJS is a closed-source back-end web framework
View Answer
Q32.
निम्नलिखित कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output for the following code?<pre><code><div ng-app="" ng-init="points=[1,15,19,2,40]"> <p>The output is {{ points[2] }}</p> </div></code></pre>
A. The output is 1
B. The output is 15
C. The output is 19
D. The output is 2
View Answer
Q33.
AngularJS एप्लिकेशन निम्नलिखित में से किस तकनीक का मिश्रण हैं?<break-line><break-line>AngularJS applications are a mix of which of the following technologies?
A. HTML और PHP/HTML and PHP
B. HTML और JavaScript/HTML and JavaScript
C. HTML और TypeScript/HTML and TypeScript
D. PHP और JavaScript/PHP and JavaScript
View Answer
Q34.
AngularJS _______ के लिए बिल्कुल उपयुक्त है।<break-line><break-line>AngularJS is perfect for _______.
A. सिंगल पेज एप्लिकेशन बनाना/Create Single Page Applications
B. डेस्कटॉप एप्लिकेशन बनाना/Creating a Desktop Application
C. वेब सर्विस बनाना/Create Web Services
D. इनमें से कोई नहीं/None of these
View Answer
Q35.
क्या AngularJS रि-यूजेबल घटक प्रदान करता है?<break-line><break-line>AngularJS provides reusable components
A. सही/True
B. गलत/False
C. कहा नहीं जा सकता/Can’t say
D. इनमें से कोई नहीं/None of these
View Answer