SlideShare a Scribd company logo
1 of 30
Presentation
On
Course Information
By: Mr. U. G. Phule
07-Mar-2024
Course Name & Code: Programming for Problem Solving(FYC-124)
Computer Science & Engineering Programme
Institute Vision and Mission Statement:
Institute Vision
We are committed to transform SKNSCOE, as a leading technological institute in India which offers a
dynamic learning environment with value based education through self-learning and innovative thinking
in students
Institute Mission
SKN Sinhgad College of Engineering offers a unique culture to enhance self-esteem, team spirit, and life
skills of students to match the need of fast changing world. The institute focuses on self-learning
abilities & project based learning through well-defined curricular and co-curricular activities
07-Mar-2024
Department Vision and Mission Statement:
Department Vision
“To establish ourselves as one of the leading department providing vibrancy in engineering and
technology to serve fast changing needs of industry and society.”
Department Mission
 M1: To provide a learning ambience to enhance quality of education, problem solving skills,
leadership qualities and team-spirit.
 M2: To inculcate exposure of modern tools and technologies to serve the needs of fast changing
world.
 M3: To provide exposure for experiential learning and innovations to enhance entrepreneur skills.
 M4: To promote project based learning through curricular and co-curricular activities.
07-Mar-2024
PEOs, PSOs, POs
A. PROGRAM EDUCATIONAL OBJECTIVES
1. PEO1: To make students competent for professional career in Computers, IT & allied fields.
2. PEO2: To build strong fundamental knowledge amongst student to pursue higher education, research
and continue professional development in Computers, IT & other fields.
3. PEO3: To imbibe professional ethics, develop team spirit and effective communication skills to be
successful leaders and managers with a holistic approach.
4. PEO4: To nurture students to be sensitive to ethical, societal & environmental issues while
conducting their professional work.
5. PEO5: To encourage graduates who can identify and solve current problems in the industry and
society.
07-Mar-2024
B. PROGRAM SPECIFIC OUTCOMES
1. Graduate has an ability to use technical skills necessary for design, maintenance, development and
implementation of database systems and networking applications.
2. Graduate has an ability to provide IT solutions, develop mobile applications in multidisciplinary
areas using standard tools and techniques.
3. Graduate has an ability to utilize and apply software engineering tools for design and realization of
projects in various domains of Computer Science and Engineering
07-Mar-2024
C. PROGRAM OUTCOMES
POs are statements that describe what students are expected to know and be able to do upon
graduating from the program. These relate to the skills, knowledge, analytical ability attitude and
behavior that students acquire through the program.
Engineering Graduates will be able to:
1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals,
and an engineering specialization to the solution of complex engineering problems.
2. 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.
3. 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.
4. 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.
07-Mar-2024
Continued….
5 . 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.
6. 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.
7. Environment and sustainability: understand the impact of the professional engineering solutions
in societal and environmental contexts, demonstrate the knowledge of, and need for sustainable
development.
8. Ethics: Apply ethical principles and commit to professional ethics, responsibilities, and norms of
the engineering practice.
07-Mar-2024
Continued….
9. Individual and teamwork: Function effectively as an individual, and as a member or leader in
diverse teams, and in multidisciplinary settings
10. 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.
11. Project management and finance: Demonstrate knowledge and understanding of the engineering
and management principles and apply these to one’s own work, as a member and leader in a team,
to manage projects and in multidisciplinary environments.
12. 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 of technological change.
07-Mar-2024
Course Outcomes and Syllabus
Course Outcomes:
CO No. At the end of this course, students will able to:
Blooms
Level
C124.1 Design the flowcharts and algorithms for the given problem. L3
C124.2
Translate the algorithms into C programs and test & execute
the programs.
L3
C124.3
Implement C programs by appropriately selecting control and loop
structures.
L3
C124.4 Implement C programs using functions and pointers. L3
C124.5 Implement C programs using arrays, structure and unions and files. L3
C124.6 Develop small applications using C Programming concepts. L6
07-Mar-2024
Syllabus
UNIT-1 Fundamentals of Computers & Structure of a ‘C’ Program: (03)
Techniques for Data Analysis for Programming Skills: algorithm, flow chart, examples. Algorithms specifications, formulation of
simple algorithms and logical problems. Structure of C program, building blocks of C, program IDE, C character set, tokens,
constants, variables, keywords, primitive data types, ‘C’ operators. Typecasting and type conversion, formatting input and output
UNIT-2 Control Structures (03)
Control Statement: if, if-else, nested if –else, else if ladder Loops: while, do-while, for, nesting of loops, break, continue, goto
statement, switch-case statement.
UNIT-3 Arrays and Strings (03)
Declaration and initialization of one dimensional array, accessing elements, Array handling. String handling functions. Declaration
and initialization of two dimensional arrays, accessing elements, Array handling, Matrix operations. Declaration and initialization of
strings, display of strings with different formats, string library function
UNIT - 4 Structures and Unions (03)
Definition of structure and union, declaration, accessing elements and displaying elements, difference between structure and union.
UNIT- 5 Functions (04)
Declaration & definition, passing parameters to functions, pass by value, scope of variable, return statement. function using call by
value and call by reference Recursion: Processes and Recursion
UNIT- 6 Pointers (02)
Introduction, Declaration of pointer, initialization, accessing pointer, pointer to basic data types
07-Mar-2024
Expected Mapping with Programme Outcomes
(1- Weak Correlation; 2- Medium correlation; 3- Strong Correlation)
Course Outcome
(COs)
Program Outcomes (POs)
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
C124.1 3 2 2 - - - - - - - - 1
C124.2 3 2 1 - - - - - - - - 1
C124.3 3 2 1 - - - - - - - - 1
C124.4 3 2 1 - - - - - - - - 1
C124.5 3 2 1 - - - - - - - - 1
C124.6 3 2 1 - - - - - - - - 1
Mapping of Course Outcomes with Program Outcomes and Program
Specific Outcomes
Expected Mapping with Programme Specific Outcomes
(1- Weak Correlation; 2- Medium correlation; 3- Strong Correlation)
Course
Outcome (COs)
Program Specific Outcomes (PSOs)
PSO1 PSO2 PSO3
C124.1 2 3 -
C124.2 2 3 -
C124.3 2 3 -
C124.4 2 3 -
C124.5 2 3 -
C124.6 2 3 -
07-Mar-2024
Curriculum Gap
07-Mar-2024
To find curriculum gap of this course, i referred syllabus of state universities, reputed
autonomous institutes. By this it is observed that, there is missing of “Array of Pointer
& file handling” concepts in our syllabus. As, it is important basic concept of
programming language, it is planed that to cover this concepts as content beyond
syllabus. So that it will be helpful for student to learn programming languages.
Prerequisite Activity
Content:
It's beneficial to have knowledge before going into the world of C programming. Despite the fact that C is famous for
its simplicity, it helps to be aware of the following:
1. Basic computer literacy: student should be familiar with how to use a computer, create and manage files, and use a
web browser.
2. Basic problem-solving skills: Programming involves breaking down complex problems into smaller, more
manageable ones.
3. Logical thinking: Programming requires you to be able to think logically and follow instructions carefully.
To test the above skills of the students One Test has been conducted on Moodle.
Outcome:
It is useful to find slow learners and Advance Learner.
07-Mar-2024
Result:.
GHUGE AKSHAY SHAHAJI 23FY B02
GODASE KULDIP MAHESH 23FY B03
GODASE MAYURI AMAR 23FY B04
HAJARE YUVRAJ SIDDHANATH 23FY B07
HIPPARKAR CHETAN TATYASAHEB 23FY B11
JADHAV ARCHANA NANASO 23FY B15
JADHAV KIRAN SANJAY 23FY B17
JADHAV KOMAL SIDDHESHWAR 23FY B18
JADHAV PRIYANKA RUSHIKESH 23FY B20
JAGATAP ANIKET DATTATRAY 23FY B26
JEDHE SNEHA SARJERAO 23FY B28
KARANDE GURU SOMNATH 23FY B41
KARCHE AMRUTA NITIN 23FY B44
KHAPALE DIVYA DASHRATH 23FY B55
KODLINGE PRATIMA VISHNU 23FY B59
KOKATE DAKSHATA BHARAT 23FY B60
KULKARNI ANAGHA NARHAR 23FY B63
KULKARNI MAYURI MANOJ 23FY B64
KULKARNI PRATIK PRASHANT 23FY B65
KULKARNI SARVESH PANDURANG 23FY B66
KAMBALE SWATI SANTOSH 23FY B36
KOLEKAR SAHIL DATTATRAY 23FY B61
KHILARE SHWETA SARJERAV 23FY B57
KAMBLE RASIKA RAJU 23FY B37
List of Slow Learner
List of Advance Learner
07-Mar-2024
Action Taken:
Extra session has been arranged for understanding the programming concepts. Motivated to the students about
Pair programming, it can also work wonders. Given awareness to the slow learners about, programming syntax ,
Programming structure of C, visualization of the code, pick up bugs easily and write the code by own.
07-Mar-2024
Pedagogical Initiative:.
07-Mar-2024
01. Interactive Classroom
02. Moodle Quizes
Innovative Teaching Learning Process:.
01. Cross word Puzzle
02. Animations
07-Mar-2024
Quality of Question paper
0
10
20
30
40
50
60
Marks
Blooms Level
Quality of Question Paper
UT-1
UT-2
Prelim
Moodle Test 1
Moodle Test 2
0
2
4
6
8
10
12
Marks
Blooms Level
Quality of ICA
ICA-1
ICA-2
ICA-3
ICA-4
ICA-5
ICA-6
ICA-7
ICA-8
ICA-9
ICA-10
ICA-11
ICA-12
07-Mar-2024
ICA list provided by university with CO-PO mapping
Sr. No. Title of Experiments Course Outcome Blooms Level Mapping with PO
1. Introduction of Algorithm, Flowchart and data types CO1 BL2 PO1,PO2, PO12
2.
Fundamentals of C programming input & output
function in C
CO2 BL2 PO1
3. To study of Operators in C & Type casting CO2 BL2 PO1
4. Implementation of the control statements CO2 BL3 PO1, PO2
5. Implementation of the switch case control statements CO2 BL3 PO1, PO2
6. Implementation of the Loop statements CO2 BL3 PO1,PO2, PO3
7. Implementation of 1-D Array CO3 BL3 PO1,PO2, PO3
8. Implementation of 2-D Array CO3 BL3 PO1,PO2, PO3
9. Implementation of string & string handling function CO3 BL3 PO1,PO2, PO3
10. Implementation of Function & Call by value CO4 BL3 PO1,PO2, PO3
11. Implementation of Structure & Union CO5 BL3 PO1,PO2, PO3
12. Implementation of pointer concepts. CO4 BL3 PO1,PO2, PO3
07-Mar-2024
CONTENT BEYOND SYLLABUS:
Sr. No. Content
Relevance to POs and
PSOs
1
Experiment on Array of Pointer, Array of
Structure & File Handling Concepts.
(Content Beyond the Syllabus)
PO1, PO2, PO3,
PO-12
Content Beyond Syllabus
07-Mar-2024
Rubrics used for assessment of ICA
07-Mar-2024
Understanding &
Presentation
(5 M)
Continuous
Assessment
(5 M)
Total marks out of
10 Marks
Assessment Pattern & Assessment Tools
07-Mar-2024
Mode of Assessment Assesment Component Assessment tool Evaluation of CO Mapping With PO &PSO
Frequency of
Assessment
Marks /
Weightage
Direct Assesment
ISE
UT-1 CO1 PO1,PO2,PO3,PO4,PO5,PO12,PSO2 Once in Semester 30
UT-2 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 25
Prelim CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 50
Moodle Test 1 CO1 PO1,PO2,PO3,PO4,PO5,PO12,PSO2 Once in Semester 25
Moodle Test 2 CO3,CO5 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 25
ICA
Experiment / Tutorial -1 CO1 PO1,PO2,PO3,PO4,PO5,PO12,PSO2 Once in Semester 10
Experiment / Tutorial -2 CO2 PO1,PO3,PO12,PSO2 Once in Semester 10
Experiment / Tutorial -3 CO2 PO1,PO3,PO12,PSO2 Once in Semester 10
Experiment / Tutorial -4 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -5 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -6 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -7 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -8 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -9 CO4 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -10 CO4 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -11 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -12 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10
Experiment / Tutorial -13 CO4 PO1,PO2,PO3,PO4,PO5,PO12 Once in Semester 10
Experiment / Tutorial -14 CO4 PO1,PO2,PO3,PO4,PO5,PO12 Once in Semester 10
(End Semester Exam) University Exam(POE) CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 50
Indirect Assesment Survey
Course Exit Survey CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester
Alumni Survey
Graduate Exit Survey CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester
07-Mar-2024
07-Mar-2024
Direct CO Attainment
Savitribai Phule Shikshan Prasarak Mandal's
SKN Sinhgad College of Engineering
DEPARTMENT OF FIRST YEAR ENGINEERING
Course Name
:Computer Science & Engg
Course
Code:
:FYC12
4
Class :F.Y.B.Tech A SEMEST
ER
II
Academic Year :2022-23 Subject
Teacher
PPS
Roll No.
Name of Student
UT-I UT-II PRELIM Moodle Test 1 Moodle Test 2 Experiments
End Sem
Exam
CO-1
TOTA
L
CO-3 TOTAL
CO-1-
CO6
TOTAL CO-1 TOTAL CO-3 CO-5
TOTA
L
CO1 CO2 CO2 CO3 CO3 CO3 CO5 CO5 CO4 CO4 CO5 CO5 CO4 CO4
CO-1 to
CO-6
Maximum Marks with Option 30 30 25 25 50 50 25 25 11 14 25 Exp.-1
Exp.-
2
Exp.-
3
Exp.-
4
Exp.-
5
Exp.-
6
Exp.-
7
Exp.-
8
Exp.-
9
Exp.-
10
Exp.-
11
Exp.-
12
Exp.-
13
Exp.-14 50
Converted Maximum Marks 30 30 25 25 50 50 25 25 11 14 25 10 10 10 10 10 10 10 10 10 10 10 10 10 10 50
FYA01 ABHANGRAO YASH SARANG 14 14 7 7 0 0 11 11 5 2 7 10 9 9 9 10 9 9 9 10 9 10 9 9 9 42
FYA02 ADAT OM RAVINDRA 19 19 8 8 10 10 12 12 3 4 7 10 9 9 10 9 9 10 9 10 9 9 9 9 9 44
FYA03 ADHATRAO SARVESH VIKAS 24 24 15 15 16 16 20 20 5 6 11 10 9 9 10 9 9 10 9 9 10 9 9 9 9 46
FYA04 ANTROLIKAR RIYA MANDAR 29 29 25 25 28 28 22 22 5 6 11 10 10 10 10 10 10 10 10 10 10 10 10 10 10 47
FYA05
ARADHYE PRATHAMESH
DHANANJAY
29 29 13 13 24 24 22 22 5 6 11 10 10 9 9 9 10 9 9 10 9 9 9 9 9 43
FYA06 ARJUN SUJAL KASHILING 13 13 6 6 8 8 19 19 4 4 8 10 10 9 9 9 10 9 9 9 10 9 9 9 9 49
FYA07 ARKILE ANUSHKA ASHOK 23 23 6 6 8 8 22 22 3 4 7 10 10 9 9 9 9 10 9 9 10 9 9 9 9 48
FYA08 ASABE SHRIHARI DILIP 24 24 21 21 28 28 17 17 5 6 11 10 10 9 9 10 9 10 9 10 10 9 10 9 9 47
FYA09 ATRE SHRIYASH RAJENDRA 28 28 13 13 34 34 18 18 3 4 7 10 9 9 9 10 9 10 9 9 10 9 9 9 9 45
FYA10 AVADHUT SWARAJ SOMANATH 7 7 8 8 34 34 19 19 3 4 7 10 9 9 9 10 9 9 9 9 10 9 9 9 9 49
FYA11 AWATADE SUMIT VILAS 30 30 23 23 42 42 19 19 0 0 10 10 10 9 10 9 10 9 9 10 9 10 9 9 48
FYA12 BAAD VAIBHAV PRADIP 28 28 25 25 46 46 19 19 5 7 12 10 10 10 9 10 9 10 10 9 10 9 10 9 10 47
FYA13 BABAR AKASH RAMESH 26 26 8 8 8 8 8 8 4 5 9 10 10 9 9 10 9 9 9 9 9 9 9 9 9 46
FYA14 BABAR SHREYASH APPASO 20 20 19 19 8 8 13 13 2 3 5 10 10 9 9 10 9 9 9 9 9 9 9 9 9 49
FYA15 BADAVE AKANKSHA PRASAD 24 24 10 10 15 15 20 20 3 3 6 10 10 9 9 10 9 9 10 9 10 9 10 9 9 50
FYA16 BADAVE RUTURAJ RAJNARENDRA 28 28 22 22 36 36 21 21 4 4 8 10 10 10 10 10 10 10 10 10 10 10 10 10 10 41
FYA17 BAGAL ANKITA AVINASH 24 24 10 10 42 42 17 17 4 6 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46
FYA18 BAGAL OMKAR SAMBHAJI 29 29 25 25 0 0 21 21 4 5 9 10 9 10 9 9 10 10 9 9 10 9 10 9 9 46
FYA19 BAGAL ONKAR SAMADHAN 17 17 4 4 12 12 - - 0 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 48
FYA20 BAGAL PAYAL SHIVAJI 24 24 23 23 34 34 20 20 4 4 8 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46
07-Mar-2024
FYA23 BAGAL SHWETA SUBHASH 21 21 20 20 32 32 15 16 6 8 14 10 10 10 9 10 9 10 9 10 10 9 10 9 9 47
FYA24 BAGALE PANKAJ GANGARAM 0 0 0 0 - - 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FYA25 BAGWAN ADIBA ANIS 30 30 17 17 36 36 22 22 7 8 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46
FYA26 BAMANE ROHAN RAMLING 24 24 6 6 20 20 19 19 3 3 6 10 10 9 9 9 10 9 9 10 9 10 9 9 9 48
FYA27 BANDGAR KARAN MALHARI 19 19 6 6 30 30 17 17 2 3 5 10 10 9 9 9 10 9 9 10 9 10 9 9 9 49
FYA28 BANDGAR SAYALI BIRA 28 28 9 9 20 20 20 20 6 7 13 10 10 9 9 9 10 9 9 9 10 10 9 9 9 47
FYA29 BANKAR ABHINESH ANKUSH 28 28 8 8 14 14 20 20 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46
FYA30 BANKAR PRANAV UMAKANT 25 25 19 19 22 22 16 16 4 5 9 10 10 9 9 10 9 9 10 10 9 10 9 9 9 48
FYA31 BANSODE GANESH KRUSHNA 7 7 2 2 0 0 13 13 4 6 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 47
FYA32 BANSODE RANJIT DILIP 28 28 12 12 20 20 21 21 6 8 14 10 9 9 9 10 9 9 9 10 9 10 9 9 9 48
FYA33 BANSODE RUTVIK SHIVAJI 29 29 14 14 32 32 19 19 4 4 8 10 9 9 9 10 9 9 9 10 9 9 9 9 9 47
FYA34 BANSODE SAKSHI ABASO 27 27 19 19 36 36 17 17 7 9 16 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46
FYA35 BEDRE PRANJALI DEEPAK 28 28 19 19 46 46 19 19 7 8 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 45
FYA36 BHAGANAGARE SAKSHI MAHADEV 28 28 14 14 20 20 18 18 5 6 11 10 10 9 10 9 10 10 9 10 10 9 9 9 9 48
FYA37 BHAGAT PRAGATI VISHNU 30 30 20 20 40 40 23 23 9 11 20 10 10 10 10 10 10 10 10 10 10 10 10 10 10 49
FYA38 BHANDARKAVATHEKAR VAIBHAVI VIKAS 26 26 18 18 16 16 20 20 4 5 9 10 10 9 10 9 9 10 9 10 10 9 9 9 10 50
FYA39 BHIWARE SAKSHI ABHAY 28 28 13 13 12 12 18 18 6 7 13 10 10 9 10 9 9 10 9 9 9 10 9 9 9 50
FYA40 BHOI ANAND PARSHURAM 28 28 13 13 30 30 14 14 4 4 8 10 10 9 10 10 9 10 10 9 10 9 9 9 9 49
FYA41 BHOITE DNYANESHWARI RAJESH 28 28 16 16 20 20 20 20 5 6 11 10 10 10 10 10 10 9 10 9 9 9 10 9 9 48
FYA42 BHOSALE ATUL BALASO 28 28 25 25 50 50 20 20 5 7 12 10 10 10 10 10 10 10 10 10 10 10 10 10 10 50
FYA43 BHOSALE MAHESH MAHADEV 22 22 8 8 14 14 18 18 4 4 8 10 9 10 9 10 9 10 9 10 10 9 9 9 9 50
FYA44 BHOSALE PRATIK MAHAVIR 21 21 21 21 14 14 1 1 2 2 4 10 10 10 9 9 9 9 9 10 9 9 9 9 9 47
FYA45 BHOSALE UDAYRAJ MAHAJAN 28 28 16 16 14 14 17 17 4 4 8 10 9 10 9 10 9 10 9 10 9 9 9 9 9 46
FYA46 BHUSE ONKAR ARVIND 17 17 21 21 24 24 13 13 5 7 12 10 10 10 9 10 9 9 10 10 9 10 9 9 9 48
FYA47 BIDAVE OMRAJE SOMNATH 0 0 0 0 0 0 - - 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FYA48 BIDKAR VARADA RAMKRISHNA 29 29 20 20 36 36 21 21 8 11 19 10 10 10 10 10 10 10 10 10 10 10 10 10 10 50
FYA49 BILE SHRUTI VILAS 29 29 10 10 20 20 21 21 7 10 17 10 10 9 9 10 9 10 10 9 10 9 10 9 9 49
FYA50 BUCHAKE SHRAVANI MANDAR 22 22 13 13 24 24 20 20 4 4 8 10 10 9 9 10 9 10 10 9 10 9 10 9 9 48
FYA51 CHANDANSHIVE BHAUSAHEB SHANKAR 0 0 0 0 0 0 - - 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FYA52 CHAUGULE AKASH ARVIND 26 26 8 8 24 24 17 17 4 5 9 10 10 9 9 10 9 10 10 9 9 9 10 9 9 50
FYA53 CHAVAN AASHIRVAD BANDU 19 19 10 10 10 10 20 20 2 3 5 10 10 9 9 9 10 9 9 9 10 9 10 9 9 48
FYA54 CHAVAN AKASH AVINASH 26 26 8 8 0 0 17 17 4 4 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 45
FYA55 CHAVAN ANIKET VILAS 20 20 8 8 8 8 13 13 3 4 7 10 10 9 10 9 9 10 9 10 9 9 9 10 9 47
FYA56 CHAVAN ANIL DATTATRAY 29 29 11 11 22 22 20 20 7 10 17 10 10 9 9 9 10 9 9 10 9 10 9 9 9 48
FYA57 CHAVAN ASHLESHA SHIVAJI 29 29 15 15 18 18 17 17 4 4 8 10 10 9 9 10 9 9 10 9 10 9 10 9 10 49
FYA58 CHAVAN GANESH DHANAJI 23 23 9 9 14 14 12 12 5 7 12 10 10 9 10 10 9 9 9 10 9 10 9 10 9 48
FYA59 CHAVAN ONKAR ARJUN 24 24 8 8 24 24 18 18 5 6 11 10 10 10 9 10 9 9 9 10 10 10 9 10 9 47
FYA60 CHAVAN PIYUSH SANTOSH 29 29 17 17 22 22 18 18 4 4 8 10 10 9 9 9 9 9 10 9 9 10 9 9 10 47
FYA61 CHAVAN PRATHMESH PARMESHWAR 28 28 15 15 22 22 7 7 4 6 10 10 10 9 10 9 10 9 10 9 9 10 9 9 9 49
FYA62 CHAVAN ROHAN RANJIT 9 9 0 0 0 0 7 7 0 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 45
FYA63 CHAVAN SHRAVANI PRAKASH 27 27 10 10 12 12 18 18 3 4 7 10 10 9 9 9 10 9 9 10 9 10 9 9 9 50
FYA64 CHOPADE PURVA RAMESH 0 0 6 6 20 20 - - 4 5 9 10 10 9 9 9 9 9 9 9 9 9 9 9 9 48
FYA65 CHOUGULE RUTUJA MAHADEV 19 19 5 5 20 20 21 21 3 3 6 10 10 9 10 10 9 9 10 9 10 9 10 9 9 46
FYA66 DABADE NAMRATA SANJAY 14 14 10 10 26 26 6 6 1 2 3 10 10 9 10 9 10 9 9 10 9 10 10 9 9 50
FYA67 DAMODARE SHREYAS SITARAM 24 24 11 11 26 26 19 19 7 10 17 10 10 10 10 9 10 10 9 10 10 10 9 9 9 50
FYA68 DANDAGE VIJAY RAGHUNATH 6 6 7 7 22 22 16 16 4 5 9 10 10 9 10 10 9 10 9 10 10 9 10 9 9 46
FYA69 DANGE ATHAR PARVEZ JAMEEL 20 20 7 7 18 18 10 10 4 4 8 10 10 10 9 10 10 9 9 10 10 9 10 9 9 50
Number of Students Attempted 69 69 68 68 69 69 63 63 69 69 61 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69
Competence Thrushold 15 15 12.5 12.5 25 25 12.5 12.5 5.5 7 12.5 7 7 7 7 7 7 7 7 7 7 7 7 7 7 25
Number of Studentsscored above threshold 50% 56 56 32 32 21 21 54 54 12 16 12 63 63 63 63 63 63 63 63 63 63 63 63 63 63 65
TOTAL PERCENTAGE ATTAINMENT 81 81 47 47 30 30 86 86 17 23 20 91 91 91 91 91 91 91 91 91 91 91 91 91 91 94
CO WISE ATTAINMENT 3 3 0 0 0 0 3 3 0 0 0 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
07-Mar-2024
Indirect CO Attainment
Savitribai Phule Shikshan Prasarak Mandal's
SKN Sinhgad College of Engineering
DEPARTMENT OF FIRST YEAR ENGINEERING
Course
Name
:Programming for Problem Solving
Course Code:
:FYC-124
Class :FYBTech SEMESTER :II
Acade
mic
Year
:2022-23 Subject Teacher :Prof.U. G. Phule
Course Exit Survey : Programming for Problem Solving
Class: FY-A
Label Question Responses Attainment
CO1
Are you able to: Design the flowcharts and algorithms for the given
problem .
Strongly
Agree (5)
Agree (4) Neutral (3) Disagree (2) Strongly
Disagree (1)
Average
29 21 9 1 1 4.245901639 3
CO2
Are you able to: Translate the algorithms into C programs and test &
execute the programs.
Strongly
Agree (5)
Agree (4) Neutral (3) Disagree (2) Strongly
Disagree (1)
Average
23 21 14 2 1 4.032786885 3
CO3
Are you able to: Implement C programs by appropriately selecting
control and loop structures.
Strongly
Agree (5)
Agree (4) Neutral (3) Disagree (2) Strongly
Disagree (1)
Average
23 26 9 2 1 4.114754098 3
CO4 Are you able to: Implement C programs using functions and pointers.
Strongly
Agree (5)
Agree (4) Neutral (3) Disagree (2) Strongly
Disagree (1)
Average
20 23 15 2 1 3.967213115 3
CO5
Are you able to: Implement C programs using arrays, structure and
unions and files.
Strongly
Agree (5)
Agree (4) Neutral (3) Disagree (2) Strongly
Disagree (1)
Average
22 26 10 2 1 4.081967213 3
CO6
Are you able to: Develop small applications using C Programming
concepts.
Strongly
Agree (5)
Agree (4) Neutral (3) Disagree (2) Strongly
Disagree (1)
Average
22 26 10 2 1 4.081967213 3
07-Mar-2024
Final CO Attainment
Savitribai Phule Shikshan Prasarak Mandal's
SKN Sinhgad College of Engineering
DEPARTMENT OF FIRST YEAR ENGINEERING
Course Name: :PPS Course Code:FYC124
Class: :F.Y.B.Tech A SEMESTER: II
Academic Year: :2022-23 Subject Teacher:Prof. U. G. Phule
COURSE
ATTAINEM
ENT
FINAL DIRECT CO-CALCULATION
INDIRECT CO
CALCULATION
CONTINEOUS INTERNAL EVALUATION
END
SEMESTER
EVALUATIO
N
CO
UT-
I UT-II
PRILI
M
Moodle
Test 1
Moodle
Test 2
Exp-
1
Exp-
2
Exp-
3
Exp-
4
Exp-
5
Exp-
6
Exp-
7
Exp-
8
Exp-
9
Exp-
10
Exp-
11
Exp-
12
Exp-
13
Exp-
14 CIE ESE
ESE
AVG
COURSE EXIT
SURVEY
Averag
e
Weighte
d
CO1 3 0 3 3 2.3 3.0 3.0 3 2.8 2.82
CO2 0 3 3 2.0 3.0 3.0 3 2.7 2.76
CO3 0 0 0 3 3 3 1.5 3.0 3.0 3 2.5 2.64
CO4 0 3 3 3 3 2.4 3.0 3.0 3 2.8 2.856
CO5 0 0 3 3 3 3 2.0 3.0 3.0 3 2.7 2.76
CO6 0 0.0 3.0 3.0 3 2.0 2.28
ATTAINMENT 1.7 3.0
Final
Indirect CO
Attainment
3.000
WEIGHTAGE 30% 70%
DIRECT TOTAL ATTAINMENT 0.51 2.10
FINAL DIRECT COURSE ATTAINMENT 2.61
WEIGHTAGE 80% 20%
TOTAL ATTAINEMENT 2.09 0.600
COURSE ATTAINEMENT 2.69
07-Mar-2024
CO-PO-PSO Mapping
PROGRAM OUTCOMES PO1 PO2 PO3 PO12 PSO1 PSO2
COURSE OUTCOMES TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG
CO1 5 4 80 3 14 9 64.286 2 14 9 64.286 2 6 2 33.333 1 2 1 50 2 2 2 100 3
CO2 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3
CO3 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3
CO4 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3
CO5 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3
CO6 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3
C124 3 2 1.17 1 2 3
07-Mar-2024
PO-PSO Attainment
PROGRAMMING FOR PROBLEM SOLVING_FYC124
CO Vs PO,PSO ATTAINMENT
Course Outcomes PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO 10 PO 11 PO 12 PSO1 PSO2
CO1 3 2 2 - - - - - - - - 1 2 3
CO2 3 2 1 - - - - - - - - 1 2 3
CO3 3 2 1 - - - - - - - - 1 2 3
CO4 3 2 1 - - - - - - - - 1 2 3
CO5 3 2 1 - - - - - - - - 1 2 3
CO6 3 2 1 - - - - - - - - 1 2 3
AVERAGE 3.00 2.00 1.17 - - - - - - - - 1.00 2.00 3.00
CO PO
ATTAINEMENT
2.7 1.8 1 - - - - - - - - 0.9 1.8 2.7
07-Mar-2024

