Download Our App One Bit Extra For E-Book, Paid and Free Courses

    Everything You Need For

    Web Development-II Exam Preparation

  • # Complete Syllabus
  • # As per NEP 2020
  • # Previous Year Question Papers
  • # Important Questions
Syllabus of Unit: 1

XML: Introduction, Syntax, Document structure, Document Type definitions, Namespaces,

XML Schemas: Displaying raw XML documents, Displaying XML documents with CSS, XSLT style sheets, XML Processors, Web services.

ECMA Script: ECMA Script versions, ES5 Features, ES6 introduction, Var Declarations and Hoisting, let declaration, Constant declaration, function with default parameter values, default parameter expressions, unnamed parameters, the spread operator, arrow functions, object destructuring, array destructuring, sets and maps, Array. find(), Array, findIndex(), template strings, Javascript classes, callbacks, promises, async/await.

Unit 1 Video Lectures

Introduction to XML, Features of XML

Web Development-II important questions with answers

Syllabus of Unit: 2

AJAX: Introduction, Need for AJAX, Working of AJAX, Handling Ajax request and response, data formats: XML, JSON, Working with JSON data, Loading HTML with Ajax, Loading XML with Ajax, Loading JSON with Ajax.

JQuery: Introduction, A basic JQuery example, Need of JQuery, finding elements, JQuery selection, getting element content, updating elements, changing content, inserting elements, adding new content, getting and setting attributes, getting and setting CSS properties, using each(), events, event object, effects, animating CSS properties, using animation, traversing the DOM, working with forms, JavaScript libraries, JQuery and Ajax.

Syllabus of Unit: 3

Web Servers: Introduction, HTTP Transactions, Multitier Application Architecture, Client Side Scripting versus Server-Side Scripting, Accessing Web Servers.

Server Side Scripting with Node.js: Getting to know node, node.js changed JavaScript forever, features of node, when to use and not use node, asynchronous callbacks, the NoSql movement, node and MongoDB in the wild, Hello World in Node, package.json, modules, Built-in Modules: FS Module, HTTP Module, Events; Node Package Manager (npm), web server using http, node.js with express, middleware, routing in express, CRUD operations in express, web server using express, making it live on Heroku

Node.js with MongoDB: Basics of MongoDB, MongoDB CRUD Operations, Building a data model with MongoDB and Mongoose, Defining simple mongoose schemas, build node express app with MongoDB.

Syllabus of Unit: 4

Introduction to PHP: Basic Knowledge of websites ; Introduction of Dynamic Website ; Introduction to PHP ; Why and Scope of PHP ; XAMPP and WAMP Installation PHP Functions ; PHP Functions

Creating an Array ; Modifying Array Elements ; Processing Arrays with Loops ; Grouping Form Selections with Arrays ; Using Array Functions ; Using Predefined PHP Functions ; Creating User- Defined Functions PHP Programming Basics ; Syntax of PHP ; Embedding PHP in HTML ; Embedding HTML in PHP ; Introduction to PHP Variable ; Understanding Data Types ; Using Operators ; Using Conditional Statements ; If(), else if() and else if condition Statement ; Switch() Statements ; Using the while() Loop ; Using the for() Loop.