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

FSD 21CS62 Cie-3

fsd qp

Uploaded by

Sunita Jeevangi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

FSD 21CS62 Cie-3

fsd qp

Uploaded by

Sunita Jeevangi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Affiliated to VTU

DAYANANDA SAGAR ACADEMY OF Approved by AICTE


Accredited by NAAC with A+ Grade
TECHNOLOGY & MANAGEMENT 6 Programs Accredited by NBA
(Autonomous Institute Under VTU) (CSE, ISE,ECE,EEE,MECH,CIVIL)

Third Internal Assessment Test (IAT-3)


Subject: Full Stack Development with Django Subject Code: 21CS62
Semester: 06 Max. Marks: 50
Batch: 2023-24 Duration: 90min
Date of IAT: 29/7/2024 Teaching Department: ISE
RBT Levels: L1-Remember, L2-Understand, L3-Apply, L4-Analyze, L5-Evaluate, L6-Create

Instruction: Answer the following questions

Q. Mark RBT
Questions COs
No. s L
Extract the principal advantages of Generic views in Django. CO
1 10 L2
Give an example of function based generic view. 1
OR
Illustrate the different ways of extending Generic views in CO
2 10 L2
Django. 1

Create a generic class view which displays list of students and


CO
3 detail view that displays student details for any selected 10 L4
4
student in the list.
OR
Illustrate a Python function that generates a CSV for student CO
4 10 L4
data containing their USN, name, college, and branch details. 4

Articulate the high-level syndication feed-generating CO


5 10 L2
framework that creates RSS and Atom feeds in Django. 2
OR
6 Summarize the various methods and attributes of Sitemap 10 CO L2
class. 2

Contrast XHTML Http Request and Response with the sample CO


7 10 L4
code snippet. 3
OR
Justify the setting of JavaScript in Django with sample code CO
8 10 L5
snippets. 3

Develop a registration page for student enrolment without CO


9 10 L4
page refresh using AJAX. 4
OR
Develop a search application in Django using AJAX that CO
10 10 L4
displays courses enrolled by a student being searched. 4

Course Outcomes
The students will be able to
Understand the operation of full-stack web development using the Model-View-
CO1
Template (MVT) architecture with Django.
Apply Django framework libraries to design and build models, forms and webpages and
CO2
render non-HTML contents such as CSV and PDF files.
Analyze the significance of Template Inheritance and Generic Views in crafting full-
CO3
stack web applications.
Implement jQuery-based AJAX integration into Django applications to construct
CO4
responsive full-stack web applications.
CO5 Create the optimal solution for the given scenario using Django framework.

RBT Level: Questions are based on

R: Remember U: Understand A: Apply An: Analyze E: Evaluate C:Create


(Level-1) (Level-2) (Level-3) (Level-4) (Level-5) (Level-6)

**************************

You might also like