Angular JS Quiz 1 | Englishfreetest.com

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

Here's the exercise 'Angular JS Quiz 1 | 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. Library
    B. Framework
    C. Plugin
    D. Browser Extension
    A. HTML and PHP
    B. HTML and CrossScript
    C. HTML and AngularScript
    D. HTML and JavaScript
    A. Brad Green
    B. Igor Minor
    C. Misko Hevery
    D. Brian Ford
    A. Server Side push
    B. Use of CommetD
    C. Use of Polling
    D. Use of include
    A. It is a services for Java built function
    B. It is marker for DOM elements
    C. It is a software design pattern for developing web applications
    D. None of the above
    A. Services are JavaScript functions
    B. Services are responsible to do specific tasks only
    C. Inbuilt services are always prefixed with $ symbol
    D. All of the above
    A. var app = angular.module([myApp,param)
    B. var app = angular.module(myApp, []);
    C. var app = angular.module();
    D. var app = angular.module(myApp);
    A. angular.bootstrap
    B. angular.element
    C. angular.copy
    D. None of the above
    A. $routeProvider $routeProvider maps Urls with the corresponding html page or ng-template
    B. $routeProvider attaches a controller with the view
    C. All of these
    D. $routeProvider is the key service which set the configuration of urls