0% found this document useful (0 votes)
4 views

Course File-progarmming in C-LAB(CSE-AIML BATCH2)

The document outlines the course file for CS3271 Programming in C Laboratory at Loyola Institute of Technology & Science for the academic year 2024-25. It includes the institute's vision and mission, program outcomes, course objectives, outcomes, and a detailed syllabus report. Additionally, it provides a student list and various performance reports related to assignments and examinations.

Uploaded by

bhuvanesruthres
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Course File-progarmming in C-LAB(CSE-AIML BATCH2)

The document outlines the course file for CS3271 Programming in C Laboratory at Loyola Institute of Technology & Science for the academic year 2024-25. It includes the institute's vision and mission, program outcomes, course objectives, outcomes, and a detailed syllabus report. Additionally, it provides a student list and various performance reports related to assignments and examinations.

Uploaded by

bhuvanesruthres
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

Course File

CS3271 Programming In C Laboratory


(Course Code- )

( Science And Humanities ) SEMESTER 2 - CSE -AM

Course Incharge
Shanmuga Sundari K
Assistant Professor
2024-25
Loyola Institute of Technology & Science
TABLE OF CONTENTS
1 Institute Vision and Mission

2 Department Vision and Mission

3 Department Program Educational Objectives


(PEO)

4 Program Outcome

5 Course objective

6 Course Outcome

7 Course Outcome,PO Mapping

8 Units(Syllabus Report)

9 Student List

10 List of Assignment

11 List of Internal Examinations

12 List of Internal Examinations with Question


Paper

13 Syllabus Completion Report

14 Attendance Report A/P

15 List of Assignment with Performance

16 List of result analysis modules with


performance
Loyola Institute of Technology & Science
Institute Vision and Mission

Course Code : | Course Name : CS3271 Programming in C Laboratory (Practical regular)


Academic Year : 2024-25 | Department : Science and Humanities | Sem/Group : SEMESTER 2 - CSE -AM

OUR VISION
Empowering the rural and less privileged students with value based technical knowledge, forming them as responsible citizens.

OUR MISSION
M1: To enlighten the rural students. M2: To provide quality technical education for societal development and entrepreneurship. M3: To i
nstill interpersonal skills and shape the students to become good leaders to serve the society.
Loyola Institute of Technology & Science
Program Outcome

Course Code : | Course Name : CS3271 Programming in C Laboratory (Practical regular)


Academic Year : 2024-25 | Department : Science and Humanities | Sem/Group : SEMESTER 2 - CSE -AM

Sr. No. Program ID Description


1 PO1 Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals
and an engineering specialization to the solution of complex engineering problems.

2 PO2 Problem analysis: Identify, formulate, review research literature, and analyze complex engineering pr
oblems reaching substantiated conclusions using first principles of mathematics, natural sciences, a
nd engineering sciences.

3 PO3 Design/development of solutions: Design solutions for complex engineering problems and design sy
stem components or processes that meet the specified needs with appropriate consideration for th
e public health and safety, and the cultural, societal, and environmental considerations.

4 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 informatio
n to provide valid conclusions

5 PO5 Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern engine
ering and IT tools including prediction and modelling to complex engineering activities with an und
erstanding of the limitations.

6 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 profession
al engineering practice.

7 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 d
evelopment.

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

9 PO9 Individual and team work: Function effectively as an individual, and as a member or leader in diverse
teams, and in multidisciplinary settings.

10 PO10 Communication: Communicate effectively on complex engineering activities with the engineering c
ommunity and with society at large, such as, being able to comprehend and write effective reports a
nd design documentation, make effective presentations, and give and receive clear instructions.

11 PO11 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 PO12 Life-long learning: Recognize the need for, and have the preparation and ability to engage in indepe
ndent and life-long learning in the broadest context of technological change
Loyola Institute of Technology & Science
Science and Humani SEMESTER 2 - CSE - 2024-25 CS3271 Programming in C Laboratory (Practical | regular)
ties AM

