0% found this document useful (0 votes)
32 views5 pages

LecturePlan BI519 22CSP-351

The document outlines a lecture plan for the Advanced Programming Lab course at the University Institute of Engineering, detailing course objectives, outcomes, and assessment methods. It emphasizes practical knowledge and skills in programming, data structures, and algorithms, with a focus on experiential learning. The plan includes specific experiments, textbooks, and a structured assessment model to evaluate student performance.

Uploaded by

Pratham Kapoor
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)
32 views5 pages

LecturePlan BI519 22CSP-351

The document outlines a lecture plan for the Advanced Programming Lab course at the University Institute of Engineering, detailing course objectives, outcomes, and assessment methods. It emphasizes practical knowledge and skills in programming, data structures, and algorithms, with a focus on experiential learning. The plan includes specific experiments, textbooks, and a structured assessment model to evaluate student performance.

Uploaded by

Pratham Kapoor
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/ 5

Printed on 4/27/2025 12:24:42 AM

LECTURE PLAN

Institute/Department UNIVERSITY INSTITUTE Program Bachelor of Engineering + Master


OF ENGINEERING (UIE) of Engineering (Computer
Science and Engineering)
(Integrated)(BI519)
Master Subject Coordinator Sher Amir Singh Dullat Master Subject Coordinator E- E18364
Name: Code:
Course Name Advanced Programming Lab Course Code 22CSP-351
-2

Lecture Tutorial Practical Self Study Credit Subject Type


0 0 4 0 2.00 P

Course Type Course Category Mode of Assessment Mode of Delivery

N.A Graded (GR) Practical Examination (PRAC) Practical (PRAC)

Mission of the M1: To provide practical knowledge using state-of-the-art technological support for the experiential learning of our students.
Department M2: To provide industry recommended curriculum and transparent assessment for quality learning experiences.
M3: To create global linkages for interdisciplinary collaborative learning and research.
M4: To nurture advanced learning platform for research and innovation for students ‘profound future growth.
M5: To inculcate leadership qualities and strong ethical values through value-based education.

Vision of the To be recognized as a leading Computer Science and Engineering department through effective teaching practices and
Department excellence in research and innovation for creating competent professionals with ethics, values and entrepreneurial attitude to
deliver service to society and to meet the current industry standards at the global level.

Program Educational Objectives(PEOs)


PEO1 Engage in successful careers in industry, academia, and public service, by applying the acquired knowledge of Science,
Mathematics and Engineering, providing technical leadership for their business, profession and community.
PEO2 Establish themselves as entrepreneur, work in research and development organization and pursue higher education

PEO3 Exhibit commitment and engage in lifelong learning for enhancing their professional and personal capabilities.

Program Specific OutComes(PSOs)


PSO1 Exhibit attitude for continuous learning and deliver efficient solutions for emerging challenges in the computation domain.

PSO2 Apply standard software engineering principles to develop viable solutions for Information Technology Enabled Services (ITES).

Program OutComes(POs)
PO1 Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals and an engineering
specialization to the solution of complex engineering problems.
PO2 Problem analysis: Identify, formulate, review research literature and analyze complex engineering problems reaching
substantiated conclusions using first principles of mathematics, natural sciences and engineering sciences.
PO3 Design/development of solutions: Design solutions for complex engineering problems and design system components or
processes that meet the specified needs with appropriate consideration for the public health and safety and the cultural, societal,
and environmental considerations.
PO4 Conduct investigations of complex problems: Use research-based knowledge and research methods including design of
experiments, analysis and interpretation of data and synthesis of the information to provide valid conclusions.
PO5 Modern tool usage: Create, select, and apply appropriate techniques, resources and modern engineering and IT tools including
prediction and modeling to complex engineering activities with an understanding of the limitations.
PO6 The engineer and society: Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and
cultural issues and the consequent responsibilities relevant to the professional engineering practice.
PO7 Environment and sustainability: Understand the impact of the professional engineering solutions in societal and environmental
contexts, and demonstrate the knowledge of, and need for sustainable development.

University Information System - By - ERP Division Page 1 of 5


Printed on 4/27/2025 12:24:42 AM
LECTURE PLAN

PO8 Ethics: Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice.

PO9 Individual or teamwork: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary
settings.
PO10 Communication: Communicate effectively on complex engineering activities with the engineering community and with society at
large, such as, being able to comprehend and write effective reports and design documentation, make effective presentations, and
give and receive clear instructions.
PO11 Project management and finance: Demonstrate knowledge and understanding of the engineering and management principles and
apply these to one’s own work, as member and leader in a team, to manage projects and in multidisciplinary environments.
PO12 Life-long learning: Recognize the need for, and have the preparation and ability to engage in independent and life-long learning in
the broadest context to technological change.

Text Books
Sr No Title of the Book Author Name Volume/Edition Publish Hours Years
1 Algorithms Unlocked Thomas H. Cormen 1 MIT Press March
2013
2 Data Structures and Algorithms Narasimha Karumanchi 1 Career Monk March
Made Easy: Data Structures and 2011
Algorithmic Puzzles
3 Introduction to Algorithms Thomas H. Cormen, Charles E. 1 MIT Press and 1989
Leiserson,Ronald L.Ri McGraw-Hill
4 The Definitive Guide: Master the David FlanaganDavid Flanagan 7 O'Reilly Media 2020
World's Most-Used Programming
Language

Reference Books
Sr No Title of the Book Author Name Volume/Edition Publish Hours Years
1 Grokking Algorithms: An illustrated Aditya Y Bhargava 1 grokking 2015
guide for programmers and other
curious people

