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

Advance Web Development IMP Bank by MCA Scholar's Group, Pattern 2024 (2nd Sem Elective)

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)
23 views2 pages

Advance Web Development IMP Bank by MCA Scholar's Group, Pattern 2024 (2nd Sem Elective)

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
You are on page 1/ 2

Advance Web Development IMP Bank By MCA Scholar’s

Group
2nd Sem ,Credit Pattern 2024 (@Rushipatil71)

1. What is the difference between client-side and server-side scripting?

Give examples of technologies used in both.

2. Explain the working of the HTTP request-response cycle.

Include the roles of methods like GET, POST, PUT, DELETE.

3. Write a program to create a simple web server in Node.js using the http module.
4. What is Express.js?

Write a basic Express app to handle routing for home and contact pages.

5. Explain file handling in Node.js.

Write code to read, write, and delete files asynchronously.

6. What are events in Node.js?

Explain with an example using the EventEmitter class.

7. What is TypeScript?

Mention its benefits over JavaScript and write a class using access modifiers.

8. Explain interfaces in TypeScript with syntax and practical use case.


9. What are Generics in TypeScript?

Write a generic function that works for both strings and numbers.

10. What is Angular?

Explain how it supports the creation of Single Page Applications (SPA).

11. Differentiate between Template-Driven and Reactive Forms in Angular.

Mention validation methods in both approaches.

12. What is dependency injection in Angular?

How is it used to inject services into components?

13. What is interpolation in Angular?


Write an example that demonstrates data binding using interpolation and pipes.

14. What is the difference between Promises and Async/Await in JavaScript?

Write a small code snippet for both.

15. Explain the concept of Event Loop in JavaScript.

How does it handle asynchronous code?

16. What is Next.js?

Explain 11 steps to build a project in Next.js.

17. Differentiate between static and dynamic pages in Next.js.


Show example code for both.

18. How can navigation be handled between pages in Next.js?

Write a sample page using the Link component for routing.

You might also like