Course Outcome
Sr. No. CO ID Course Outcome
1 co1 I/O statements, operators, expressions

2 co2 decision-making constructs: if-else, goto, switch-case, break-continue

3 co3 Loops: for, while, do-while

4 co4 Arrays: 1D and 2D, Multi-dimensional arrays, traversal

5 co5 Strings: operations

6 co6 Functions: call, return, passing parameters by (value, reference), passing arra
ys to function.

7 co7 Recursion

8 co8 Pointers: Pointers to functions, Arrays,Strings, Pointers to Pointers, Array of P


ointers

9 co9 Structures: Nested Structures, Pointers to Structures, Arrays of Structures an


d Unions.

10 co10 Files: reading and writing, File pointers, file operations, random access, proce
ssor directives
Loyola Institute of Technology & Science
Course Outcome,PO Mapping

Course Code : | Course Name : CS3271 Programming in C Laboratory (Practical regular)


Academic Year : 2024-25 | Department : Science and Humanities | Sem/Group : SEMESTER 2 - CSE -AM

PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
co1 1 3 3 1 1 1 2 1 2 2

co2 2 3 3 2 1 1 2 1 2 2

co3 2 2 2 1 1 2 2 2 2

co4 2 2 2 2 1 2 3 3 3

co5 2 2 3 2 3 2 3 3 3

co6 2 2 3 2 1 2 2 1 2 2

co7 2 2 3 2 1 2 2 1 2 2

co8 2 2 3 2 1 2 2 1 2 2

co9 2 2 3 2 1 2 2 1 2 2

co10 2 2 3 2 1 2 2 1 2 2
Loyola Institute of Technology & Science
Science and SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical
Humanities | regular)

Units(Syllabus Report)
Sr. No. Units Course Outcome (CO) Unit Outcome/Learning Outcome (UO/LO)
1 EXP 1

1.1 1.I/O statements, operators, express


ions

1.2 2.I/O statements, operators, expres


sions

1.3 3.I/O statements, operators, expres


sions

1.4 4.I/O statements, operators, expres


sions

1.5 5.I/O statements, operators, expres


sions

1.6 6.I/O statements, operators, expres


sions

2 EXP 2

2.1 1.decision-making constructs: if-els


e, goto, switch-case, break-continu
e

2.2 decision-making constructs: if-else,


goto, switch-case, break-continue

2.3 3.decision-making constructs: if-els


e, goto, switch-case, break-continu
e

2.4 4.decision-making constructs: if-el


se, goto, switch-case, break-contin
ue

2.5 5.decision-making constructs: if-els


e, goto, switch-case, break-continu
e

2.6 6.decision-making constructs: if-els


e, goto, switch-case, break-continu
e

3 EXP 3 co3

3.1 1.Loops: for, while, do-while co3

3.2 2.Loops: for, while, do-while co3

3.3 3.Loops: for, while, do-while co3

3.4 4.Loops: for, while, do-while co3

3.5 5.Loops: for, while, do-while co3

3.6 6.Loops: for, while, do-while co3

4 EXP 4 co4

4.1 1.Arrays: 1D and 2D, Multi-dimensio co4


nal arrays, traversal
Loyola Institute of Technology & Science
Science and SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical
Humanities | regular)

Units(Syllabus Report)
Sr. No. Units Course Outcome (CO) Unit Outcome/Learning Outcome (UO/LO)
4.2 2.Arrays: 1D and 2D, Multi-dimensio co4
nal arrays, traversal

4.3 3.Arrays: 1D and 2D, Multi-dimensio co4


nal arrays, traversal

4.4 4.Arrays: 1D and 2D, Multi-dimensi co4


onal arrays, traversal

4.5 5.Arrays: 1D and 2D, Multi-dimensio co4


nal arrays, traversal

4.6 6.Arrays: 1D and 2D, Multi-dimensio co4


nal arrays, traversal

5 EXP 5 co5

5.1 1.Strings: operations co5

5.2 2.Strings: operations co5

5.3 3.Strings: operations co5

