Breakdown by Unit & Type
Unit I: BASICS OF FULL STACK
"Define User." (C302.1 R): 1 question
Outline the roles of backend services,
"Draw the MVC architecture diagram with small note." (C302.1 A): 1 question
"What is a web development framework?": 2 questions
What is full stack web development?
"What is Express in full stack?": 2 questions
"Define MERN and MEAN Stack. (C302.5 R)": 1 question
"What is a MERN Stack?": 2 questions
"What are the Components of MVC Architecture?": 1 question
Total for Unit I: 10 questions (8 unique)
Unit II: NODE JS
"Define Asynchronous Event Driven Architecture.": 2 questions
"Create a simple server in Node.js application using JavaScript": 1 question
"Write a simple calculator program in Node .js using JavaScript.": 1 question
"How to publish Node.js packaged module to NPM Registry?": 1 question
"How to use a Node.js packaged module in a Node.js application?": 1 question
"Compare Event Call Backs and Traditional threaded model.": 1 question
"Define blocking I/O with examples": 1 question
"Give the diagrammatic representation for Node .js Event Model.": 1 question
"What are the different ways of adding work to the event queue?": 1 question
"What are callbacks in Node.JS?": 1 question
"List the primitive types in Node.JS.": 1 question
"What are call backs and events in Node.js?": 1 question
"List and mention the purpose of any four timer methods in node.js.": 1 question
"Define Callbacks. How are they useful in in Node.js?": 1 question
"How will you install and verify the version of Node.js?": 1 question
How to install express? and write an example express .js program.
Total for Unit II: 16 questions (16 unique)
Unit III: MONGO DB
"Define NO SQL.": 2 questions
"Define Capped Collections.": 2 questions
"What is Sharding and Replication?": 2 questions
"Define Cursor Objects. Write an example": 2 questions
"Compare Large collections and Large Number of Collections.": 2 questions
"What is Normalization and Denormalization in Database? Give example.": 2 questions
"Write the shell commands for Administering Databases.": 1 question
"Write the shell commands for configuring Access control.": 1 question
"Why MongoDB is called schema less database?": 1 question
"What is database collection and document in MongoDB?": 1 question
"Summarize the advantages of mongoDB over traditional relational databases.": 1 question
"What are roles and permissions in MongoDB?": 1 question
"List any four Datatypes of MongoDB.": 1 question
"How will you connect to MongoDB from Node.js?": 1 question
"Write down the Features of NoSQL.": 1 question
"Write an example to create a collection and to drop a collection in mongo dB with examples.": 1 question
"Write an example to find the document and adding documents in the collection with examples.": 1 question
"Write few database administrations commands with examples.": 1 question
"Define access control with example.": 1 question
"Write the steps involved in creating new user account in a database.": 1 question
"Mention some of Mongo DB shell methods.": 1 question
Total for Unit III: 27 questions (21 unique)
Unit IV: EXPRESS AND ANGULAR
"How to install express? and write an example express .js program. (C302.5 C)": 1 question
"Define Type Script with example.": 1 question
"What is Angular?": 2 questions
"List out the HTTP methods used and their purposes.": 1 question
"What is Express.js?": 2 questions
"Differentiate between React and Angular.": 1 question
"What is data binding in Angular and what is the use of data binding in Angular?": 1 question
"What is one way binding and two way binding in angular?": 1 question
"List the features of Angular JS.": 1 question
"Mention different angular building block in an architecture.": 1 question
"Write any two configuration setting for Express to change the behavior of the server with example.": 1 question
"Define Databinding.": 1 question
What is one way binding and two way binding in angular?
Total for Unit IV: 15 questions (12 unique)
Unit V: REACT
"What is React State? Give example program. (C302.5 R)": 1 question
"What is constructor () and super ()? Give example": 1 question
"Write a sample program to explain components inside the components.": 1 question
"Define Props.": 2 questions
"Write an event handling React program with output display.": 1 question
"What is REST API?": 1 question
"Define WebPack.": 1 question
"Define State object.": 1 question
"Write a simple React application to render an HTML page using function component.": 1 question
"What are the router options for REACT?": 1 question
"List the three different packages in React for routing.": 1 question
"What are the benefits of react JS?": 1 question
"Differentiate between Functional and Class Components.": 1 question
What is MERN stack and what are the drawbacks of the MERN stack?
Total for Unit V: 15 questions (13 unique)
based on the prtion
IT3501FULL STACK WEB DEVELOPMENT FSWD
BASICS OF FULL STACK
Understanding the Basic Web Development Framework - User - Browser - Webserver - Backend Services - MVC Architecture - Understanding the Different Stacks - The Role of Express - Angular - Node - MongoDB - React
UNIT II
NODE JS
Basics of Node JS - Installation - Working with Node Packages - Using Node Package Manager - Creating a Simple Node.js Application - Using Events - Listeners - Timers - Callbacks - Handling Data I/O - Implementing HTTP Services in Node.js
UNIT III
MONGO DB
Understanding NoSQL and MongoDB - Building MongoDB Environment - User Accounts - Access Control - Administering Databases - Managing Collections - Connecting to MongoDB from Node.js - Simple Applications
UNIT IV
EXPRESS AND ANGULAR
Implementing Express in Node.js - Configuring Routes - Using Request and Response Objects - Angular - Typescript - Angular Components - Expressions - Data Binding - Built-in Directives
UNIT V
REACT
MERN Stack - Basic React Applications - React Components - React State - Express REST APIs - Modularization and Webpack - Routing with React Router - Server-side Rendering
catogorize uestion based on each unit refer portion and IT3501FULL STACK WEB DEVELOPMENT and catogorize this uestions Define User.
C302.1
R
Draw the MVC architecture diagram with small note.
C302.1
A
What is React State? Give example program.
C302.5
R
What is constructor () and super ()? Give example
C302.5
R
Write a sample program to explain components inside the components.
C302.5
C
Define Props.
C302.5
R
Write an event handling React program with output display.
C302.5
C
How to install express? and write an example express .js program.
C302.5
C
Define MERN and MEAN Stack.
C302.5
R
What is REST API?
C302.5
R
Define WebPack.
Define Asynchronous Event Driven Architecture.
Create a simple server in Node.js application using JavaScript
Write a simple calculator program in Node .js using JavaScript.
How to publish Node.js packaged module to NPM Registry?
How to use a Node.js packaged module in a Node.js application?
Compare Event Call Backs and Traditional threaded model.
Define blocking I/O with examples
Give the diagrammatic representation for Node .js Event Model.
What are the different ways of adding work to the event queue?
Define NO SQL.
Define Capped Collections.
What is Sharding and Replication?
Define Cursor Objects. Write an example
Compare Large collections and Large Number of Collections.
What is Normalization and Denormalization in Database? Give example.
Write the shell commands for Administering Databases.
Write the shell commands for configuring Access control.
Define Type Script with example.
What is Angular?
List out the HTTP methods used and their purposes.
Define State object.
Define Props.
Write a simple React application to render an HTML page using function component.
Define NO SQL.
Define Capped Collections.
What is Sharding and Replication?
Define Cursor Objects. Write an example
Compare Large collections and Large Number of Collections.
What is Normalization and Denormalization in Database? Give example.
Write an example to create a collection and to drop a collection in mongo dB with examples.
Write an example to find the document and adding documents in the collection with examples.
Write few database administrations commands with examples.
Define access control with example.
Write the steps involved in creating new user account in a database.
Mention some of Mongo DB shell methods.
Define Angular.
Mention different angular building block in an architecture.
Write any two configuration setting for Express to change the behavior of the server with example.
Define Databinding.
What are the Components of MVC Architecture?
Write down the Features of NoSQL.
How will you install and verify the version of Node.js?
Define Callbacks. How are they useful in in Node.js?
List any four Datatypes of MongoDB.
How will you connect to MongoDB from Node.js?
What is Express.js?
List the features of Angular JS.
What are the router options for REACT?
PART A-(10 x 2 = 20 marks)
1. What is a web development framework?
2 What is Express in full stack?
3. List the primitive types in Node.JS.
4. What are callbacks in Node.JS?
5. Why MongoDB is called schema less database?
6. What is database collection and document in MongoDB?
7. Differentiate between React and Angular.
8. What is data binding in Angular and what is the use of data binding in Angular?
9. List the three different packages in React for routing.
PART A-(10x220 marks)
L What is full stack web development?
Outline the roles of backend services,
3. What are call backs and events in Node.js?
4 List and mention the purpose of any four timer methods in node.js.
5. Summarize the advantages of mongoDB over traditional relational databases.
6. What are roles and permissions in MongoDB?
7. What is express.js?
8. What is one way binding and two way binding in angular?
9. What are the benefits of react JS?
10. What is MERN stack and what are the drawbacks of the MERN stack?
10. What is a MERN Stack?
Differentiate between Functional and Class Components. jsut catagogorize explanation is not needed
check wheter each uestion exist in Breakdown by Unit & Type if not add it may be if it exist leave it show mw each exist or not
Outline the roles of backend services,
3. What are call backs and events in Node.js?
4 List and mention the purpose of any four timer methods in node.js.
5. Summarize the advantages of mongoDB over traditional relational databases.
6. What are roles and permissions in MongoDB?
7. What is express.js?
8. What is one way binding and two way binding in angular?
9. What are the benefits of react JS?
10. What is MERN stack and what are the drawbacks of the MERN stack?
10. What is a MERN Stack?
Differentiate between Functional and Class Components. this is breakdow list
Breakdown by Unit & Type
Unit I: BASICS OF FULL STACK
"Define User." (C302.1 R): 1 question
"Draw the MVC architecture diagram with small note." (C302.1 A): 1 question
"What is a web development framework?": 2 questions
"What is Express in full stack?": 2 questions
"Define MERN and MEAN Stack. (C302.5 R)": 1 question
"What is a MERN Stack?": 2 questions
"What are the Components of MVC Architecture?": 1 question
Total for Unit I: 10 questions (8 unique)
Unit II: NODE JS
"Define Asynchronous Event Driven Architecture.": 2 questions
"Create a simple server in Node.js application using JavaScript": 1 question
"Write a simple calculator program in Node .js using JavaScript.": 1 question
"How to publish Node.js packaged module to NPM Registry?": 1 question
"How to use a Node.js packaged module in a Node.js application?": 1 question
"Compare Event Call Backs and Traditional threaded model.": 1 question
"Define blocking I/O with examples": 1 question
"Give the diagrammatic representation for Node .js Event Model.": 1 question
"What are the different ways of adding work to the event queue?": 1 question
"What are callbacks in Node.JS?": 1 question
"List the primitive types in Node.JS.": 1 question
"What are call backs and events in Node.js?": 1 question
"List and mention the purpose of any four timer methods in node.js.": 1 question
"Define Callbacks. How are they useful in in Node.js?": 1 question
"How will you install and verify the version of Node.js?": 1 question
How to install express? and write an example express .js program.
Total for Unit II: 16 questions (16 unique)
Unit III: MONGO DB
"Define NO SQL.": 2 questions
"Define Capped Collections.": 2 questions
"What is Sharding and Replication?": 2 questions
"Define Cursor Objects. Write an example": 2 questions
"Compare Large collections and Large Number of Collections.": 2 questions
"What is Normalization and Denormalization in Database? Give example.": 2 questions
"Write the shell commands for Administering Databases.": 1 question
"Write the shell commands for configuring Access control.": 1 question
"Why MongoDB is called schema less database?": 1 question
"What is database collection and document in MongoDB?": 1 question
"Summarize the advantages of mongoDB over traditional relational databases.": 1 question
"What are roles and permissions in MongoDB?": 1 question
"List any four Datatypes of MongoDB.": 1 question
"How will you connect to MongoDB from Node.js?": 1 question
"Write down the Features of NoSQL.": 1 question
"Write an example to create a collection and to drop a collection in mongo dB with examples.": 1 question
"Write an example to find the document and adding documents in the collection with examples.": 1 question
"Write few database administrations commands with examples.": 1 question
"Define access control with example.": 1 question
"Write the steps involved in creating new user account in a database.": 1 question
"Mention some of Mongo DB shell methods.": 1 question
Total for Unit III: 27 questions (21 unique)
Unit IV: EXPRESS AND ANGULAR
"How to install express? and write an example express .js program. (C302.5 C)": 1 question
"Define Type Script with example.": 1 question
"What is Angular?": 2 questions
"List out the HTTP methods used and their purposes.": 1 question
"What is Express.js?": 2 questions
"Differentiate between React and Angular.": 1 question
"What is data binding in Angular and what is the use of data binding in Angular?": 1 question
"What is one way binding and two way binding in angular?": 1 question
"List the features of Angular JS.": 1 question
"Mention different angular building block in an architecture.": 1 question
"Write any two configuration setting for Express to change the behavior of the server with example.": 1 question
"Define Databinding.": 1 question
Total for Unit IV: 15 questions (12 unique)
Unit V: REACT
"What is React State? Give example program. (C302.5 R)": 1 question
"What is constructor () and super ()? Give example": 1 question
"Write a sample program to explain components inside the components.": 1 question
"Define Props.": 2 questions
"Write an event handling React program with output display.": 1 question
"What is REST API?": 1 question
"Define WebPack.": 1 question
"Define State object.": 1 question
"Write a simple React application to render an HTML page using function component.": 1 question
"What are the router options for REACT?": 1 question
"List the three different packages in React for routing.": 1 question
"What are the benefits of react JS?": 1 question
"Differentiate between Functional and Class Components.": 1 question
Total for Unit V: 15 questions (13 unique)