AngularJS MCQ - Quiz

  • AHTML and CSS
  • BHTML and JavaScript
  • CHTML and PHP
  • DHTML and AngularScript
  • AModel represents data stored in database
  • BModel represents server side data
  • CModel is the lowest level of the pattern responsible for maintaining data
  • DNone of the options
  • AOnly IE in Microsoft phones
  • BOnly iOS
  • CIE and Chrome Browser
  • DYes, Android, Chrome Mobile, iOS Safari
  • Ang-model directive binds the values of AngularJS application data to HTML input controls
  • Bng-model directive creates a model variable which can be used with the HTML page and within the container control having ng-app directive
  • CBoth the options
  • DNone of the options
  • AA server-side programming language
  • BA front-end web development framework
  • C A database management system
  • DAn operating system
  • A ng-app
  • Bng-controller
  • Cng-model
  • Dangular.module
  • AThere is no difference between ng-if and ng-show
  • Bng-if removes the element from the DOM, while ng-show hides the element using CSS
  • Cng-show removes the element from the DOM, while ng-if hides the element using CSS
  • Dng-if and ng-show are used for different purposes and cannot be compared
  • A A way to declare variables in AngularJS
  • BA way to create new modules in AngularJS
  • CA way to extend HTML in AngularJS
  • DA way to add comments to HTML in AngularJS