5.4 4.Strings: operations co5

5.5 5.Strings: operations co5

5.6 6.Strings: operations co5

6 EXP 6

6.1 1.Functions: call, return, passing par


ameters by (value, reference), passi
ng arrays to function.

6.2 2.Functions: call, return, passing pa


rameters by (value, reference), pass
ing arrays to function.

6.3 3.Functions: call, return, passing pa


rameters by (value, reference), pass
ing arrays to function.

6.4 4.Functions: call, return, passing pa


rameters by (value, reference), pass
ing arrays to function.

6.5 5.Functions: call, return, passing pa


rameters by (value, reference), pass
ing arrays to function.

6.6 6.Functions: call, return, passing pa


rameters by (value, reference), pass
ing arrays to function.

7 EXP 7

7.1 1.Recursion

7.2 2.Recursion

7.3 3.Recursion

7.4 4.Recursion

7.5 5.Recursion

7.6 6.Recursion

8 EXP 8
Loyola Institute of Technology & Science
Science and SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical
Humanities | regular)

Units(Syllabus Report)
Sr. No. Units Course Outcome (CO) Unit Outcome/Learning Outcome (UO/LO)
8.1 1.Pointers: Pointers to functions, Arr
ays,Strings, Pointers to Pointers, Ar
ray of Pointers

8.2 2.Pointers: Pointers to functions, Ar


rays,Strings, Pointers to Pointers, A
rray of Pointers

8.3 3.Pointers: Pointers to functions, Ar


rays,Strings, Pointers to Pointers, A
rray of Pointers

8.4 4.Pointers: Pointers to functions, Ar


rays,Strings, Pointers to Pointers, A
rray of Pointers

8.5 5.Pointers: Pointers to functions, Ar


rays,Strings, Pointers to Pointers, A
rray of Pointers

8.6 6.Pointers: Pointers to functions, Ar


rays,Strings, Pointers to Pointers, A
rray of Pointers

9 EXP 9

9.1 1.Structures: Nested Structures, Poi


nters to Structures, Arrays of Struct
ures and Unions.

9.2 2.Structures: Nested Structures, Poi


nters to Structures, Arrays of Struct
ures and Unions.

9.3 3.Structures: Nested Structures, Poi


nters to Structures, Arrays of Struct
ures and Unions.

9.4 4.Structures: Nested Structures, Po


inters to Structures, Arrays of Struc
tures and Unions.

9.5 5.Structures: Nested Structures, Poi


nters to Structures, Arrays of Struct
ures and Unions.

9.6 6.Structures: Nested Structures, Po


inters to Structures, Arrays of Struc
tures and Unions.

10 EXP 10

10.1 1.. Files: reading and writing, File po


inters, file operations, random acce
ss, processor directives

10.2 2.. Files: reading and writing, File p


ointers, file operations, random acc
ess, processor directives

10.3 3.. Files: reading and writing, File p


ointers, file operations, random acc
ess, processor directives
Loyola Institute of Technology & Science
Science and SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical
Humanities | regular)

Units(Syllabus Report)
Sr. No. Units Course Outcome (CO) Unit Outcome/Learning Outcome (UO/LO)
10.4 4.. Files: reading and writing, File p
ointers, file operations, random acc
ess, processor directives

10.5 5.Files: reading and writing, File poi


nters, file operations, random acce
ss, processor directives

10.6 6.. Files: reading and writing, File p


ointers, file operations, random acc
ess, processor directives
Loyola Institute of Technology & Science
Student List

Course Code : | Course Name : CS3271 Programming in C Laboratory (Practical regular)


Academic Year : 2024-25 | Department : Science and Humanities | Sem/Group : SEMESTER 2 - CSE -AM

Sr. No. ERP ID PRN No Roll No First Name Last Name


1 STLITES24355 961224148017 Palpandi T

2 STLITES24356 961224148018 Pradeep K

3 STLITES24357 961224148019 Pradeepraj A

4 STLITES24358 961224148020 Prince S

