page-banner
Chapter-6 JavaScript and AngularJS
Q6.
AngularJS में निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?<break-line><break-line>Which of the following directives are used in AngularJS?
A. ng-app
B. nc-init
C. दोनों A और B/Both A and B
D. इनमें से कोई नहीं/None of the above
View Answer
Q7.
AngularJS में एनजी-मॉडल निर्देश प्रदान करता है:<break-line><break-line>The ng-model directive in AngularJS provides:
A. डेटा के लिए टाइप वैलिडेशन/Type validation for application data
B. HTML कंट्रोल की वैल्यू को डेटा से बांधता है/Binds the value of HTML controls to application data
C. HTML एलिमेंट्स के लिए CSS क्लासेज/CSS classes for HTML elements
D. इनमें से सभी/All of the above
View Answer
Q8.
AngularJS के विकास के लिए निम्नलिखित में से किस IDE का उपयोग किया जाता है?<break-line><break-line>Which of the following IDEs are used for AngularJS development?
A. सब्लाइम टेक्स्ट/Sublime Text
B. एक्लिप्स/Eclipse
C. विजुअल स्टूडियो/Visual Studio
D. इनमें से सभी/All of these
View Answer
Q9.
AngularJS में फिल्टर के लिए निम्नलिखित में से कौन सा प्रतीक प्रयोग किया जाता है?<break-line><break-line>Which of the following is the symbol used for filter in AngularJS?
A. ||
B. |
C. ^|^
D. &|&
View Answer
Q10.
कंट्रोलर इसके लिए जिम्मेदार हैं<break-line><break-line>Controllers are responsible for
A. डेटा प्रदर्शित करना/Displaying the data
B. डेटा को नियंत्रित करना/Controlling the data
C. डेटा का विश्लेषण करना/Analyse data
D. डेटा में हेरफेर करना/Manipulate data
View Answer