M2 Part-6 1 / 50 AngularJS में Controller का role क्या है? Application Logic Handle करना Only View Update करना Audio Add करने के लिए Layer Merge करने के लिए 2 / 50 JavaScript में Function को return value देने के लिए क्या use होता है? give output return result 3 / 50 AngularJS में ng-show / ng-hide में expression true होने पर क्या होता है? Element hide होता है Element delete होता है Element show होता है Server update होता है 4 / 50 JavaScript में Array से last element निकालने के लिए कौन-सा method use होता है? pop() shift() pop() push() 5 / 50 AngularJS में ng-repeat track by $index क्यों use होता है? CSS Bind Animation Unique index के लिए iterate करना Database query 6 / 50 JavaScript में String को Upper Case में convert करने के लिए कौन-सा method use होता है? toUpper() toUpperCase() upperCase() upperCase() 7 / 50 AngularJS में Two-way Binding का Example कौन-सा है? View updates Model only Model updates View only Model और View दोनों update होते हैं Server updates Model 8 / 50 JavaScript में Loop break करने के लिए कौन-सा keyword use होता है? end stop break exit 9 / 50 AngularJS में ng-options किसके लिए use होती है? Dropdown list के लिए CSS Binding Form Validation Button click 10 / 50 JavaScript में Alert box किसके लिए use होता है? HTML Database User को Message दिखाने के लिए CSS 11 / 50 AngularJS में ng-model क्या करता है? Input Field और Model को Bind करता है CSS Styling Server Query Looping 12 / 50 JavaScript में Array में element add करने के लिए कौन-सा method use होता है? insert() add() push() append() 13 / 50 AngularJS में ng-submit किसके लिए use होती है? CSS Bind Form submit होने पर Function call करना Form Submit Event handle करना Animation 14 / 50 JavaScript में Object का Property access करने के लिए कौन-सा syntax है? obj(key) obj->key obj{key} obj.key या obj["key"] 15 / 50 AngularJS में ng-init क्या करता है? CSS Binding Looping Initial Value Set करना Event Handling 16 / 50 JavaScript में Array की length पता करने के लिए कौन-सा property use होता है? size length count total 17 / 50 AngularJS में ng-click किसके लिए use होता है? Form Validation Button या Element click event handle करने के लिए Data format CSS Bind करना 18 / 50 JavaScript में Local Storage use किसके लिए होता है? Server Data CSS Styling Client-side Data store करने के लिए Event handling 19 / 50 AngularJS में ng-class किसके लिए use होती है? Inline Styling Server Connection Dynamic CSS class assign करने के लिए Database Query 20 / 50 JavaScript में Event Listener add करने का तरीका कौन-सा है? listenEvent() onEvent() addEventListener(event, function) handleEvent() 21 / 50 AngularJS में Service का main role क्या है? CSS Styling Reusable Business Logic Provide करना DOM Manipulation HTML Layout 22 / 50 JavaScript में Event के लिए कौन-सा example सही है? onHover onclick eventClick onClick 23 / 50 AngularJS में ng-show / ng-hide क्या करती है? CSS styling Database Query Element को show या hide करना Show animation 24 / 50 AngularJS में Dependency Injection का क्या मतलब है? Server Connection CSS Binding Service या Object को automatically inject करना Database Query 25 / 50 JavaScript में console में output देखने के लिए कौन-सा method use होता है? print() console.log() alert() display() 26 / 50 AngularJS में ng-repeat किसके लिए use होता है? Database Query Form Validation Array या Object के elements iterate करने के लिए Array या Object के elements iterate करने के लिए 27 / 50 JavaScript में DOM का मतलब क्या है? Direct Object Module Data Object Model Document Object Model Dynamic Object Manager 28 / 50 JavaScript में Conditional statements कौन-से होते हैं? loop, break, continue start, stop, pause for, while if, else, switch 29 / 50 JavaScript में Loop किसके लिए use होता है? CSS Styling Database query Repeated code execution HTML Layout 30 / 50 AngularJS में Filter क्या करती है? Database query Only CSS styling Data को format और transform करने के लिए Event handling 31 / 50 AngularJS में Controller define करने का तरीका कौन-सा है? app.controller('ctrlName', function($scope){ }); app.startController('ctrlName') app.controller('ctrlName', function($scope){ }); angular.controller('ctrlName'); 32 / 50 JavaScript में String concatenate करने के लिए कौन-सा operator use होता है? - + & * 33 / 50 AngularJS में Expression syntax क्या है? {{ expression }} {{ expression }} [[ expression ]] 34 / 50 JavaScript में Object create करने का सही तरीका कौन-सा है? var obj = ( ) var obj = [ ] var obj = key:value; var obj = { key: "value" }; 35 / 50 AngularJS में ng-model का use किस लिए होता है? CSS Styling Input field और Model को Bind करने के लिए Server-side Scripting Animation 36 / 50 JavaScript में Alert box दिखाने के लिए कौन-सा method use होता है? print() message() alert() console() 37 / 50 JavaScript में Event handle करने के लिए कौन-सा method use होता है? handleEvent() addEventListener() event() onEvent() 38 / 50 AngularJS में Two-way Data Binding कैसे काम करता है? Only View changes Model Only Model changes View Model और View दोनों update होते हैं Server updates Database 39 / 50 AngularJS में Controller का role क्या है? Application Logic Handle करना Only View Update करना Database Connection CSS Bind करना 40 / 50 JavaScript में Function define करने का सही तरीका कौन-सा है? function myFunc { } function myFunc() { } function: myFunc() { } func myFunc() { } 41 / 50 AngularJS में Directive क्या करती है? Server-side Work Database Query HTML Element का Behavior Extend करना CSS Styling 42 / 50 AngularJS में Data Binding का मतलब क्या है? Database connect करना Model और View को Synchronize करना Server setup करना Only CSS style देना 43 / 50 AngularJS में Module create करने के लिए कौन-सा method use होता है? angular.start() angular.module() app.createModule() module.start() 44 / 50 JavaScript में Array को कैसे declare किया जाता है? var arr = {1,2,3}; var arr = [1,2,3]; var arr = (1,2,3); var arr = ; 45 / 50 AngularJS क्या है? Server-side Framework Database Tool Client-side JavaScript Framework CSS Framework 46 / 50 JavaScript को HTML में जोड़ने के लिए कौन-सा tag use होता है? 47 / 50 JavaScript किसके लिए उपयोग होता है? Database Management Webpages को Interactive बनाने के लिए Server Install करने के लिए Operating System 48 / 50 JavaScript का latest version क्या है? ES6 / ECMAScript 2015 ES3 ES5 ES4 49 / 50 JavaScript में Variable declare करने के लिए कौन-से keywords use होते हैं? var, let, const var, let, const int, float, double var, int, const 50 / 50 JavaScript में Function को call करने के लिए क्या use होता है? execute functionName functionName(); run functionName call functionName; Your score isThe average score is 80% 0% Restart quiz