Angular JS Quiz 4 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'Angular JS Quiz 4 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. Embed HTML pages within a HTML page using ng-include directive
    B. Embed JS files within a HTML page using ng-include directive
    C. Both of the above
    D. None of the above
    A. angular.module is used to create AngularJS modules along with its dependent modules
    B. angular.module is primarily used to create application module
    C. Both of the above
    D. None of the above
    A. Deep linking allows you to encode the state of application in the URL so that it can be bookmarked.
    B. Deep linking is a SEO based technique
    C. Deep linking refers to linking various views to a central page
    D. None of the above
    A. ng-disabled directive can enable a given control
    B. ng-disabled directive can disable a given control
    C. Both of the above
    D. None of the above
    A. Model
    B. View
    C. Controller
    D. Module
    A. ng-init
    B. ng-app
    C. ng-controller
    D. ng-bootstrap
    A. {{ 2 + 2 }}
    B. { 2 + 2 }
    C. (( 2 + 2 ))
    D. { (2 + 2) }
    A. Expression cannot contain condition, loop or RegEx
    B. Expression cannot declare a function
    C. Expression cannot contain comma, void or return keyword
    D. All of the above
    A. Tag
    B. Attribute
    C. Class name
    D. All of the above
    A. One-way data binding
    B. Two-way data binding
    C. Binding view to controller
    D. None of the above