McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Business Administration in Computer Applications (BBA [CA]) .
Chapters
| 1. |
________ It is the automatic synchronization of data between model and view |
| A. | components. |
| B. | data binding |
| C. | view |
| D. | Angular js |
| Answer» A. components. | |
| 2. |
AngularJS is an open source full featured JavaScript framework developed by __________ It was designed to build dynamic web apps in the first place |
| A. | |
| B. | MICROSOFT |
| C. | SUN |
| D. | none of these |
| Answer» A. GOOGLE | |
| 3. |
. _________ allows to bind data and inject eliminate the most part of the code in order to prevent writing it. |
| A. | data binding |
| B. | view |
| C. | Angular js |
| D. | SPA |
| Answer» C. Angular js | |
| 4. |
AngularJS is a JavaScript framework written in ______ |
| A. | data binding |
| B. | java script |
| C. | php |
| D. | SPA |
| Answer» B. java script | |
| 5. |
In angular js MVC stands for _____________. |
| A. | Model viver conroller |
| B. | Model View Controller |
| C. | Many viver component |
| D. | none of these |
| Answer» A. Model viver conroller | |
| 6. |
_____ in MVC: It is responsible for displaying all data or only a portion of data to |
| A. | the users. |
| B. | model |
| C. | Model View Controller |
| D. | controller |
| Answer» B. model | |
| 7. |
The ______ tag is an inline container used to mark up a part of a text, or a part of a document. |
| A. | <div> |
| B. | <block> |
| C. | <span> |
| D. | none of these. |
| Answer» A. <div> | |
| 8. |
The _______ directive .it is used to binds application data to the HTML view |
| A. | ng-app |
| B. | ng-model |
| C. | ng-bind |
| D. | none of these. |
| Answer» C. ng-bind | |
| 9. |
AngularJS is a powerful javascript framework, used for developing _________ projects in very clean and maintainable way. |
| A. | SinglePageApplication(SPA) |
| B. | doublepage application |
| C. | multipage application |
| D. | none of these |
| Answer» A. SinglePageApplication(SPA) | |
| 10. |
________is a web application or website that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from a server). |
| A. | SinglePageApplication(SPA) |
| B. | doublepage application |
| C. | multipage application |
| D. | non of these |
| Answer» A. SinglePageApplication(SPA) | |
| 11. |
The _____ directive .it is used to binds application data to the HTML view. |
| A. | ng-app |
| B. | ng-model |
| C. | ng-bind |
| D. | none of these. |
| Answer» C. ng-bind | |
| 12. |
The ______ directive initializes application data. ,it is used to initializes the data. |
| A. | ng-app |
| B. | ng-model |
| C. | ng-bind |
| D. | ng-init |
| Answer» D. ng-init | |
| 13. |
The _______ directive repeats a set of HTML, a given number of times. |
| A. | ng-app |
| B. | ng-bind |
| C. | ng-init |
| D. | ng-repeat. |
| Answer» D. ng-repeat. | |
| 14. |
______ directive is used to show a div tab by linking it to a Boolean variable in the script. If the value of the variable is true then the item is displayed. |
| A. | ng-app |
| B. | ngshow |
| C. | ng-init |
| D. | none |
| Answer» B. ngshow | |
| 15. |
______directive is used to hide a div tab by linking it to a Boolean variable in the script. If the value of the variable is false then the item is not displayed. |
| A. | ng-hide |
| B. | ngshow |
| C. | ng-init |
| D. | none |
| Answer» A. ng-hide | |
| 16. |
The AnglarJS ______directive sets the readonly attribute on the element; if it gets that the expression inside ng-readonly is true. it used to show the only which we can not change ,it is only for read only purpose. |
| A. | ng-hide directive |
| B. | readonly diretive |
| C. | ng-init directive |
| D. | ng-repeat.directive |
| Answer» B. readonly diretive | |
| 17. |
The AngularJS ______ is used to remove the HTML elements if the expression is set to false. If the if element is set to true, a copy of the element is added in the DOM. |
| A. | ng-if directive |
| B. | readonly diretive |
| C. | ng-init directive |
| D. | ng-repeat.directive |
| Answer» A. ng-if directive | |
| 18. |
The AngularJS _______ facilitates you to specify custom behaviour when an element is clicked. So, it is responsible for the result what you get after clicking |
| A. | ng-click directive |
| B. | readonly diretive |
| C. | ng-init directive |
| D. | ng-repeat.directive |
| Answer» A. ng-click directive | |
| 19. |
The ______ sets the disabled attribute of a form field (input, select, or textarea). |
| A. | ng-disebled directive |
| B. | readonly diretive |
| C. | ng-init directive |
| D. | ng-repeat.directive |
| Answer» A. ng-disebled directive | |
| 20. |
The ________ adds a controller to your application.it control on the application |
| A. | ng-control directive |
| B. | readonly diretive |
| C. | ng-init directive |
| D. | ng-repeat.directive |
| Answer» A. ng-control directive | |
| 21. |
The ______ is used to binds application data to the HTML view. |
| A. | ng-bind directive |
| B. | readonly diretive |
| C. | ng-init directive |
| D. | ng-repeat.directive |
| Answer» A. ng-bind directive | |
| 22. |
These directives can be used to create custom HTML tags that serve as new, custom widgets. AngularJS has built-in directives such as ngBind, ngModel, etc. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 23. |
angular js is an open source full featured JavaScript framework developed by Google. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 24. |
Published by Google in 2009 AngularJS has become one of the most popular JavaScript frameworks till now |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 25. |
AngularJS is a structural framework for dynamic web apps. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 26. |
AngularJS is a powerful javascript framework, used for developing SinglePageApplication(SPA) projects in very clean and maintainable way. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 27. |
The ng-app directive is show that it is AngularJS application |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 28. |
The ng-bind directive .it is used to binds application data to the HTML view. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 29. |
The ng-init directive initializes application data. ,it is used to initializes the data. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 30. |
The _ ng-repeat. directive repeats a set of HTML, a given number of times. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 31. |
ngshow directive is used to show a div tab by linking it to a Boolean variable in the script. If the value of the variable is true then the item is displayed. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
| 32. |
ng-hide directive is used to hide a div tab by linking it to a Boolean variable in the script. If the value of the variable is false then the item is not displayed. |
| A. | true |
| B. | false |
| C. | none |
| D. | all |
| Answer» A. true | |
Done Studing? Take A Test.
Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.