UNIT-I: HTML5
- Define Form. How to create Form elements? Explain with an example.
- Define Table. How to create a Table and its elements? Illustrate.
- Write an HTML code to display your education details in a tabular format.
- How to insert images and media elements in a web page? Illustrate.
- Explain in detail about HTML Security with an example, focusing on HTML Injection and Clickjacking.
UNIT-II: JavaScript
- Define JavaScript. Explain Identifiers and their types with an example.
- Elaborate on primitive and non-primitive data types of JavaScript.
- Write a JavaScript code for displaying largest of 3 numbers. Input needs to be taken from user.
- Discuss about Creating and Inheriting Classes with an example.
- Explain about Browser and Document Object Model with an example.
UNIT-III: Node.js and Express.js
- Define Node.js. Explain the use of Node.js and its applications with an example.
- What is a web server? Write the steps in creation of a web server in Node.js.
- Define File. Discuss about various File operations in Node.js with an example.
- How Middleware works? Elaborate on chaining of middleware.
- Explain the CRUD Operations in Express.js with example.
UNIT-IV: TypeScript and MongoDB
- What is a namespace? Give its significance. How to create and use namespace in TypeScript?
- Define Generic Functions in TypeScript. Explain their implementation with an example.
- What is MongoDB? How to handle JSON files with MongoDB?
- Explain MongoDB Structure and Architecture with neat diagram.
- What is Constructor in TypeScript? Explain with an example.
UNIT-V: Angular
- Elaborate the procedure for passing data from Container Component to child component and vice versa.
- Explain in detail about various Structural Directives - ngIf, ngFor, ngSwitch with an example each.
- Demonstrate various Attribute Directives in angular.js with examples.
- Define Routing? Explain Nested Routes in detail.
- How to create and execute the Angular Application? Illustrate.