0% found this document useful (0 votes)
3 views2 pages

Full Stack Exam Notes

The document outlines key concepts in full stack development, covering web servers, programming protocols, and security measures in Unit I. It details JavaScript fundamentals in Unit II, AngularJS framework in Unit III, and Node.js with MongoDB in Unit IV. Practical focus areas include HTML forms, CSS styling, JavaScript DOM manipulation, and CRUD operations with Node.js and MongoDB.

Uploaded by

Himanshu Sharma
Copyright
© All Rights Reserved
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% found this document useful (0 votes)
3 views2 pages

Full Stack Exam Notes

The document outlines key concepts in full stack development, covering web servers, programming protocols, and security measures in Unit I. It details JavaScript fundamentals in Unit II, AngularJS framework in Unit III, and Node.js with MongoDB in Unit IV. Practical focus areas include HTML forms, CSS styling, JavaScript DOM manipulation, and CRUD operations with Node.js and MongoDB.

Uploaded by

Himanshu Sharma
Copyright
© All Rights Reserved
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

FULL STACK DEVELOPMENT - PRACTICAL & VIVA NOTES

UNIT I: WEB SERVERS & WEB PROGRAMMING

- HTTP/HTTPS: Protocols for communication between browser and server

- Browser Working: URL → DNS → Request → Response → Render

- Web Server: Stores and serves web pages

- Security: Authentication, Encryption, XSS, CSRF

- HTML: Structure of webpage

- CSS: Styling (Box model, positioning)

- Forms: Input handling

UNIT II: JAVASCRIPT

- Variables: let, const, var

- Data Types: Number, String, Boolean

- Functions, Arrays, Objects

- DOM Manipulation

- Events Handling

UNIT III: ANGULARJS

- Framework for frontend

- Directives: ng-model, ng-repeat

- Templates and data binding

- Services

UNIT IV: [Link] & MONGODB

- [Link]: Backend JavaScript runtime

- [Link]: Framework for APIs

- MongoDB: NoSQL database

- CRUD Operations

PRACTICAL FOCUS

- HTML forms

- CSS styling
- JavaScript DOM

- Node server

- MongoDB CRUD

QUICK REVISION

HTML = Structure

CSS = Style

JS = Logic

Node = Backend

MongoDB = Database

You might also like