Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Code No: R203205E R20 SET -1

III B. Tech II Semester Regular Examinations, July -2023


MEAN STACK DEVELOPMENT
(CSE, CSE(AIML), CSE(AI), CSE(DS), CSE(AIDS), AIDS, AIML)
Time: 3 hours Max. Marks: 70
Answer any FIVE Questions ONE Question from Each unit
All Questions Carry Equal Marks
*****
UNIT-I
1. a) Define Form. How to create Form elements? Explain with an example. [7M]
b) Describe various tags associated with Input elements in HTML. [7M]
(OR)
2. a) Define Table. How to Create a Table and its elements? Illustrate. [7M]
b) Elaborate on the merits and demerits of HTML5. [7M]
UNIT-II
3. a) Define JavaScript. Explain Identifiers and their types with an Example [7M]
b) Explain about Browser and Document Object Model with an Example [7M]
(OR)
4. a) Write a JavaScript code for displaying largest of 3 numbers. Input need to be [7M]
taken from user.
b) Discuss about Creating and Inheriting Classes with an Example [7M]
UNIT-III
5. a) Define File? Discuss about various File operations in Node.js with an Example [7M]
b) Describe Helmet Middleware in detail [7M]
(OR)
6. a) Define Node.js. Explain the Use of Node.js and its Applications with an [7M]
Example
b) How sessions can be managed with Express.js? Illustrate. [7M]
UNIT-IV
7. What is a namespace? Give its significance. How to create and use namespace [14M]
in TypeScript?
(OR)
8. a) Write the steps in installation of MangoDB on local machine. [7M]
b) What is JSON? How to handle JSON files with MangoDB? [7M]
UNIT-V
9. Elaborate the procedure for passing data from Container Component to child [14M]
component and vice versa.
(OR)
10. Explain in detail about various Structural Directives - ngIf, ngFor, ngSwitch [14M]
with an Example each

1 of 1

||'''||||''|''|||'||
Code No: R203205E
R203135A
R2031011
R2031351
R203147A
R203147C
R203105O
P2031051 R20 SET
SET
RA--22

III B. Tech II Semester Regular Examinations, July -2023


MEAN STACK DEVELOPMENT
(CSE, CSE(AIML), CSE(AI), CSE(DS), CSE(AIDS), AIDS, AIML)
Time: 3 hours Max. Marks: 70
Answer any FIVE Questions ONE Question from Each unit
All Questions Carry Equal Marks
*****
UNIT-I
1. a) How to insert images and media elements in a web page? Illustrate. [7M]
b) Explain in detail about HTML Security with an Example [7M]
(OR)
2. a) Describe HTML Global Attributes with an Example. [7M]
b) Discuss about Clickjacking with an Example. [7M]
UNIT-II
3. a) Elaborate on primitive and non-primitive data types of JavaScript. [7M]
b) Explain In-built Events and Handlers in JavaScript. [7M]
(OR)
4. a) How to create a function in JavaScript? Illustrate parameter passing [7M]
mechanism.
b) Illustrate the Combining and cloning Objects using Spread operator . [7M]
UNIT-III
5. a) What is a web server? Write the steps in creation of a web server in Node.js. [7M]
b) Give the significance of Express Development environment. [7M]
(OR)
6. a) Explain about Modular programming in Node.js with an Example [7M]
b) How Middleware works? Elaborate on chaining of middleware. [7M]
UNIT-IV
7. What is Generic? Compare generic function with ordinary function. Explain [14M]
Generic Constraints with an Example
(OR)
8. Discuss about MongoDB Shell JavaScript and MongoDB Data types with an [14M]
Example
UNIT-V
9. a) Illustrate the mechanism of Passing Parameters to Pipes with an example [7M]
b) Write about the following directives in Angular.js. [7M]
- ngStyle,ngClass
(OR)
10. a) Describe Elements of Templates in Angular.js with an Example [7M]
b) Explain Custom Validators in Reactive Forms with an Example [7M]

1 of 1

||'''||||''|''|||'||
Code No: R203205E R20 SET -3