Course OutCome
SrNo OutCome
CO1 Understand the problem statement and what makes for a correct solution to the problem statement.
CO2 Apply foundational knowledge to implement algorithms for common problem patterns.
CO3 Analyze the algorithms based on their efficiency, correctness, and resource utilization.
CO4 Evaluate various problem patterns, compare different solutions and contrast their resource trade-offs.
CO5 Formulate correct and efficient algorithms for novel problem statements.

Lecture Plan Preview-Practical


Mapped with CO
Unit No ExperimentNo Experiment Name Text/ Reference Books Pedagogical Tool**
Numer(s)
1 1 Full Stack T-The Definitive Guide: Master t Instructor Lead CO1,CO2,CO5
Development (MERN): Workshop Practical
In this experiment,
students will learn to
develop a full-stack
web application using
the MERN stack

University Information System - By - ERP Division Page 2 of 5


Printed on 4/27/2025 12:24:42 AM
LECTURE PLAN

1 2 Arrays, Stacks, ,T-Algorithms Unlocked,T-Data Structures Instructor Lead CO2,CO3


Queues :-To and Algorithms,T-Introduction to Workshop
implement the concept Algorithms,R-Grokking Algorithms: An illust Practical,Professor
of Arrays, Queues and of Practice/Adjunct
Stack. Faculty/Visiting
Professors
1 3 Linked List, Operating ,T-Algorithms Unlocked,T-Data Structures Hand On Activity CO1,CO2,CO3
System based and Algorithms,T-Introduction to based,Instructor
question: This Algorithms,R-Grokking Algorithms: An illust Lead Workshop
experiment combines Practical,Professor
data structures and of Practice/Adjunct
operating system Faculty/Visiting
concepts, focusing on Professors
Linked Lists and OS-
related problems.
1 4 Divide and Conquer ,T-Algorithms Unlocked,T-Data Structures Hand On Activity CO2,CO3,CO5
and Algorithms,T-Introduction to based,Professor of
Algorithms,R-Grokking Algorithms: An illust Practice/Adjunct
Faculty/Visiting
Professors
2 5 Sorting and T-Algorithms Unlocked,T-Data Structures Hand On Activity CO2,CO3,CO4,CO
Searching: Using and Algorithms,T-Introduction to based,Instructor 5
various common Algorithms,T-The Definitive Guide: Master t Lead Workshop
sorting algorithms to Practical
solve problems.

2 6 Trees: Traversals and T-Algorithms Unlocked,T-Data Structures Hand On Activity CO2,CO3,CO4


practical and Algorithms,T-Introduction to based,Instructor
implementations. Algorithms,T-The Definitive Guide: Master t Lead Workshop
Practical
2 7 Dynamic T-Algorithms Unlocked,T-Data Structures Hand On Activity CO2,CO3,CO4,CO
Programming: To use and Algorithms,T-Introduction to based,Instructor 5
the concept of DP to Algorithms,T-The Definitive Guide: Master t Lead Workshop
solve problems Practical

3 8 Greedy: To T-Algorithms Unlocked,T-Data Structures Hand On Activity CO3,CO4,CO5


demonstrate the and Algorithms,T-Introduction to based,Instructor
concept of Greedy Algorithms,T-The Definitive Guide: Master t Lead Workshop
approach Practical

3 9 Graphs: To cover T-Algorithms Unlocked,T-Data Structures Hand On Activity CO3,CO4,CO5


important graph and Algorithms,T-Introduction to based,Instructor
algorithms and Algorithms,T-The Definitive Guide: Master t Lead Workshop
problems Practical

3 10 Important T-Algorithms Unlocked,T-Data Structures Hand On Activity CO3,CO4,CO5


Miscellaneous and Algorithms,T-Introduction to based,Instructor
Algorithms,T-The Definitive Guide: Master t Lead Workshop
Practical

Assessment Model
Sr No Assessment Name Exam Name Max Marks
1 20PRAC01 External Viva / Voce 40
2 20PRAC01 Experiment-1 30
3 20PRAC01 Experiment-2 30
4 20PRAC01 Experiment-3 30
5 20PRAC01 Experiment-4 30
6 20PRAC01 Experiment-5 30
7 20PRAC01 Experiment-6 30

University Information System - By - ERP Division Page 3 of 5


Printed on 4/27/2025 12:24:42 AM
LECTURE PLAN

8 20PRAC01 Experiment-7 30
9 20PRAC01 Experiment-8 30
10 20PRAC01 Experiment-9 30
11 20PRAC01 Experiment-10 30
12 20PRAC01 Mid-Term Test 15

CO vs PO/PSO PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12 PSO1 PSO2

CO1 3 3 3 3 3 NA NA NA 2 1 NA 2 2 NA

CO2 3 3 2 2 3 NA NA NA 2 NA NA NA 2 3

CO3 3 3 1 3 2 NA NA NA 2 NA NA NA 2 NA

CO4 NA 3 NA 2 3 NA NA 2 NA 2 2 NA 1 NA

CO5 NA 2 3 2 3 NA NA 2 3 3 2 1 NA 2

Target 3 2.8 2.25 2.4 2.8 NA NA 2 2.25 2 2 1.5 1.75 2.5

University Information System - By - ERP Division Page 4 of 5


Printed on 4/27/2025 12:24:42 AM
LECTURE PLAN

University Information System - By - ERP Division Page 5 of 5

You might also like