Skip to main content

WEB APPLICATION DEVELOPMENT (WAD) UNIT - IV

WEB APPLICATION DEVELOPMENT (WAD)

UNIT - IV

 

1.      What is the full form of MVC

a)      MoveView Control

b)      Multiple View Control

c)      Mode View Control

d)     Model View Control

2.      Who is responsible for managing application data

a)      Model

b)      View

c)      Controller

d)     None

3.      Which directive defines and links an AngularJS application to HTML.

a)      ng-bind

b)      ng-model

c)      ng-app

d)     none

4.      AngularJS expressions are written in

a)      Square brackets

b)      Double quotes

c)      Double brackets

d)     Double braces

5.      AngularJS expressions do not support conditionals, loops, and exceptions

a)      True

b)      False

6.      AngularJS directives are

a)      Extended HTML attributes

b)      HTML elements

c)      Special attributes

d)     None

7.      Data binding in AngularJS is

a)      System

b)      Data abstraction

c)      Data retrieval

d)     Synchronization

8.      Which is the directive that repeats an HTML element

a)      ng-rewind

b)      ng-reload

c)      ng-repeat

d)     none

9.      which method or function is used to create a new directive

a)      .newdirective function

b)      new.directive function

c)      newDirective function

d)     .directive function 

10.  How many built-in services doesAngularJS has.

a)      20

b)      30

c)      50

d)      10

11.  Which directive defines binds the values of AngularJS application data to HTML inputcontrols.

a)      ng-bind

b)      ng-model

c)      ng-app

d)      none

12.  The myCtrl function is a JavaScript function. AngularJS will invoke the controller witha _______object.

a)      $scope

b)      $model

c)      $Myapp

d)      $Ctrl

13.  The _______ directive can provide type validation for application data.

a)      ng-bind

b)      ng-model

c)      ng-app

d)      none

14.  With AngularJS, developer writes less code and gets more functionality.

a)      True

b)      False

15.  In controllers, model data is accessed via $scope object.

a)      True

b)      False

16.  Which of the following is true about $invalid flag?

a)      $invalid flag states that value has been changed.

b)      $invalid flag states that form has invalid data.

c)      Both of the above.

d)      None of the above.

17.  What is MVC?

a)      MVC is name of an algorithm.

b)      MVC is a software design pattern for developing web applications.

c)      MVC is a software technique to optimize web application performance.

d)      None of the above.

18.  The field has not been modified yet is known as

a)      $untouched

b)      $dirty

c)      $pristine

d)      $valid

19.  The field has been modified is known as

a)      $untouched

b)      $dirty

c)      $pristine

d)      $valid

20.  AngularJS directives are extended HTML attributes with the prefix_____

a)      ng-

b)      $$

c)      {{ }}

d)      None of these

21.  AngularJS expressions can be written

a)      ng-expression

b)      $expression$

c)      {{ expression}}

d)      None of these

22.  Which of the followings are validation directives?

a)       ng-required

b)      ng-minlength

c)      ng-pattern

d)      All of these


Comments

Popular posts from this blog

DESIGN AND ANALYSIS OF ALGORITHMS – QUESTION BANK (CSE)

  ISL ENGINEERING COLLEGE DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING DESIGN AND ANALYSIS OF ALGORITHMS QUESTION BANK                                         BE III Year II Semester (A & B Sections) –PC 603 CS     Academic Year: 2020-21 SHORT ANSWER QUESTIONS   UNIT-I 1.       Why is an algorithm analysis required? 2.       State about UNION & FIND operations. 3.       List out the UNION algorithm using weighting rule. 4.       Given f(n)=10n 2 +4n+3, then prove that f(n)=O(n 2 ). 5.       List and define operations performed on sets? 6.       What do you mean by performance analysis of an algorithm? Explain. 7.       Explain the significance of input size of a problem. 8.       State the weighting, collapsing rules in sets. 9.       Explain set representation and write algorithm for FIND. 10.   Solve T(n)=3T(n/3)+√n. 11.   Define the terms direct recursive and indirect rec

Web Application Development (WAD)

Web Application Development (WAD) WEB APPLICATION AND DEVELOPMENT ( WAD) Notes Unit Wise Unit I INTRODUCTION   HTML   CSS   WEB APPLICATION FUNDAMENTALS   Unit II XML   Unit III JQuery   JSON Java Script Unit IV AngularJS   Unit V MEAN Stack   SMACK Stack LAB PROGRAMS:  Click Here Important Question for MID I :  Click here WAD Previous Question : Click Here TEXT BOOK:  Click Hear Course Code Course Title Core/Elective PC 601 IT WEB APPLICATION DEVELOPMENT Core Prerequisite Contact hours per week CIE SEE Credits L T D P - 3 1 - - 30 70 3 Course Objective:     Ø    To develop dynamic web applications using the concepts of HTML 5.0 and   CSS     Ø    To understand the document structure and schemas and represent data in  that format     Ø    To develop applications using Query and represent objects in JSON   notation    

DESIGN AND ANALYSIS OF ALGORITHMS – QUESTION BANK (IT)

  ISL ENGINEERING COLLEGE DEPARTMENT OF INFORMATION TECHNOLOGY DESIGN AND ANALYSIS OF ALGORITHMS QUESTION BANK BE III Year II Semester – PC 602 IT Academic Year: 2020-21 SHORT ANSWER QUESTIONS   UNIT-I 1.       Explain linear probing in Hashing with an example. 2.       Define Heap. 3.       List out the collision resolution techniques in hashing. 4.       Why is an algorithm analysis required? 5.       State about UNION & FIND operations. 6.       List out the UNION algorithm using weighting rule. 7.       Given f(n)=10n 2 +4n+3, then prove that f(n)=O(n 2 ). 8.       List and define operations performed on sets? 9.       What do you mean by performance analysis of an algorithm? Explain. 10.   Explain the significance of input size of a problem. 11.   State the weighting, collapsing rules in sets. 12.   Explain set representation and write algorithm for FIND. 17