5 STLITES24359 961224148021 Radha Krishnan K

6 STLITES24360 961224148022 Sathishwaran R

7 STLITES24370 961224148023 Senthil Saravanan R

8 STLITES24361 961224148024 Sugumar S

9 STLITES24362 961224148025 Sumithra M

10 STLITES24363 961224148026 Surya Prakash M

11 STLITES24364 961224148027 Tharun M S

12 STLITES24365 961224148028 Ugeswaran V

13 STLITES24366 961224148029 Vaikundamoorthy G

14 STLITES24367 961224148030 Valan Arasu M

15 STLITES24371 961224148031 Vibanesh G S

16 STLITES24368 961224148032 Zindha Key Shing S


Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
1 EXP 1 1.0 0
0

1.1 1.I/O stat 0.0 45 27th Febr


ements, 0 uary, 2025
operator 03:45 AM t
s, expres o 04:30 A
sions M

1.2 2.I/O stat 0.0 45 27th Febr


ements, 0 uary, 2025
operator 02:05 AM t
s, expres o 02:50 A
sions M

1.3 3.I/O stat 0.0 45 27th Febr


ements, 0 uary, 2025
operator 03:00 AM t
s, expres o 03:45 A
sions M

1.4 4.I/O stat 0.0 45 03rd Marc


ements, 0 h, 2025
operator 11:10 AM to
s, expres 11:55 AM
sions

1.5 5.I/O stat 0.0 45 03rd Marc


ements, 0 h, 2025
operator 11:55 AM to
s, expres 12:40 PM
sions

1.6 6.I/O stat 0.0 45 06th Marc


ements, 0 h, 2025
operator 03:45 AM t
s, expres o 04:30 A
sions M

2 EXP 2 0.0 0
0

2.1 1.decisio 0.0 45 06th Marc


n-makin 0 h, 2025
g constr 02:05 AM t
ucts: if-el o 02:50 A
se, goto, M
switch-c
ase, brea
k-contin
ue
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
2.2 decision- 0.0 45 06th Marc
making 0 h, 2025
construc 03:00 AM t
ts: if-else, o 03:45 A
goto, swi M
tch-case,
break-co
ntinue

2.3 3.decisio 0.0 45 10th Marc


n-makin 0 h, 2025
g constr 11:10 AM to
ucts: if-el 11:55 AM
se, goto,
switch-c
ase, brea
k-contin
ue

2.4 4.decisio 0.0 45 10th Marc


n-makin 0 h, 2025
g constr 11:55 AM to
ucts: if-el 12:40 PM
se, goto,
switch-c
ase, brea
k-contin
ue

2.5 5.decisio 0.0 45 13th Marc


n-makin 0 h, 2025
g constr 02:05 AM t
ucts: if-el o 02:50 A
se, goto, M
switch-c
ase, brea
k-contin
ue

2.6 6.decisio 0.0 45 13th Marc


n-makin 0 h, 2025
g constr 03:45 AM t
ucts: if-el o 04:30 A
se, goto, M
switch-c
ase, brea
k-contin
ue

3 EXP 3 co3 0.0 0


0

3.1 1.Loops: f co3 0.0 45 13th Marc


or, while, 0 h, 2025
do-while 03:00 AM t
o 03:45 A
M
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
3.2 2.Loops: f co3 0.0 45 17th Marc
or, while, 0 h, 2025
do-while 11:10 AM to
11:55 AM

3.3 3.Loops: f co3 0.0 45 17th Marc


or, while, 0 h, 2025
do-while 11:55 AM to
12:40 PM

3.4 4.Loops: co3 0.0 45 20th Marc


for, whil 0 h, 2025
e, do-whi 03:00 AM t
le o 03:45 A
M

3.5 5.Loops: f co3 0.0 45 20th Marc


or, while, 0 h, 2025
do-while 02:05 AM t
o 02:50 A
M

3.6 6.Loops: co3 0.0 45 20th Marc