More Related Content

Similar to Presentation on po pshjhhjhekhhkkhkhjpeo

COA RKGITM #sem education purpose ppt good for student
COA RKGITM #sem education purpose ppt good for studentCOA RKGITM #sem education purpose ppt good for student
COA RKGITM #sem education purpose ppt good for studentmohitmehra75
 
SDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdf
SDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdfSDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdf
SDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdfpriyanshuurkade
 
SE_Computer_Engg__2019_course_28_06_2021 (6).pdf
SE_Computer_Engg__2019_course_28_06_2021 (6).pdfSE_Computer_Engg__2019_course_28_06_2021 (6).pdf
SE_Computer_Engg__2019_course_28_06_2021 (6).pdftomlee12821
 
AI_LAB_Manual in c with all the programs
AI_LAB_Manual in c with all the programsAI_LAB_Manual in c with all the programs
AI_LAB_Manual in c with all the programsdrsucharu
 
IT6611 Mobile Application Development Lab Manual
IT6611 Mobile Application Development Lab ManualIT6611 Mobile Application Development Lab Manual
IT6611 Mobile Application Development Lab Manualpkaviya
 
OS lab manual1234512345123451234512345.pdf
OS lab manual1234512345123451234512345.pdfOS lab manual1234512345123451234512345.pdf
OS lab manual1234512345123451234512345.pdfSuperBoy40
 
