AngularJS Quiz | Set-1

Last Updated :
Discuss
Comments

Question 1

Angular.js is the combination of which of the following languages ?

  • A

    HTML and PHP

  • B

    HTML and CrossScript

  • C

    HTML and Bootstrap

  • D

    HTML and TypeScript

Question 2

Which of the below architecture patterns does angular is based on ?
  • A
    MVC
  • B
    VMC
  • C
    MCV
  • D
    CVM

Question 3

Which of the following is a way for applying expression in AngularJS application ?
  • A
    (expression)
  • B
    {{expression}}
  • C
    {({expression})}
  • D
    [expression]

Question 4

 Which of the following is the way to manually start the application in Angular?

  • A

    angular. bootstrap

  • B

    angular.element

  • C

    angular. copy

  • D

    None of the above

Question 5

What of the following is the correct way for applying multiple filters in AngularJS ?

  • A

    {{ expression | filter1 | filter2}}

  • B

    {{ expression | {filter1} | {filter2} }}

  • C

    {{ expression - {filter1} - {filter2}}}

  • D

    {{ {filter1} | {filter2} | ...expression}}

Question 6

Which of the following is used to bind the value of HTML controls in the text area to the application data ?
  • A
    ng-cloak
  • B
    ng-bind
  • C
    ng-model
  • D
    ng-blur

Question 7

Which of the following is the correct syntax for the create module in angularJs ?
  • A
    ar myModule= module();
  • B
    var myModule= new Module();
  • C
    angular.module("app", []);
  • D
    var Module= new Module(my);

Question 8

Which of the below templates is used for writing the AngularJs directive ?

  • A

    Tag

  • B

    Attribute

  • C

    Class name

  • D

    All of the above

Question 9

The component which is used for adding the dependency in AngularJS application are:

  • A

    Value

  • B

    Factory

  • C

    Constant

  • D

    Application Module

Question 10

Which of the following is a way to push one HTML content into another HTML content?
  • A
    Server Side push
  • B
    Use of Comment
  • C
    Use of pushing
  • D
    Use of include

There are 15 questions to complete.

Take a part in the ongoing discussion