for, whil 0 h, 2025
e, do-whi 03:45 AM t
le o 04:30 A
M

4 EXP 4 co4 0.0 45


0

4.1 1.Arrays: 1 co4 0.0 45 24th Marc


D and 2 0 h, 2025
D, Multi- 11:10 AM to
dimensi 11:55 AM
onal arra
ys, traver
sal

4.2 2.Arrays: co4 0.0 45 24th Marc


1D and 2 0 h, 2025
D, Multi- 11:55 AM to
dimensi 12:40 PM
onal arra
ys, traver
sal

4.3 3.Arrays: co4 0.0 45 27th Marc


1D and 2 0 h, 2025
D, Multi- 03:45 AM t
dimensi o 04:30 A
onal arra M
ys, traver
sal

4.4 4.Arrays: co4 0.0 45 27th Marc


1D and 2 0 h, 2025
D, Multi- 02:05 AM t
dimensi o 02:50 A
onal arra M
ys, traver
sal
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
4.5 5.Arrays: co4 0.0 45 27th Marc
1D and 2 0 h, 2025
D, Multi- 03:00 AM t
dimensi o 03:45 A
onal arra M
ys, traver
sal

4.6 6.Arrays: co4 0.0 45 03rd April,


1D and 2 0 2025
D, Multi- 03:45 AM t
dimensi o 04:30 A
onal arra M
ys, traver
sal

5 EXP 5 co5 1.0 0


0

5.1 1.Strings: co5 0.0 45 03rd April,


operatio 0 2025
ns 02:05 AM t
o 02:50 A
M

5.2 2.Strings: co5 0.0 45 03rd April,


operatio 0 2025
ns 03:00 AM t
o 03:45 A
M

5.3 3.Strings: co5 0.0 45 07th April,


operatio 0 2025
ns 11:10 AM to
11:55 AM

5.4 4.String co5 0.0 45 07th April,


s: operati 0 2025
ons 11:55 AM to
12:40 PM

5.5 5.Strings: co5 0.0 45 21st April,


operatio 0 2025
ns 11:10 AM to
11:55 AM

5.6 6.Strings: co5 0.0 45 21st April,


operatio 0 2025
ns 11:55 AM to
12:40 PM

6 EXP 6 0.0 0
0
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
6.1 1.Functio 0.0 45 24th April,
ns: call, r 0 2025
eturn, pa 03:45 AM t
ssing par o 04:30 A
ameters M
by (valu
e, refere
nce), pas
sing arra
ys to fun
ction.

6.2 2.Functio 0.0 45 24th April,


ns: call, r 0 2025
eturn, pa 03:00 AM t
ssing par o 03:45 A
ameters M
by (valu
e, refere
nce), pas
sing arra
ys to fun
ction.

6.3 3.Functio 0.0 45 24th April,


ns: call, r 0 2025
eturn, pa 02:05 AM t
ssing par o 02:50 A
ameters M
by (valu
e, refere
nce), pas
sing arra
ys to fun
ction.

6.4 4.Functi 0.0 45 28th April,


ons: call, 0 2025
return, p 11:10 AM to
assing p 11:55 AM
arameter
s by (valu
e, refere
nce), pas
sing arra
ys to fun
ction.

6.5 5.Functio 0.0 45 28th April,


ns: call, r 0 2025
eturn, pa 11:55 AM to
ssing par 12:40 PM
ameters
by (valu
e, refere
nce), pas
sing arra
ys to fun
ction.
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
6.6 6.Functi 0.0 45 05th May,
ons: call, 0 2025
return, p 11:10 AM to
assing p 11:55 AM
arameter
s by (valu
e, refere
nce), pas
sing arra
ys to fun
ction.

7 EXP 7 0.0 0
0

7.1 1.Recursi 0.0 45 05th May,


on 0 2025
11:55 AM to
12:40 PM

7.2 2.Recursi 0.0 45 08th May,


on 0 2025
03:45 AM t
o 04:30 A
M

7.3 3.Recursi 0.0 45 08th May,