Programme Specification
Programme SpecificationProgramme Specification
Programme Specificationbutest
 
PPS Manual_AY_2021-22 I & II Sem.pdf
PPS Manual_AY_2021-22 I & II Sem.pdfPPS Manual_AY_2021-22 I & II Sem.pdf
PPS Manual_AY_2021-22 I & II Sem.pdfSugnanaraoM
 
Outcome Based Education (OBE) - A practitioner's experience
Outcome Based Education (OBE) - A  practitioner's experienceOutcome Based Education (OBE) - A  practitioner's experience
Outcome Based Education (OBE) - A practitioner's experienceRavindra Dastikop
 
vtu data structures lab manual bcs304 pdf
vtu data structures lab manual bcs304 pdfvtu data structures lab manual bcs304 pdf
vtu data structures lab manual bcs304 pdfLPSChandana
 
Materials Engineering Digital Notes.pdf
Materials Engineering Digital Notes.pdfMaterials Engineering Digital Notes.pdf
Materials Engineering Digital Notes.pdfSaiM624606
 
Database management system lLABMANUALpdf
Database management system lLABMANUALpdfDatabase management system lLABMANUALpdf
Database management system lLABMANUALpdfBhagyavantRajapure
 
Introduction to Data Structure
Introduction to Data StructureIntroduction to Data Structure
Introduction to Data StructureMegha Gupta
 
