ANGULAR GOOGLE CHARTS QUIZ DESCRIPTION Total Questions −30 00 Max Time − 15:00 Which AngularJS filter formats a number to a currency format? currency number dollar curr Which directive repeats an HTML element? ng-repeats ng-iterate ng-model ng-repeat Which AngularJS directive is used to bind AngularJS application data to the disabled attribute of HTML elements? ng-disabled ng-disable ng-disabledElement ng-disableElement Which AngularJS filter selects a subset of items from an array? set B. subset C. ng-set D. filter subset ng-set filter Which AngularJS filter orders an array by an expression? orderby orderBy order OrderBy Which directive initializes an AngularJS application? ng-app ng-init ng-model ng-application AngularJS is a . HTML Framework .Net Framework JavaScript framework Oracle Framework An AngularJS module defines an . expression application element None of the above Which AngularJS directive is used to show or hide an HTML element? ng-showHide ng-ShowHide ng-show ng-hide Which AngularJS service is the version of the window.setInterval function? $interval $WindowInterval $WinInterval $setInterval Which AngularJS function creates a new directive? .new .create .directive .CreateDirective Write a statement with <div> element to initialize two variables (name and age)? <div ng-app="" ng-init="Name:'Alex';Age:21"> <div ng-app="" ng-init="Name:'Alex',Age:21"> <div ng-app="" ng-init="Name='Alex',Age=21"> <div ng-app="" ng-init="Name='Alex';Age=21"> Which AngularJS directive is used to define AngularJS code that will be executed when the element is being clicked? ng-click ng-mouseOver ng-mouseClick ng-mouse AngularJS expressions are written inside . { expression } [{ expression }] _expression {{ expression }} Which of the following statement is true in the case of a controller in MVC? A controller is a software code that controls the interactions between the Model and View. A controller is a software code that stores the data. A controller is a software code that renders the user interface. All of the above. Which of the following community Angular JS belong to? Twitter Facebook Google Microsoft Which is the correct syntax to define multiple filters on an expression? {{ expression | filter1 | filter2 | filter3 | ... }} {{ expression | {filter1} | {filter2} | {filter3} | ... }} {{ expression | {{filter1}} | {{filter2}} | {{filter3}} | ... }} {{ expression | filter1 , filter2 , filter3 , ... }} Consider the below statement – what will be the output? Prints the city names in an unordered list B. Prints the city names in an ordered list C. Prints the all name of the city 3 times in an unordered list D. None of the above Prints the city names in an ordered list Prints the all name of the city 3 times in an unordered list None of the above Which AngularJS filter formats a date to a specified format? datetime time date ng-date Consider the below statement, how to print the value of "StudentName"? StudentName {{ StudentName }} { StudentName } { _StudentName } Which directive defines the application controller? ng-control ng-controller ng-NewController None of the above Which directive initializes application data? ng-app ng-init ng-model ng-application Which AngularJS directive is used to hide or show an HTML element? ng-showHide ng-ShowHide ng-show ng-hide Can we create custom directives in AngularJS? Yes No Consider the below statement – what will be the output? The result is: Undefined The result is: 0 The result is: 3 The result is: NaN Which of the following is true about the currency filter? A currency filter is used to format the text in a currency format. A currency filter is a function that takes text as input. Both A and B None of the above Who developed AngularJS? Jesse James Garrett Douglas Crockford Miško Hevery Brendan Eich What is the library for goggle chart? ng-google-chart.js ng-googlechart.js C ng-google-.js AngularJS is perfect for . Create Single Page Applications Creating a Desktop Application Create Web Services None of these Which method of $location service is used to get the search part of the current URL when called without any parameter? searchPath() absSearch() ruleSearch() search() Previous Next Total Question16 Wrong Answer13 Right Answer13