page-banner
Chapter-6 JavaScript and AngularJS
Q21.
AngularJS में मॉड्यूल क्या है?<break-line><break-line>What is a module in AngularJS?
A. अभिव्यक्ति/Expression
B. एप्लिकेशन/Application
C. तत्व/Element
D. इनमें से कोई नहीं/None of the above
View Answer
Q22.
AngularJS के लिए कौन सा कथन मान्य नहीं है?<break-line><break-line>What is not a valid statement for AngularJS?
A. यह एक जावास्क्रिप्ट फ्रेमवर्क है/It is a JavaScript framework
B. <script> टैग का उपयोग करके जोड़ा गया है/It is added using <script> tag
C. यह C में लिखा गया एक फ्रेमवर्क है/It is a framework written in C
D. AngularJS HTML गुणों का विस्तार करता है/AngularJS extends HTML attributes
View Answer
Q23.
…….. HTML नियंत्रणों के मान को एप्लिकेशन डेटा से जोड़ता है।<break-line><break-line>…….. binds the value of HTML controls to application data.
A. ng-app
B. ng-init
C. ng-model
D. ng-controller
View Answer
Q24.
AngularJS एप्लिकेशन को प्रारंभ करने का निर्देश।<break-line><break-line>Directive to initialize AngularJS application.
A. ng-app
B. ng-init
C. ng-model
D. इनमें से कोई नहीं/None of these
View Answer
Q25.
AngularJS एक्सप्रेशंस के बारे में अमान्य कथन को पहचानें।<break-line><break-line>Identify the invalid statement about AngularJS Expressions.
A. {{expression}} में डबल ब्रेसेस के अंदर लिखा गया है/Written inside double braces: {{expression}}
B. निर्देश के अंदर लिखा गया है: ng-bind = "expression"/Written inside a directive: ng-bind = "expression"
C. जहाँ अभिव्यक्ति लिखी जाती है वहाँ परिणाम लौटाता है/Return the result exactly where the expression is written
D. AngularJS एक्सप्रेशंस जावास्क्रिप्ट एक्सप्रेशंस से भिन्न नहीं होते हैं/AngularJS expressions are different from JavaScript Expressions
View Answer