on 0 2025
03:00 AM t
o 03:45 A
M

7.4 4.Recursi 0.0 45 08th May,


on 0 2025
02:05 AM t
o 02:50 A
M

7.5 5.Recursi 0.0 45 12th May, 2


on 0 025
11:55 AM to
12:40 PM

7.6 6.Recursi 0.0 45 12th May, 2


on 0 025
11:10 AM to
11:55 AM

8 EXP 8 0.0 0
0

8.1 1.Pointer 0.0 45 15th May, 2


s: Pointer 0 025
s to func 03:45 AM t
tions, Arr o 04:30 A
ays,Strin M
gs, Point
ers to Poi
nters, Arr
ay of Poi
nters
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
8.2 2.Pointer 0.0 45 15th May, 2
s: Pointer 0 025
s to func 03:00 AM t
tions, Arr o 03:45 A
ays,Strin M
gs, Point
ers to Poi
nters, Arr
ay of Poi
nters

8.3 3.Pointer 0.0 45 15th May, 2


s: Pointer 0 025
s to func 02:05 AM t
tions, Arr o 02:50 A
ays,Strin M
gs, Point
ers to Poi
nters, Arr
ay of Poi
nters

8.4 4.Pointer 0.0 45 19th May,


s: Pointer 0 2025
s to func 11:55 AM to
tions, Arr 12:40 PM
ays,Strin
gs, Point
ers to Poi
nters, Arr
ay of Poi
nters

8.5 5.Pointer 0.0 45 19th May,


s: Pointer 0 2025
s to func 11:10 AM to
tions, Arr 11:55 AM
ays,Strin
gs, Point
ers to Poi
nters, Arr
ay of Poi
nters

8.6 6.Pointer 0.0 45 22nd May,


s: Pointer 0 2025
s to func 03:00 AM t
tions, Arr o 03:45 A
ays,Strin M
gs, Point
ers to Poi
nters, Arr
ay of Poi
nters

9 EXP 9 1.0 0
0
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
9.1 1.Structu 0.0 45 22nd May,
res: Nest 0 2025
ed Struct 03:45 AM t
ures, Poi o 04:30 A
nters to M
Structur
es, Array
s of Struc
tures an
d Union
s.

9.2 2.Structu 0.0 45 22nd May,


res: Nest 0 2025
ed Struct 02:05 AM t
ures, Poi o 02:50 A
nters to M
Structur
es, Array
s of Struc
tures an
d Union
s.

9.3 3.Structu 0.0 45 26th May,


res: Nest 0 2025
ed Struct 11:55 AM to
ures, Poi 12:40 PM
nters to
Structur
es, Array
s of Struc
tures an
d Union
s.

9.4 4.Struct 0.0 45 26th May,


ures: Nes 0 2025
ted Struc 11:10 AM to
tures, Poi 11:55 AM
nters to
Structur
es, Array
s of Struc
tures an
d Union
s.

9.5 5.Structu 0.0 45 29th May,


res: Nest 0 2025
ed Struct 02:05 AM t
ures, Poi o 02:50 A
nters to M
Structur
es, Array
s of Struc
tures an
d Union
s.
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
9.6 6.Structu 0.0 45 29th May,
res: Nest 0 2025
ed Struct 03:00 AM t
ures, Poi o 03:45 A
nters to M
Structur
es, Array
s of Struc
tures an
d Union
s.

10 EXP 10 1.0 0
0

10.1 1.. Files: r 0.0 45 29th May,


eading a 0 2025
nd writin 03:45 AM t
g, File po o 04:30 A
inters, fil M
e operati
ons, rand
om acce
ss, proce
ssor dire
ctives

10.2 2.. Files: r 0.0 45 02nd Jun


eading a 0 e, 2025
nd writin 11:10 AM to
g, File po 11:55 AM
inters, fil
e operati
ons, rand
om acce
ss, proce
ssor dire
ctives

10.3 3.. Files: r 0.0 45 02nd Jun


