page-banner
Chapter-6 JavaScript and AngularJS
Q11.
AngularJS में अभिव्यक्तियाँ इस प्रकार लिखी जा सकती हैं:<break-line><break-line>Expressions in AngularJS can be written as:
A. {{expression}}
B. ng-bind = "expression"
C. दोनों A और B/Both A and B
D. इनमें से कोई नहीं/None of the above
View Answer
Q12.
AngularJS में एक नया निर्देश इसका उपयोग करके बनाया गया है:<break-line><break-line>A new directive in AngularJS is created by using the:
A. .directive
B. .directives
C. function.directive
D. angular.directives
View Answer
Q13.
AngularJS का सिंटैक्स इस प्रकार दिखता है:<break-line><break-line>The syntax of AngularJS looks like:
A. <div ng-app = ""> …… </div>
B. <div nk-app = ""> …… </div>
C. <div nc-init = ""> …… </div>
D. इनमें से कोई नहीं/None of the above
View Answer
Q14.
एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?<break-line><break-line>Which is the correct syntax for Angular Module?
A. var variable_name = angular.module("app_name", []);
B. var variable_name = angular.modules("app_name");
C. var variable_name = angular.module();
D. var variable_name = new module();
View Answer
Q15.
AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है?<break-line><break-line>Which of the following is true about AngularJS expressions?
A. ng-bind की तरह व्यवहार करते हैं/Expressions behave in same way as ng-bind directives
B. HTML से एप्लिकेशन डेटा को बाँधने के लिए/Used to bind application data to HTML
C. डबल ब्रेसेस में लिखी जाती हैं {{expression}}/Written inside double braces like {{expression}}
D. उपरोक्त सभी/All of these
View Answer