You are on page 1of 2

SET-3

Sr. Page No. Date.


Title Marks Sign
no From To Start End
1. A program that
creates a simple web
1
server and serves a
static HTML page.
A program that creates
a web application that
2
allows users to register
and login.
A program that creates
a web application that
3
allows users to upload
and download files.
4. A program that
creates a web
4 application that displays
data from a database in
a tabular format
5. A program that
creates a web
application that accepts
5
user input and sends it
to a server-side script
for processing.

SET-4
1. A program that
creates a web
application that uses a
1
template engine to
generate dynamic
HTML pages.
2. A program that
creates a web
application that supports
2
AJAX requests and
updates the page
without reloading.
3. A program that
creates a web
application that uses
3 Django's built-in
debugging features to
troubleshoot errors and
exceptions.
4. A program that
creates a web
application that
4
implements user
authentication and
authorization.
5. A program that
creates a web
application that
5
integrates with third-
party APIs to provide
additional functionality.

SET-5
1. A program that
creates a simple
1 RESTful API that
returns a list of users in
JSON format.
2. A program that
creates a RESTful API
2 that allows users to
create, read, update,
and delete resources.
3. A program that
creates a RESTful API
3 that authenticates users
using a JSON Web
Token.
4. A program that
creates a RESTful API
4 that paginates the
results of a query to
improve performance.
5. A program that
creates a RESTful API
5 that supports data
validation and error
handling

You might also like