Skip to main content

WEB APPLICATION DEVELOPMENT (WAD) UNIT - V

WEB APPLICATION DEVELOPMENT (WAD)

UNIT - V

 

1.      Why MongoDB saves data in binary JSON format .

a)      Easy data transfer

b)      It excepts only JSON format

c)      To understand binary code

d)     None

2.      AngularJS is a JavaScript framework developed by 

a)      Nexus

b)      Microsoft

c)      F5 Networks

d)     Google

3.      Two –Way data binding is done in

a)      MongoDB

b)     AngularJS

c)      Express

d)     NodeJS

4.      What is the full form of CRUD

a)      Collected- Resource-Under-Development

b)      Create-Read-Update-Delete

c)      Create-Resource-Under-Development

d)      Create-Read-Update-Develop

5.      Among the following which is Web Server Platform

a)      MongoDB

b)      AngularJS

c)      Express

d)     NodeJS

6.      Why to use MEAN.js

a)      Open source

b)      Lower development cost

c)      Increases flexibility and efficiency

d)     All of the above

7.      MongoDB uses table and rows as we use in the relational databases to store data

a)      True

b)     False

8.      Whenever a user makes a request, it is first processed by _____.

a)      MongoDB

b)     AngularJS

c)      Express

d)     NodeJS

9.      Video streaming sites, Single-page applications and other Web applications are developed by

using _______

a)      Node.js

b)      Full stack

c)      Javascript

d)     None

10.  AngularJS allows to create

a)      Dynamic application

b)      Static application

c)      Desktop application

d)     None

11.  What is a full form of MEAN?

a)      MongoDB, ExpressJS, AngularJS and Node.js

b)      MongoDB, Expert, AngularJS and Node. Js

c)      ModelDB, ExpressJS, AngularJS and Node.Js

d)     None of these

12.  Which of the following command will show version of Node?

a)      $ npm --version

b)     $ node --version

c)      $ npmgetVersion

d)     $ node getVersion

13.  Node.js is _____ language.

a)      Server Side

b)      Client Side

c)      Both

d)     None of these

14.  Node.js is written in ______

a)      Javascript

b)      C

c)      C++

d)     All of the above

15.  Which extension is used to save NodeJSfiles

a)      .js

b)      .node

c)      .java

d)     .txt

16.  NodeJS is______

a)      Asynchronous

b)      Synchronous

c)      Both

d)     None of these

17.  Which function is used to include modules in Node.js

a)      include();

b)     require();

c)      attach();

d)     All of these

18.  NPM stands for?

a)      Node Package Manager

b)      Node Project Manager

c)      Node Prepare Manager

d)     None of these

19.  Command to show installed version of Node?

a)      $npm--version

b)      $node--version

c)      $npm--getversion

d)     $node--getversion

20.  Which of the following collections are used by MongoDB to store GridFS data?

a)      fs.files and fs.chunks

b)      fs.grid and fs.chunks

c)      fs.parts and fs.files

d)     fs.chunks and fs.parts

21.  Which of the following collections are used by MongoDB to store GridFS data?

a)      Table and Row

b)      Table and Column

c)      Column and Row

d)     Database and Table

22.  MongoDB is a cross-platform, document oriented database that provides, high performance, high availability, and easy scalability.

a)      True

b)      False


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