eading a 0 e, 2025
nd writin 11:55 AM to
g, File po 12:40 PM
inters, fil
e operati
ons, rand
om acce
ss, proce
ssor dire
ctives
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3271 Programming in C Laboratory (Practical | regu
manities lar)

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
10.4 4.. Files: r 0.0 45 05th June,
eading a 0 2025
nd writin 03:45 AM t
g, File po o 04:30 A
inters, fil M
e operati
ons, rand
om acce
ss, proce
ssor dire
ctives

10.5 5.Files: re 0.0 45 05th June,


ading an 0 2025
d writin 02:05 AM t
g, File po o 02:50 A
inters, fil M
e operati
ons, rand
om acce
ss, proce
ssor dire
ctives

10.6 6.. Files: r 0.0 45 05th June,


eading a 0 2025
nd writin 03:00 AM t
g, File po o 03:45 A
inters, fil M
e operati
ons, rand
om acce
ss, proce
ssor dire
ctives
Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE - 2024-2 CS3271 Programming in C Laboratory (Practical | regula
AM 5 r)

Attendance Report A/P

Name Roll No 1|S 2|S 3|S 4|S 5|S 6|S 7|S 8|S 9|S 10|S 11|S 12|S 13|S 14|S 15|S
Palpandi T 96122414801 - - - - - - - - - - - - - - -
7

Pradeep K 96122414801 - - - - - - - - - - - - - - -
8

Pradeepraj A 96122414801 - - - - - - - - - - - - - - -
9

Prince S 96122414802 - - - - - - - - - - - - - - -
0

Radha Krishnan K 96122414802 - - - - - - - - - - - - - - -


1

Sathishwaran R 96122414802 - - - - - - - - - - - - - - -
2

Senthil Saravanan 96122414802 - - - - - - - - - - - - - - -


R 3

Sugumar S 96122414802 - - - - - - - - - - - - - - -
4

Sumithra M 96122414802 - - - - - - - - - - - - - - -
5

Surya Prakash M 96122414802 - - - - - - - - - - - - - - -


6

Tharun M S 96122414802 - - - - - - - - - - - - - - -
7

Ugeswaran V 96122414802 - - - - - - - - - - - - - - -
8

Vaikundamoorthy 96122414802 - - - - - - - - - - - - - - -
G 9

Valan Arasu M 96122414803 - - - - - - - - - - - - - - -


0

Vibanesh G S 96122414803 - - - - - - - - - - - - - - -
1

Zindha Key Shing 96122414803 - - - - - - - - - - - - - - -


S 2

Name Roll No 16|S 17|S 18|S 19|S 20|S 21|S 22|S 23|S 24|S 25|S 26|S 27|S 28|S 29|S 30|S
Palpandi T 961224148017 - - - - - - - - - - - - - - -

Pradeep K 961224148018 - - - - - - - - - - - - - - -
Name Roll No 16|S 17|S 18|S 19|S 20|S 21|S 22|S 23|S 24|S 25|S 26|S 27|S 28|S 29|S 30|S
Pradeepraj A 961224148019 - - - - - - - - - - - - - - -

Prince S 961224148020 - - - - - - - - - - - - - - -

Radha Krishnan K 961224148021 - - - - - - - - - - - - - - -

Sathishwaran R 961224148022 - - - - - - - - - - - - - - -

Senthil Saravanan R 961224148023 - - - - - - - - - - - - - - -

Sugumar S 961224148024 - - - - - - - - - - - - - - -

Sumithra M 961224148025 - - - - - - - - - - - - - - -

Surya Prakash M 961224148026 - - - - - - - - - - - - - - -

Tharun M S 961224148027 - - - - - - - - - - - - - - -

Ugeswaran V 961224148028 - - - - - - - - - - - - - - -

Vaikundamoorthy G 961224148029 - - - - - - - - - - - - - - -

Valan Arasu M 961224148030 - - - - - - - - - - - - - - -

Vibanesh G S 961224148031 - - - - - - - - - - - - - - -