bsc computer science - programme spec _2
bsc computer science - programme spec _2bsc computer science - programme spec _2
bsc computer science - programme spec _2Abdulaziz Almass
 
ELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdf
ELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdfELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdf
ELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdfGaddamMahesh7
 

Similar to Presentation on po pshjhhjhekhhkkhkhjpeo (20)

COA RKGITM #sem education purpose ppt good for student
COA RKGITM #sem education purpose ppt good for studentCOA RKGITM #sem education purpose ppt good for student
COA RKGITM #sem education purpose ppt good for student
 
Key Components of OBE.pptx
Key Components of OBE.pptxKey Components of OBE.pptx
Key Components of OBE.pptx
 
SDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdf
SDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdfSDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdf
SDL-LAB-MANUAL-CS606-common-for-all-the-faculties.pdf
 
SE_Computer_Engg__2019_course_28_06_2021 (6).pdf
SE_Computer_Engg__2019_course_28_06_2021 (6).pdfSE_Computer_Engg__2019_course_28_06_2021 (6).pdf
SE_Computer_Engg__2019_course_28_06_2021 (6).pdf
 
AI_LAB_Manual in c with all the programs
AI_LAB_Manual in c with all the programsAI_LAB_Manual in c with all the programs
AI_LAB_Manual in c with all the programs
 
