The document is a question bank for MEAN stack development, covering essential topics across three units: HTML5, JavaScript, and Node.js/Express.js. It includes definitions, features, and key elements such as HTML elements, JavaScript data types, functions, and Node.js server creation. Each unit outlines specific concepts and operations necessary for mastering MEAN stack development.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views1 page
MID-1 MSD
The document is a question bank for MEAN stack development, covering essential topics across three units: HTML5, JavaScript, and Node.js/Express.js. It includes definitions, features, and key elements such as HTML elements, JavaScript data types, functions, and Node.js server creation. Each unit outlines specific concepts and operations necessary for mastering MEAN stack development.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
MEAN STACK DEVELOPMENT IMPORTANT MID-1 QUESTION BANK
UNIT 1: HTML 5:(Prepare HTML 5 Definition & Features)
1. Case-insensitivity, Platform-independency, DOCTYPE Declaration, Types of Elements, HTML Elements - Attributes, Metadata Element 2. Sectioning Elements 3. Paragraph Element, Division and Span Elements, List Element 4. Link Element 5. Character Entities 6. HTML5 Global Attributes 7. Creating Table Elements, Table Elements : Colspan/Rowspan Attributes, border, cellspacing, cellpadding attributes 8. Creating Form Elements, Color and Date Pickers, Select and Datalist Elements 9. Input Elements - Attributes 10. Media, Iframe UNIT 2: JavaScript:(Prepare JavaScript Definition & Features) 1. Type of Identifiers 2. Primitive and Non Primitive Data Types 3. Operators and Types of Operators 4. Types of Statements, Non - Conditional Statements, Types of Conditional Statements, if Statements, switch Statements 5. Types of Loops 6. Types of Functions, Declaring and Invoking Function, Arrow Function, Function Parameters, Nested Function, Built-in Functions, Variable Scope in Functions 7. Working With Classes, Creating and Inheriting Classes 8. Working with Objects, Typpes of Objects, Creating Objects, Combining and cloning Objects using Spread operator, Destructuring Objects 9. Creating Arrays, Destructuring Arrays, Accessing Arrays, Array Methods
UNIT 3: Node.js:(Prepare Node.js Definition & Features)
1. How to use Node.js 2. Create a web server in Node.js 3. File Operations Express.js:(Prepare Express.js Definition & Features) 4. Express Development Environment 5. Defining a route 6. How Middleware works, Chaining of Middlewares, Types of Middlewares