III B. Tech II Semester Regular Examinations, July -2023


MEAN STACK DEVELOPMENT
(CSE, CSE(AIML), CSE(AI), CSE(DS), CSE(AIDS), AIDS, AIML)

Time: 3 hours Max. Marks: 70


Answer any FIVE Questions ONE Question from Each unit
All Questions Carry Equal Marks
*****

UNIT-I
1. a) Illustrate various HTML Elements with their syntax and Examples. [7M]
b) Outline the HTML Injection in detail. [7M]
(OR)
2. a) Write an HTML code to display your education details in a tabular format. [7M]
b) Explain in detail about I frame in HTML5 with an Example. [7M]
UNIT-II
3. What are operators? Explain operators in JavaScript with examples. [14M]
(OR)
4. Define Loop. List and Explain various types of Loops with their syntax and [14M]
Examples
UNIT-III
5. a) How would you write data to the console in Node.js? Write a sample code. [7M]
b) Explain the working of Middleware in Express.js [7M]
(OR)
6. a) Implement Node.js Packaged Module with an Example. [7M]
b) Illustrate the steps in Connecting to MongoDB with Mongoose. [7M]
UNIT-IV
7. a) Summarize various Access Modifiers in TypeScript [7M]
b) Explain the MongoDB Structure and Architecture with neat Diagram. [7M]
(OR)
8. a) Define Generic Functions in TypeScript. Explain their implementation with [7M]
an example.
b) How to use the MongoDB Shell? Demonstrate. [7M]
UNIT-V
9. Explain various Structural Directives with their Examples. [14M]
(OR)
10. a) How to create and Executing the Angular Application? Illustrate. [7M]
b) Explain Component Life Cycle in detail with a neat diagram. [7M]

1 of 1

||'''||||''|''|||'||
Code No: R203205E
R2031011
R2031351
R203135A
R203147A
R203147C
R203105O
P2031051 R20 SET
SET
RA--42

III B. Tech II Semester Regular Examinations, July -2023


MEAN STACK DEVELOPMENT
(CSE, CSE(AIML), CSE(AI), CSE(DS), CSE(AIDS), AIDS, AIML)
Time: 3 hours Max. Marks: 70
Answer any FIVE Questions ONE Question from Each unit
All Questions Carry Equal Marks
*****

UNIT-I
1. Write an HTML code to create a login form. On submitting the form, the user [14M]
should get navigated to a profile page.
(OR)
2. a) Write an HTML code to illustrate the usage of the following: [7M]
• Ordered List • Unordered List• Definition List
b) Discuss about the HTML5 Attributes, local storage & Events Vulnerabilities in [7M]
detail.
UNIT-II
3. Define Conditional Statements. List and Explain the various Conditional [14M]
Statements in JavaScript with their syntax and Examples.
(OR)
4. a) What is Class in JavaScript? Demonstrate the syntax and example of Class in [7M]
JavaScript.
b) Define Array in JavaScript? How to create and access the Arrays? Illustrate. [7M]
UNIT-III
5. a) Does Node.js support modular programming? Justify. [7M]
b) Define Middleware. Explain the Types of Middlewares with examples. [7M]
(OR)
6. a) How to Create a web server in Node.js? Explain with an example. [7M]
b) Explain the CRUD Operations in Express.js with example. [7M]
UNIT-IV
7. a) Define Interface in TypeScript? Explain how to create an Interface with an [7M]
Example.
b) Explain MongoDB Data Types with Examples. [7M]
(OR)
8. a) What is Constructor in TypeScript? Explain with an example. [7M]
b) Briefly explain steps in Initializing, Starting and Stopping MongoDB. [7M]
UNIT-V
9. a) Demonstrate various Attribute Directives in angular.js with examples. [7M]
b) Define Routing? Explain Nested Routes in detail. [7M]
(OR)
10. a) What is Angular? List and Explain the various features of Angular. [7M]
b) Illustrate Dependency Injection in React.js. [7M]

1 of 1

||'''||||''|''|||'||

You might also like