Zindha Key Shing S 961224148032 - - - - - - - - - - - - - - -

Name Roll No 31|S 32|S 33|S 34|S 35|S 36|S 37|S 38|S 39|S 40|S 41|S 42|S 43|S 44|S 45|S
Palpandi T 961224148017 - - - - - - - - - - - - - - -

Pradeep K 961224148018 - - - - - - - - - - - - - - -

Pradeepraj A 961224148019 - - - - - - - - - - - - - - -

Prince S 961224148020 - - - - - - - - - - - - - - -

Radha Krishnan K 961224148021 - - - - - - - - - - - - - - -

Sathishwaran R 961224148022 - - - - - - - - - - - - - - -

Senthil Saravanan R 961224148023 - - - - - - - - - - - - - - -

Sugumar S 961224148024 - - - - - - - - - - - - - - -

Sumithra M 961224148025 - - - - - - - - - - - - - - -

Surya Prakash M 961224148026 - - - - - - - - - - - - - - -

Tharun M S 961224148027 - - - - - - - - - - - - - - -

Ugeswaran V 961224148028 - - - - - - - - - - - - - - -

Vaikundamoorthy G 961224148029 - - - - - - - - - - - - - - -

Valan Arasu M 961224148030 - - - - - - - - - - - - - - -

Vibanesh G S 961224148031 - - - - - - - - - - - - - - -

Zindha Key Shing S 961224148032 - - - - - - - - - - - - - - -


Name Roll No 46|S 47|S 48|S 49|S 50|S 51|S 52|S 53|S 54|S 55|S 56|S 57|S 58|S 59|S 60|S
Palpandi T 961224148017 - - - - - - - - - - - - - - -

Pradeep K 961224148018 - - - - - - - - - - - - - - -

Pradeepraj A 961224148019 - - - - - - - - - - - - - - -

Prince S 961224148020 - - - - - - - - - - - - - - -

Radha Krishnan K 961224148021 - - - - - - - - - - - - - - -

Sathishwaran R 961224148022 - - - - - - - - - - - - - - -

Senthil Saravanan R 961224148023 - - - - - - - - - - - - - - -

Sugumar S 961224148024 - - - - - - - - - - - - - - -

Sumithra M 961224148025 - - - - - - - - - - - - - - -

Surya Prakash M 961224148026 - - - - - - - - - - - - - - -

Tharun M S 961224148027 - - - - - - - - - - - - - - -

Ugeswaran V 961224148028 - - - - - - - - - - - - - - -

Vaikundamoorthy G 961224148029 - - - - - - - - - - - - - - -

Valan Arasu M 961224148030 - - - - - - - - - - - - - - -

Vibanesh G S 961224148031 - - - - - - - - - - - - - - -

Zindha Key Shing S 961224148032 - - - - - - - - - - - - - - -

Name Roll No Session Tutorial Revision Attendance(%) Score Out Of 4


Palpandi T 961224148017 60 0 0 100.00 4.00

Pradeep K 961224148018 60 0 0 100.00 4.00

Pradeepraj A 961224148019 60 0 0 100.00 4.00

Prince S 961224148020 60 0 0 100.00 4.00

Radha Krishnan K 961224148021 60 0 0 100.00 4.00

Sathishwaran R 961224148022 60 0 0 100.00 4.00

Senthil Saravanan R 961224148023 60 0 0 100.00 4.00

Sugumar S 961224148024 60 0 0 100.00 4.00

Sumithra M 961224148025 60 0 0 100.00 4.00

Surya Prakash M 961224148026 60 0 0 100.00 4.00

Tharun M S 961224148027 60 0 0 100.00 4.00

Ugeswaran V 961224148028 60 0 0 100.00 4.00

Vaikundamoorthy G 961224148029 60 0 0 100.00 4.00

Valan Arasu M 961224148030 60 0 0 100.00 4.00

Vibanesh G S 961224148031 60 0 0 100.00 4.00

Zindha Key Shing S 961224148032 60 0 0 100.00 4.00

You might also like