Top 50+ Solved AngularJS Core Concepts MCQ Questions Answer

From 16 to 30 of 32

Q. Scope act as glue between controller and view.

a. true

b. false

c. none

d. all

  • a. true

Q. AngularJS 1.0 was released in 2013.

a. True

b. False

c. none

d. all

  • b. False

Q. AngularJS is based on the . . . . . . pattern.

a. VMC

b. MVC

c. MCV

d. CVM

  • b. MVC

Q. Event binding can be defined . . . . . . . . .

a. by wrapping the event in (parenthesis)

b. by prefixing it with in

c. by wrapping the event in {curly brackets}

d. by prefixing it with on

  • a. by wrapping the event in (parenthesis)

Q. EventEmitter class acts both as an observer and observable.

a. True

b. False

c. none

d. all

  • a. True

Q. @Output() myEvent = new EventEmitter();

a. Declares an output property that fires events that you cannot subscribe to with an event binding.

b. Declares an output property that fires events that you can subscribe to with an event binding.

c. Declares an output property that overrides events that you can subscribe to with an event binding.

d. Declares an output property that subscribes events that you can subscribe to with an event binding.

  • d. Declares an output property that subscribes events that you can subscribe to with an event binding.
Subscribe Now

Get All Updates & News