IT6611 Mobile Application Development Lab Manual
IT6611 Mobile Application Development Lab ManualIT6611 Mobile Application Development Lab Manual
IT6611 Mobile Application Development Lab Manual
 
Obe nba
Obe nbaObe nba
Obe nba
 
OS lab manual1234512345123451234512345.pdf
OS lab manual1234512345123451234512345.pdfOS lab manual1234512345123451234512345.pdf
OS lab manual1234512345123451234512345.pdf
 
Nba msr
Nba msrNba msr
Nba msr
 
Programme Specification
Programme SpecificationProgramme Specification
Programme Specification
 
PPS Manual_AY_2021-22 I & II Sem.pdf
PPS Manual_AY_2021-22 I & II Sem.pdfPPS Manual_AY_2021-22 I & II Sem.pdf
PPS Manual_AY_2021-22 I & II Sem.pdf
 
Outcome Based Education (OBE) - A practitioner's experience
Outcome Based Education (OBE) - A  practitioner's experienceOutcome Based Education (OBE) - A  practitioner's experience
Outcome Based Education (OBE) - A practitioner's experience
 
vtu data structures lab manual bcs304 pdf
vtu data structures lab manual bcs304 pdfvtu data structures lab manual bcs304 pdf
vtu data structures lab manual bcs304 pdf
 
Oose lab notes
Oose lab notesOose lab notes
Oose lab notes
 
Materials Engineering Digital Notes.pdf
Materials Engineering Digital Notes.pdfMaterials Engineering Digital Notes.pdf
Materials Engineering Digital Notes.pdf
 
Database management system lLABMANUALpdf
Database management system lLABMANUALpdfDatabase management system lLABMANUALpdf
Database management system lLABMANUALpdf
 
Introduction to Data Structure
Introduction to Data StructureIntroduction to Data Structure
Introduction to Data Structure
 
bsc computer science - programme spec _2
bsc computer science - programme spec _2bsc computer science - programme spec _2
bsc computer science - programme spec _2
 
O Level
O LevelO Level
O Level
 
ELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdf
ELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdfELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdf
ELECTRICAL AND ELECTRONIC ENGINEERING SYLLABUS.pdf
 

Recently uploaded

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 

Recently uploaded (20)

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 

