Fullstack Development Solved Model Question Paper – 1 with Answers

21CS62 – Fullstack Development Solved Model Question Paper – 1 with Answers

Module 1

1.A] Define Web Framework? Explain with example of design of a Web application written using the Common Gateway Interface (CGI) standard with its disadvantage.

1.B] Explain how Django Processes a Request.

OR

2.A] Explain Wildcard URL patterns and Django’s Pretty Error Pages.

2.B] Write a Django app that displays date and time four hours ahead and four hours before as an offset of current date and time in server.

Module 2

3.A] Explain Basic Template Tags and Filters.

3.B] Explain MTV Development Pattern.

OR

4.A] Explain Template Inheritance with example.

4.B] Explain Making Changes to a Database Schema.

Module 3

5.A] Explain Customizing the Admin Interface.

5.B] Explain Creating a Feedback Form and Processing the Submission.

OR

6.A] Develop a Model form for student that contains his topic chosen for project, languages used and duration with a model called project.

6.B] List and Explain URLconf Tricks.

Module 4

7.A] Define Generic Views and explain its types.

7.B] Explain Extending Generic Views

OR

8.A] For student’s enrolment, create a generic class view which displays list of students and detail view that displays student details for any selected student in the list.

8.B] Write a note on followings:
i) Cookies
ii) Users and Authentications.

Module 5

9.A] List and explain the technologies Ajax is overlaid on.

9.B] Explain XHTML Http Request and Response.

OR

10.A] List and explain the jQuery Ajax facilities.

10.B] Write a program to develop a search application in Django using AJAX that displays courses enrolled by a student being searched.

Leave a Reply

Your email address will not be published. Required fields are marked *