page-banner
Chapter-6 JavaScript and AngularJS
Q16.
नीचे दिए गए डिव टैग सामग्री कथन पर विचार करें, "UserName" का मान कैसे प्रिंट करें?<break-line><break-line>Consider the below div tag content statement, how to print the value of "UserName"?<pre><code><div ng-app="" ng-init="firstName='John'"> <p>Input something in the input box:</p> <p>Name: <input type="text" ng-model="UserName"></p> <p>You wrote: __________ </p> </div></code></pre>
A. UserName
B. {{UserName}}
C. {UserName}
D. {_UserName}
View Answer
Q17.
एमवीसी में मॉडल क्या है?<break-line><break-line>What is a Model in MVC?
A. डेटा को बनाए रखने के लिए जिम्मेदार पैटर्न का सबसे निचला स्तर/The lowest level of the pattern responsible for maintaining data
B. सर्वर-साइड डेटा का प्रतिनिधित्व करता है/Represents server-side data
C. डेटाबेस में संग्रहित डेटा का प्रतिनिधित्व करता है/Represents data stored in a database
D. उपरोक्त में से कोई नहीं/None of the mentioned
View Answer
Q18.
निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?<break-line><break-line>Which of the following directives allows one to use form?
A. ng-app
B. ng-form
C. ng-controller
D. ng-bind
View Answer
Q19.
निम्नलिखित में से कौन सा अभिव्यक्ति सत्य है?<break-line><break-line>Which of the following expressions is true?
A. { expression }
B. [{ expression }]
C. _expression
D. {{ expression }}
View Answer
Q20.
AngularJS एक __________ है।<break-line><break-line>AngularJS is a __________.
A. HTML फ्रेमवर्क/HTML Framework
B. .नेट फ्रेमवर्क/.Net Framework
C. जावास्क्रिप्ट फ्रेमवर्क/JavaScript framework
D. ओरेकल फ्रेमवर्क/Oracle Framework
View Answer