Presentation on po pshjhhjhekhhkkhkhjpeo

  • 1. Presentation On Course Information By: Mr. U. G. Phule 07-Mar-2024 Course Name & Code: Programming for Problem Solving(FYC-124) Computer Science & Engineering Programme
  • 2. Institute Vision and Mission Statement: Institute Vision We are committed to transform SKNSCOE, as a leading technological institute in India which offers a dynamic learning environment with value based education through self-learning and innovative thinking in students Institute Mission SKN Sinhgad College of Engineering offers a unique culture to enhance self-esteem, team spirit, and life skills of students to match the need of fast changing world. The institute focuses on self-learning abilities & project based learning through well-defined curricular and co-curricular activities 07-Mar-2024
  • 3. Department Vision and Mission Statement: Department Vision “To establish ourselves as one of the leading department providing vibrancy in engineering and technology to serve fast changing needs of industry and society.” Department Mission  M1: To provide a learning ambience to enhance quality of education, problem solving skills, leadership qualities and team-spirit.  M2: To inculcate exposure of modern tools and technologies to serve the needs of fast changing world.  M3: To provide exposure for experiential learning and innovations to enhance entrepreneur skills.  M4: To promote project based learning through curricular and co-curricular activities. 07-Mar-2024
  • 4. PEOs, PSOs, POs A. PROGRAM EDUCATIONAL OBJECTIVES 1. PEO1: To make students competent for professional career in Computers, IT & allied fields. 2. PEO2: To build strong fundamental knowledge amongst student to pursue higher education, research and continue professional development in Computers, IT & other fields. 3. PEO3: To imbibe professional ethics, develop team spirit and effective communication skills to be successful leaders and managers with a holistic approach. 4. PEO4: To nurture students to be sensitive to ethical, societal & environmental issues while conducting their professional work. 5. PEO5: To encourage graduates who can identify and solve current problems in the industry and society. 07-Mar-2024
  • 5. B. PROGRAM SPECIFIC OUTCOMES 1. Graduate has an ability to use technical skills necessary for design, maintenance, development and implementation of database systems and networking applications. 2. Graduate has an ability to provide IT solutions, develop mobile applications in multidisciplinary areas using standard tools and techniques. 3. Graduate has an ability to utilize and apply software engineering tools for design and realization of projects in various domains of Computer Science and Engineering 07-Mar-2024
  • 6. C. PROGRAM OUTCOMES POs are statements that describe what students are expected to know and be able to do upon graduating from the program. These relate to the skills, knowledge, analytical ability attitude and behavior that students acquire through the program. Engineering Graduates will be able to: 1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals, and an engineering specialization to the solution of complex engineering problems. 2. 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. 3. 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. 4. 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. 07-Mar-2024
  • 7. Continued…. 5 . 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. 6. 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. 7. Environment and sustainability: understand the impact of the professional engineering solutions in societal and environmental contexts, demonstrate the knowledge of, and need for sustainable development. 8. Ethics: Apply ethical principles and commit to professional ethics, responsibilities, and norms of the engineering practice. 07-Mar-2024
  • 8. Continued…. 9. Individual and teamwork: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary settings 10. 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. 11. Project management and finance: Demonstrate knowledge and understanding of the engineering and management principles and apply these to one’s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments. 12. 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 of technological change. 07-Mar-2024
  • 9. Course Outcomes and Syllabus Course Outcomes: CO No. At the end of this course, students will able to: Blooms Level C124.1 Design the flowcharts and algorithms for the given problem. L3 C124.2 Translate the algorithms into C programs and test & execute the programs. L3 C124.3 Implement C programs by appropriately selecting control and loop structures. L3 C124.4 Implement C programs using functions and pointers. L3 C124.5 Implement C programs using arrays, structure and unions and files. L3 C124.6 Develop small applications using C Programming concepts. L6 07-Mar-2024
  • 10. Syllabus UNIT-1 Fundamentals of Computers & Structure of a ‘C’ Program: (03) Techniques for Data Analysis for Programming Skills: algorithm, flow chart, examples. Algorithms specifications, formulation of simple algorithms and logical problems. Structure of C program, building blocks of C, program IDE, C character set, tokens, constants, variables, keywords, primitive data types, ‘C’ operators. Typecasting and type conversion, formatting input and output UNIT-2 Control Structures (03) Control Statement: if, if-else, nested if –else, else if ladder Loops: while, do-while, for, nesting of loops, break, continue, goto statement, switch-case statement. UNIT-3 Arrays and Strings (03) Declaration and initialization of one dimensional array, accessing elements, Array handling. String handling functions. Declaration and initialization of two dimensional arrays, accessing elements, Array handling, Matrix operations. Declaration and initialization of strings, display of strings with different formats, string library function UNIT - 4 Structures and Unions (03) Definition of structure and union, declaration, accessing elements and displaying elements, difference between structure and union. UNIT- 5 Functions (04) Declaration & definition, passing parameters to functions, pass by value, scope of variable, return statement. function using call by value and call by reference Recursion: Processes and Recursion UNIT- 6 Pointers (02) Introduction, Declaration of pointer, initialization, accessing pointer, pointer to basic data types 07-Mar-2024
  • 11. Expected Mapping with Programme Outcomes (1- Weak Correlation; 2- Medium correlation; 3- Strong Correlation) Course Outcome (COs) Program Outcomes (POs) PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12 C124.1 3 2 2 - - - - - - - - 1 C124.2 3 2 1 - - - - - - - - 1 C124.3 3 2 1 - - - - - - - - 1 C124.4 3 2 1 - - - - - - - - 1 C124.5 3 2 1 - - - - - - - - 1 C124.6 3 2 1 - - - - - - - - 1 Mapping of Course Outcomes with Program Outcomes and Program Specific Outcomes Expected Mapping with Programme Specific Outcomes (1- Weak Correlation; 2- Medium correlation; 3- Strong Correlation) Course Outcome (COs) Program Specific Outcomes (PSOs) PSO1 PSO2 PSO3 C124.1 2 3 - C124.2 2 3 - C124.3 2 3 - C124.4 2 3 - C124.5 2 3 - C124.6 2 3 - 07-Mar-2024
  • 12. Curriculum Gap 07-Mar-2024 To find curriculum gap of this course, i referred syllabus of state universities, reputed autonomous institutes. By this it is observed that, there is missing of “Array of Pointer & file handling” concepts in our syllabus. As, it is important basic concept of programming language, it is planed that to cover this concepts as content beyond syllabus. So that it will be helpful for student to learn programming languages.
  • 13. Prerequisite Activity Content: It's beneficial to have knowledge before going into the world of C programming. Despite the fact that C is famous for its simplicity, it helps to be aware of the following: 1. Basic computer literacy: student should be familiar with how to use a computer, create and manage files, and use a web browser. 2. Basic problem-solving skills: Programming involves breaking down complex problems into smaller, more manageable ones. 3. Logical thinking: Programming requires you to be able to think logically and follow instructions carefully. To test the above skills of the students One Test has been conducted on Moodle. Outcome: It is useful to find slow learners and Advance Learner. 07-Mar-2024
  • 14. Result:. GHUGE AKSHAY SHAHAJI 23FY B02 GODASE KULDIP MAHESH 23FY B03 GODASE MAYURI AMAR 23FY B04 HAJARE YUVRAJ SIDDHANATH 23FY B07 HIPPARKAR CHETAN TATYASAHEB 23FY B11 JADHAV ARCHANA NANASO 23FY B15 JADHAV KIRAN SANJAY 23FY B17 JADHAV KOMAL SIDDHESHWAR 23FY B18 JADHAV PRIYANKA RUSHIKESH 23FY B20 JAGATAP ANIKET DATTATRAY 23FY B26 JEDHE SNEHA SARJERAO 23FY B28 KARANDE GURU SOMNATH 23FY B41 KARCHE AMRUTA NITIN 23FY B44 KHAPALE DIVYA DASHRATH 23FY B55 KODLINGE PRATIMA VISHNU 23FY B59 KOKATE DAKSHATA BHARAT 23FY B60 KULKARNI ANAGHA NARHAR 23FY B63 KULKARNI MAYURI MANOJ 23FY B64 KULKARNI PRATIK PRASHANT 23FY B65 KULKARNI SARVESH PANDURANG 23FY B66 KAMBALE SWATI SANTOSH 23FY B36 KOLEKAR SAHIL DATTATRAY 23FY B61 KHILARE SHWETA SARJERAV 23FY B57 KAMBLE RASIKA RAJU 23FY B37 List of Slow Learner List of Advance Learner 07-Mar-2024
  • 15. Action Taken: Extra session has been arranged for understanding the programming concepts. Motivated to the students about Pair programming, it can also work wonders. Given awareness to the slow learners about, programming syntax , Programming structure of C, visualization of the code, pick up bugs easily and write the code by own. 07-Mar-2024
  • 17. Innovative Teaching Learning Process:. 01. Cross word Puzzle 02. Animations 07-Mar-2024
  • 18. Quality of Question paper 0 10 20 30 40 50 60 Marks Blooms Level Quality of Question Paper UT-1 UT-2 Prelim Moodle Test 1 Moodle Test 2 0 2 4 6 8 10 12 Marks Blooms Level Quality of ICA ICA-1 ICA-2 ICA-3 ICA-4 ICA-5 ICA-6 ICA-7 ICA-8 ICA-9 ICA-10 ICA-11 ICA-12 07-Mar-2024
  • 19. ICA list provided by university with CO-PO mapping Sr. No. Title of Experiments Course Outcome Blooms Level Mapping with PO 1. Introduction of Algorithm, Flowchart and data types CO1 BL2 PO1,PO2, PO12 2. Fundamentals of C programming input & output function in C CO2 BL2 PO1 3. To study of Operators in C & Type casting CO2 BL2 PO1 4. Implementation of the control statements CO2 BL3 PO1, PO2 5. Implementation of the switch case control statements CO2 BL3 PO1, PO2 6. Implementation of the Loop statements CO2 BL3 PO1,PO2, PO3 7. Implementation of 1-D Array CO3 BL3 PO1,PO2, PO3 8. Implementation of 2-D Array CO3 BL3 PO1,PO2, PO3 9. Implementation of string & string handling function CO3 BL3 PO1,PO2, PO3 10. Implementation of Function & Call by value CO4 BL3 PO1,PO2, PO3 11. Implementation of Structure & Union CO5 BL3 PO1,PO2, PO3 12. Implementation of pointer concepts. CO4 BL3 PO1,PO2, PO3 07-Mar-2024
  • 20. CONTENT BEYOND SYLLABUS: Sr. No. Content Relevance to POs and PSOs 1 Experiment on Array of Pointer, Array of Structure & File Handling Concepts. (Content Beyond the Syllabus) PO1, PO2, PO3, PO-12 Content Beyond Syllabus 07-Mar-2024
  • 21. Rubrics used for assessment of ICA 07-Mar-2024 Understanding & Presentation (5 M) Continuous Assessment (5 M) Total marks out of 10 Marks
  • 22. Assessment Pattern & Assessment Tools 07-Mar-2024 Mode of Assessment Assesment Component Assessment tool Evaluation of CO Mapping With PO &PSO Frequency of Assessment Marks / Weightage Direct Assesment ISE UT-1 CO1 PO1,PO2,PO3,PO4,PO5,PO12,PSO2 Once in Semester 30 UT-2 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 25 Prelim CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 50 Moodle Test 1 CO1 PO1,PO2,PO3,PO4,PO5,PO12,PSO2 Once in Semester 25 Moodle Test 2 CO3,CO5 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 25 ICA Experiment / Tutorial -1 CO1 PO1,PO2,PO3,PO4,PO5,PO12,PSO2 Once in Semester 10 Experiment / Tutorial -2 CO2 PO1,PO3,PO12,PSO2 Once in Semester 10 Experiment / Tutorial -3 CO2 PO1,PO3,PO12,PSO2 Once in Semester 10 Experiment / Tutorial -4 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -5 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -6 CO3 PO1,PO2,PO3,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -7 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -8 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -9 CO4 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -10 CO4 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -11 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -12 CO5 PO1,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 10 Experiment / Tutorial -13 CO4 PO1,PO2,PO3,PO4,PO5,PO12 Once in Semester 10 Experiment / Tutorial -14 CO4 PO1,PO2,PO3,PO4,PO5,PO12 Once in Semester 10 (End Semester Exam) University Exam(POE) CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester 50 Indirect Assesment Survey Course Exit Survey CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester Alumni Survey Graduate Exit Survey CO1-CO6 PO1,PO2,PO3,PO4,PO5,PO12,PSO1,PSO2 Once in Semester
  • 25. Direct CO Attainment Savitribai Phule Shikshan Prasarak Mandal's SKN Sinhgad College of Engineering DEPARTMENT OF FIRST YEAR ENGINEERING Course Name :Computer Science & Engg Course Code: :FYC12 4 Class :F.Y.B.Tech A SEMEST ER II Academic Year :2022-23 Subject Teacher PPS Roll No. Name of Student UT-I UT-II PRELIM Moodle Test 1 Moodle Test 2 Experiments End Sem Exam CO-1 TOTA L CO-3 TOTAL CO-1- CO6 TOTAL CO-1 TOTAL CO-3 CO-5 TOTA L CO1 CO2 CO2 CO3 CO3 CO3 CO5 CO5 CO4 CO4 CO5 CO5 CO4 CO4 CO-1 to CO-6 Maximum Marks with Option 30 30 25 25 50 50 25 25 11 14 25 Exp.-1 Exp.- 2 Exp.- 3 Exp.- 4 Exp.- 5 Exp.- 6 Exp.- 7 Exp.- 8 Exp.- 9 Exp.- 10 Exp.- 11 Exp.- 12 Exp.- 13 Exp.-14 50 Converted Maximum Marks 30 30 25 25 50 50 25 25 11 14 25 10 10 10 10 10 10 10 10 10 10 10 10 10 10 50 FYA01 ABHANGRAO YASH SARANG 14 14 7 7 0 0 11 11 5 2 7 10 9 9 9 10 9 9 9 10 9 10 9 9 9 42 FYA02 ADAT OM RAVINDRA 19 19 8 8 10 10 12 12 3 4 7 10 9 9 10 9 9 10 9 10 9 9 9 9 9 44 FYA03 ADHATRAO SARVESH VIKAS 24 24 15 15 16 16 20 20 5 6 11 10 9 9 10 9 9 10 9 9 10 9 9 9 9 46 FYA04 ANTROLIKAR RIYA MANDAR 29 29 25 25 28 28 22 22 5 6 11 10 10 10 10 10 10 10 10 10 10 10 10 10 10 47 FYA05 ARADHYE PRATHAMESH DHANANJAY 29 29 13 13 24 24 22 22 5 6 11 10 10 9 9 9 10 9 9 10 9 9 9 9 9 43 FYA06 ARJUN SUJAL KASHILING 13 13 6 6 8 8 19 19 4 4 8 10 10 9 9 9 10 9 9 9 10 9 9 9 9 49 FYA07 ARKILE ANUSHKA ASHOK 23 23 6 6 8 8 22 22 3 4 7 10 10 9 9 9 9 10 9 9 10 9 9 9 9 48 FYA08 ASABE SHRIHARI DILIP 24 24 21 21 28 28 17 17 5 6 11 10 10 9 9 10 9 10 9 10 10 9 10 9 9 47 FYA09 ATRE SHRIYASH RAJENDRA 28 28 13 13 34 34 18 18 3 4 7 10 9 9 9 10 9 10 9 9 10 9 9 9 9 45 FYA10 AVADHUT SWARAJ SOMANATH 7 7 8 8 34 34 19 19 3 4 7 10 9 9 9 10 9 9 9 9 10 9 9 9 9 49 FYA11 AWATADE SUMIT VILAS 30 30 23 23 42 42 19 19 0 0 10 10 10 9 10 9 10 9 9 10 9 10 9 9 48 FYA12 BAAD VAIBHAV PRADIP 28 28 25 25 46 46 19 19 5 7 12 10 10 10 9 10 9 10 10 9 10 9 10 9 10 47 FYA13 BABAR AKASH RAMESH 26 26 8 8 8 8 8 8 4 5 9 10 10 9 9 10 9 9 9 9 9 9 9 9 9 46 FYA14 BABAR SHREYASH APPASO 20 20 19 19 8 8 13 13 2 3 5 10 10 9 9 10 9 9 9 9 9 9 9 9 9 49 FYA15 BADAVE AKANKSHA PRASAD 24 24 10 10 15 15 20 20 3 3 6 10 10 9 9 10 9 9 10 9 10 9 10 9 9 50 FYA16 BADAVE RUTURAJ RAJNARENDRA 28 28 22 22 36 36 21 21 4 4 8 10 10 10 10 10 10 10 10 10 10 10 10 10 10 41 FYA17 BAGAL ANKITA AVINASH 24 24 10 10 42 42 17 17 4 6 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46 FYA18 BAGAL OMKAR SAMBHAJI 29 29 25 25 0 0 21 21 4 5 9 10 9 10 9 9 10 10 9 9 10 9 10 9 9 46 FYA19 BAGAL ONKAR SAMADHAN 17 17 4 4 12 12 - - 0 0 9 9 9 9 9 9 9 9 9 9 9 9 9 9 48 FYA20 BAGAL PAYAL SHIVAJI 24 24 23 23 34 34 20 20 4 4 8 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46 07-Mar-2024
  • 26. FYA23 BAGAL SHWETA SUBHASH 21 21 20 20 32 32 15 16 6 8 14 10 10 10 9 10 9 10 9 10 10 9 10 9 9 47 FYA24 BAGALE PANKAJ GANGARAM 0 0 0 0 - - 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 FYA25 BAGWAN ADIBA ANIS 30 30 17 17 36 36 22 22 7 8 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46 FYA26 BAMANE ROHAN RAMLING 24 24 6 6 20 20 19 19 3 3 6 10 10 9 9 9 10 9 9 10 9 10 9 9 9 48 FYA27 BANDGAR KARAN MALHARI 19 19 6 6 30 30 17 17 2 3 5 10 10 9 9 9 10 9 9 10 9 10 9 9 9 49 FYA28 BANDGAR SAYALI BIRA 28 28 9 9 20 20 20 20 6 7 13 10 10 9 9 9 10 9 9 9 10 10 9 9 9 47 FYA29 BANKAR ABHINESH ANKUSH 28 28 8 8 14 14 20 20 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46 FYA30 BANKAR PRANAV UMAKANT 25 25 19 19 22 22 16 16 4 5 9 10 10 9 9 10 9 9 10 10 9 10 9 9 9 48 FYA31 BANSODE GANESH KRUSHNA 7 7 2 2 0 0 13 13 4 6 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 47 FYA32 BANSODE RANJIT DILIP 28 28 12 12 20 20 21 21 6 8 14 10 9 9 9 10 9 9 9 10 9 10 9 9 9 48 FYA33 BANSODE RUTVIK SHIVAJI 29 29 14 14 32 32 19 19 4 4 8 10 9 9 9 10 9 9 9 10 9 9 9 9 9 47 FYA34 BANSODE SAKSHI ABASO 27 27 19 19 36 36 17 17 7 9 16 10 10 10 10 10 10 10 10 10 10 10 10 10 10 46 FYA35 BEDRE PRANJALI DEEPAK 28 28 19 19 46 46 19 19 7 8 15 10 10 10 10 10 10 10 10 10 10 10 10 10 10 45 FYA36 BHAGANAGARE SAKSHI MAHADEV 28 28 14 14 20 20 18 18 5 6 11 10 10 9 10 9 10 10 9 10 10 9 9 9 9 48 FYA37 BHAGAT PRAGATI VISHNU 30 30 20 20 40 40 23 23 9 11 20 10 10 10 10 10 10 10 10 10 10 10 10 10 10 49 FYA38 BHANDARKAVATHEKAR VAIBHAVI VIKAS 26 26 18 18 16 16 20 20 4 5 9 10 10 9 10 9 9 10 9 10 10 9 9 9 10 50 FYA39 BHIWARE SAKSHI ABHAY 28 28 13 13 12 12 18 18 6 7 13 10 10 9 10 9 9 10 9 9 9 10 9 9 9 50 FYA40 BHOI ANAND PARSHURAM 28 28 13 13 30 30 14 14 4 4 8 10 10 9 10 10 9 10 10 9 10 9 9 9 9 49 FYA41 BHOITE DNYANESHWARI RAJESH 28 28 16 16 20 20 20 20 5 6 11 10 10 10 10 10 10 9 10 9 9 9 10 9 9 48 FYA42 BHOSALE ATUL BALASO 28 28 25 25 50 50 20 20 5 7 12 10 10 10 10 10 10 10 10 10 10 10 10 10 10 50 FYA43 BHOSALE MAHESH MAHADEV 22 22 8 8 14 14 18 18 4 4 8 10 9 10 9 10 9 10 9 10 10 9 9 9 9 50 FYA44 BHOSALE PRATIK MAHAVIR 21 21 21 21 14 14 1 1 2 2 4 10 10 10 9 9 9 9 9 10 9 9 9 9 9 47 FYA45 BHOSALE UDAYRAJ MAHAJAN 28 28 16 16 14 14 17 17 4 4 8 10 9 10 9 10 9 10 9 10 9 9 9 9 9 46 FYA46 BHUSE ONKAR ARVIND 17 17 21 21 24 24 13 13 5 7 12 10 10 10 9 10 9 9 10 10 9 10 9 9 9 48 FYA47 BIDAVE OMRAJE SOMNATH 0 0 0 0 0 0 - - 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 FYA48 BIDKAR VARADA RAMKRISHNA 29 29 20 20 36 36 21 21 8 11 19 10 10 10 10 10 10 10 10 10 10 10 10 10 10 50 FYA49 BILE SHRUTI VILAS 29 29 10 10 20 20 21 21 7 10 17 10 10 9 9 10 9 10 10 9 10 9 10 9 9 49 FYA50 BUCHAKE SHRAVANI MANDAR 22 22 13 13 24 24 20 20 4 4 8 10 10 9 9 10 9 10 10 9 10 9 10 9 9 48 FYA51 CHANDANSHIVE BHAUSAHEB SHANKAR 0 0 0 0 0 0 - - 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 FYA52 CHAUGULE AKASH ARVIND 26 26 8 8 24 24 17 17 4 5 9 10 10 9 9 10 9 10 10 9 9 9 10 9 9 50 FYA53 CHAVAN AASHIRVAD BANDU 19 19 10 10 10 10 20 20 2 3 5 10 10 9 9 9 10 9 9 9 10 9 10 9 9 48 FYA54 CHAVAN AKASH AVINASH 26 26 8 8 0 0 17 17 4 4 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 45 FYA55 CHAVAN ANIKET VILAS 20 20 8 8 8 8 13 13 3 4 7 10 10 9 10 9 9 10 9 10 9 9 9 10 9 47 FYA56 CHAVAN ANIL DATTATRAY 29 29 11 11 22 22 20 20 7 10 17 10 10 9 9 9 10 9 9 10 9 10 9 9 9 48 FYA57 CHAVAN ASHLESHA SHIVAJI 29 29 15 15 18 18 17 17 4 4 8 10 10 9 9 10 9 9 10 9 10 9 10 9 10 49 FYA58 CHAVAN GANESH DHANAJI 23 23 9 9 14 14 12 12 5 7 12 10 10 9 10 10 9 9 9 10 9 10 9 10 9 48 FYA59 CHAVAN ONKAR ARJUN 24 24 8 8 24 24 18 18 5 6 11 10 10 10 9 10 9 9 9 10 10 10 9 10 9 47 FYA60 CHAVAN PIYUSH SANTOSH 29 29 17 17 22 22 18 18 4 4 8 10 10 9 9 9 9 9 10 9 9 10 9 9 10 47 FYA61 CHAVAN PRATHMESH PARMESHWAR 28 28 15 15 22 22 7 7 4 6 10 10 10 9 10 9 10 9 10 9 9 10 9 9 9 49 FYA62 CHAVAN ROHAN RANJIT 9 9 0 0 0 0 7 7 0 0 8 8 8 8 8 8 8 8 8 8 8 8 8 8 45 FYA63 CHAVAN SHRAVANI PRAKASH 27 27 10 10 12 12 18 18 3 4 7 10 10 9 9 9 10 9 9 10 9 10 9 9 9 50 FYA64 CHOPADE PURVA RAMESH 0 0 6 6 20 20 - - 4 5 9 10 10 9 9 9 9 9 9 9 9 9 9 9 9 48 FYA65 CHOUGULE RUTUJA MAHADEV 19 19 5 5 20 20 21 21 3 3 6 10 10 9 10 10 9 9 10 9 10 9 10 9 9 46 FYA66 DABADE NAMRATA SANJAY 14 14 10 10 26 26 6 6 1 2 3 10 10 9 10 9 10 9 9 10 9 10 10 9 9 50 FYA67 DAMODARE SHREYAS SITARAM 24 24 11 11 26 26 19 19 7 10 17 10 10 10 10 9 10 10 9 10 10 10 9 9 9 50 FYA68 DANDAGE VIJAY RAGHUNATH 6 6 7 7 22 22 16 16 4 5 9 10 10 9 10 10 9 10 9 10 10 9 10 9 9 46 FYA69 DANGE ATHAR PARVEZ JAMEEL 20 20 7 7 18 18 10 10 4 4 8 10 10 10 9 10 10 9 9 10 10 9 10 9 9 50 Number of Students Attempted 69 69 68 68 69 69 63 63 69 69 61 69 69 69 69 69 69 69 69 69 69 69 69 69 69 69 Competence Thrushold 15 15 12.5 12.5 25 25 12.5 12.5 5.5 7 12.5 7 7 7 7 7 7 7 7 7 7 7 7 7 7 25 Number of Studentsscored above threshold 50% 56 56 32 32 21 21 54 54 12 16 12 63 63 63 63 63 63 63 63 63 63 63 63 63 63 65 TOTAL PERCENTAGE ATTAINMENT 81 81 47 47 30 30 86 86 17 23 20 91 91 91 91 91 91 91 91 91 91 91 91 91 91 94 CO WISE ATTAINMENT 3 3 0 0 0 0 3 3 0 0 0 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 07-Mar-2024
  • 27. Indirect CO Attainment Savitribai Phule Shikshan Prasarak Mandal's SKN Sinhgad College of Engineering DEPARTMENT OF FIRST YEAR ENGINEERING Course Name :Programming for Problem Solving Course Code: :FYC-124 Class :FYBTech SEMESTER :II Acade mic Year :2022-23 Subject Teacher :Prof.U. G. Phule Course Exit Survey : Programming for Problem Solving Class: FY-A Label Question Responses Attainment CO1 Are you able to: Design the flowcharts and algorithms for the given problem . Strongly Agree (5) Agree (4) Neutral (3) Disagree (2) Strongly Disagree (1) Average 29 21 9 1 1 4.245901639 3 CO2 Are you able to: Translate the algorithms into C programs and test & execute the programs. Strongly Agree (5) Agree (4) Neutral (3) Disagree (2) Strongly Disagree (1) Average 23 21 14 2 1 4.032786885 3 CO3 Are you able to: Implement C programs by appropriately selecting control and loop structures. Strongly Agree (5) Agree (4) Neutral (3) Disagree (2) Strongly Disagree (1) Average 23 26 9 2 1 4.114754098 3 CO4 Are you able to: Implement C programs using functions and pointers. Strongly Agree (5) Agree (4) Neutral (3) Disagree (2) Strongly Disagree (1) Average 20 23 15 2 1 3.967213115 3 CO5 Are you able to: Implement C programs using arrays, structure and unions and files. Strongly Agree (5) Agree (4) Neutral (3) Disagree (2) Strongly Disagree (1) Average 22 26 10 2 1 4.081967213 3 CO6 Are you able to: Develop small applications using C Programming concepts. Strongly Agree (5) Agree (4) Neutral (3) Disagree (2) Strongly Disagree (1) Average 22 26 10 2 1 4.081967213 3 07-Mar-2024
  • 28. Final CO Attainment Savitribai Phule Shikshan Prasarak Mandal's SKN Sinhgad College of Engineering DEPARTMENT OF FIRST YEAR ENGINEERING Course Name: :PPS Course Code:FYC124 Class: :F.Y.B.Tech A SEMESTER: II Academic Year: :2022-23 Subject Teacher:Prof. U. G. Phule COURSE ATTAINEM ENT FINAL DIRECT CO-CALCULATION INDIRECT CO CALCULATION CONTINEOUS INTERNAL EVALUATION END SEMESTER EVALUATIO N CO UT- I UT-II PRILI M Moodle Test 1 Moodle Test 2 Exp- 1 Exp- 2 Exp- 3 Exp- 4 Exp- 5 Exp- 6 Exp- 7 Exp- 8 Exp- 9 Exp- 10 Exp- 11 Exp- 12 Exp- 13 Exp- 14 CIE ESE ESE AVG COURSE EXIT SURVEY Averag e Weighte d CO1 3 0 3 3 2.3 3.0 3.0 3 2.8 2.82 CO2 0 3 3 2.0 3.0 3.0 3 2.7 2.76 CO3 0 0 0 3 3 3 1.5 3.0 3.0 3 2.5 2.64 CO4 0 3 3 3 3 2.4 3.0 3.0 3 2.8 2.856 CO5 0 0 3 3 3 3 2.0 3.0 3.0 3 2.7 2.76 CO6 0 0.0 3.0 3.0 3 2.0 2.28 ATTAINMENT 1.7 3.0 Final Indirect CO Attainment 3.000 WEIGHTAGE 30% 70% DIRECT TOTAL ATTAINMENT 0.51 2.10 FINAL DIRECT COURSE ATTAINMENT 2.61 WEIGHTAGE 80% 20% TOTAL ATTAINEMENT 2.09 0.600 COURSE ATTAINEMENT 2.69 07-Mar-2024
  • 29. CO-PO-PSO Mapping PROGRAM OUTCOMES PO1 PO2 PO3 PO12 PSO1 PSO2 COURSE OUTCOMES TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG TPI MPI % map MG CO1 5 4 80 3 14 9 64.286 2 14 9 64.286 2 6 2 33.333 1 2 1 50 2 2 2 100 3 CO2 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3 CO3 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3 CO4 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3 CO5 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3 CO6 5 4 80 3 14 5 35.714 2 14 3 21.429 1 6 2 33.333 1 2 1 50 2 2 2 100 3 C124 3 2 1.17 1 2 3 07-Mar-2024
  • 30. PO-PSO Attainment PROGRAMMING FOR PROBLEM SOLVING_FYC124 CO Vs PO,PSO ATTAINMENT Course Outcomes PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO 10 PO 11 PO 12 PSO1 PSO2 CO1 3 2 2 - - - - - - - - 1 2 3 CO2 3 2 1 - - - - - - - - 1 2 3 CO3 3 2 1 - - - - - - - - 1 2 3 CO4 3 2 1 - - - - - - - - 1 2 3 CO5 3 2 1 - - - - - - - - 1 2 3 CO6 3 2 1 - - - - - - - - 1 2 3 AVERAGE 3.00 2.00 1.17 - - - - - - - - 1.00 2.00 3.00 CO PO ATTAINEMENT 2.7 1.8 1 - - - - - - - - 0.9 1.8 2.7 07-Mar-2024