AngularJS Scope MCQ with Answer


Hello Friends, In this article we are going to see AngularJS Scope Objective Type Questions with Answers | AngularJS Scope Objective Type Questions with Answers | AngularJS Scope MCQ with answers PDF | AngularJS Scope Quiz With Answers

1.An AngularJS Scope is a ________ object.

  1. user define
  2. built-in
  3. automatic
  4. manual

Ans : 2. built-in

2.AngularJS Scope is available with, _________.

  1. controller
  2. html part
  3. both A and b
  4. view

Ans – 3. Both A and B

3. For What, angular creates or injects $scope object in angular?

  1. Controller
  2. View
  3. Website
  4. Model

Ans – 1.Controller

4.During the constructor definition, the first argument passed through controller is,

  1. Controller
  2. View
  3. Scope
  4. Model

Ans – 3.Scope


5.Why AngularJS Scope is used?

  1. To define Value
  2. To define member variables
  3. To define Scope variables
  4. To define local variables

Ans – 2.To define member variables

6. AngularJS Scope acts as a linking between,

  1. Controller and model
  2. Controller and View
  3. Controller and Include
  4. Model and View

Ans – 2.Controller and View

7._______ can be defined using a $scope in Angular JS

  1. Variable
  2. Function
  3. Model
  4. View

Ans – 2.Function

8.An angular application contains a single______

  1. $scope
  2. $rootscope
  3. Viewscope
  4. View

Ans – 2.$rootscope

9.All other $scope rather $rootscope than present in an angular application are

  1. Parents objects
  2. Child Objects
  3. View Objects
  4. Model Objects

Ans – 2.Child Objects


Leave a Reply

Your email address will not be published. Required fields are marked *