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

course file

The document outlines the course details for CS3251 Programming in C at Loyola Institute of Technology & Science for the academic year 2024-25, including the vision and mission of the institute and department. It details the course objectives, outcomes, syllabus, student list, and internal examination structure. The course aims to equip students with programming skills in C, covering topics such as data types, arrays, functions, structures, and file processing.

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)
12 views

course file

The document outlines the course details for CS3251 Programming in C at Loyola Institute of Technology & Science for the academic year 2024-25, including the vision and mission of the institute and department. It details the course objectives, outcomes, syllabus, student list, and internal examination structure. The course aims to equip students with programming skills in C, covering topics such as data types, arrays, functions, structures, and file processing.

Uploaded by

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

Course File

CS3251 Programming In C
(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 : CS3251 Programming in C (Theory 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 : CS3251 Programming in C (Theory 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 Humanitie SEMESTER 2 - CSE -A 2024-25 CS3251 Programming in C (Theory | regular)
s M

Course Outcome
Sr. No. CO ID Course Outcome
1 co1 Demonstrate simple applications in C using basic constructs C

2 co2 Implement applications using arrays

3 co3 Implement modular applications in C using functions.

4 co4 Establish applications in C using structures and pointers.

5 co5 Identify applications using sequential and random access file processin
g
Loyola Institute of Technology & Science
Course Outcome,PO Mapping

Course Code : | Course Name : CS3251 Programming in C (Theory 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 2 2 1 2 1 1 1 2 3 2

co2 2 2 2 1 2 1 1 1 2 3 3

co3 2 3 2 1 2 1 1 1 2 3 2

co4 3 2 2 1 3 1 1 1 2 3 3

co5 2 3 3 1 2 1 2 1 2 3 2
Loyola Institute of Technology & Science
Science and SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regula
Humanities r)

Units(Syllabus Report)
Sr. No. Units Course Outcome (CO) Unit Outcome/Learning Outcome (UO/LO)
1 1.BASICS OF C PROGRAMMING co1

1.1 Introduction to programming paradig co1


ms

1.2 Applications of C Language co1

1.3 Structure of C program co1

1.4 C programming: Data Types - co1

1.5 Constants – Enumeration Constants co1

1.6 Keywords – Operators:Precedence and co1


Associativity

1.7 Expressions - Input/Output statements, co1


Assignment statements

1.8 Decision making statements - Switch st co1


atement

1.9 Looping statements – Preprocessor dir co1


ectives

2 ARRAYS AND STRINGS co2

2.1 Introduction to Arrays: Declaration, Initi co2


alization

2.2 One dimensional array co2

2.3 Two dimensional arrays co2

2.4 String operations: length, compare, con co2


catenate, copy

2.5 Selection sort, linear and binary search. co2

3 FUNCTIONS AND POINTERS co3

3.1 Modular programming co3

3.2 - Function prototype, function definitio co3


n, function call, Built-in functions (strin
g functions, math functions)

3.3 Recursion, Binary Search using recursiv co3


e functions

3.4 Pointers –Pointer operators – Pointer ari co3


thmetic

3.5 INTERNAL ASSESMENT 1 co1, co2, co3

3.6 Arrays and pointers co3

3.7 Array of pointers co3

3.8 Parameter passing:Pass by value, Pass co3


by reference.

4 STRUCTURES AND UNION co4

4.1 Structure - Nested structures co4

4.2 Pointer and Structures co4


Loyola Institute of Technology & Science
Science and SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regula
Humanities r)

Units(Syllabus Report)
Sr. No. Units Course Outcome (CO) Unit Outcome/Learning Outcome (UO/LO)
4.3 Array of structures co4

4.4 \Self referential structures co4

4.5 Dynamic memory allocation co4

4.6 Singly linked list – typedef co4

4.7 - Storage classes and Visibility. co4

5 FILE PROCESSING co5

5.1 Files co5

5.2 Types of file processing: Sequential acc co5


ess, Random access

5.3 Sequential access file co5

5.4 Random access file co5

5.5 Command line arguments. co5

5.6 INTERNAL ASSESMENT 2 co5


Loyola Institute of Technology & Science
Student List

Course Code : | Course Name : CS3251 Programming in C (Theory 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 STLITES24369 961224148001 961224148001 Abraham K

2 STLITES24340 961224148002 961224148002 Ajin Casto K

3 STLITES24341 961224148003 961224148003 Andrew Gladson A

4 STLITES24342 961224148004 961224148004 Arunpandian M

5 STLITES24343 961224148005 961224148005 Chris Nova J

6 STLITES24344 961224148006 961224148006 Gokul Vishnu R

7 STLITES24345 961224148007 961224148007 Goutham I

8 STLITES24346 961224148008 961224148008 Jenifer Y

9 STLITES24347 961224148009 961224148009 Jenisha J K

10 STLITES24348 961224148010 961224148010 Jervin Stuvert J

11 STLITES24349 961224148011 961224148011 Jeynesh Raj T

12 STLITES24350 961224148012 961224148012 Kalaiselvam V

13 STLITES24351 961224148013 961224148013 Kommula Praneeth

14 STLITES24352 961224148014 961224148014 Manoj Kumar P

15 STLITES24353 961224148015 961224148015 Muthuselvi S

16 STLITES24354 961224148016 961224148016 Nishanth K

17 STLITES24355 961224148017 961224148017 Palpandi T

18 STLITES24356 961224148018 961224148018 Pradeep K

19 STLITES24357 961224148019 961224148019 Pradeepraj A

20 STLITES24358 961224148020 961224148020 Prince S

21 STLITES24359 961224148021 961224148021 Radha Krishnan K

22 STLITES24360 961224148022 961224148022 Sathishwaran R

23 STLITES24370 961224148023 961224148023 Senthil Saravanan R

24 STLITES24361 961224148024 961224148024 Sugumar S

25 STLITES24362 961224148025 961224148025 Sumithra M

26 STLITES24363 961224148026 961224148026 Surya Prakash M

27 STLITES24364 961224148027 961224148027 Tharun M S

28 STLITES24365 961224148028 961224148028 Ugeswaran V

29 STLITES24366 961224148029 961224148029 Vaikundamoorthy G

30 STLITES24367 961224148030 961224148030 Valan Arasu M

31 STLITES24371 961224148031 961224148031 Vibanesh G S

32 STLITES24368 961224148032 961224148032 Zindha Key Shing S


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -A 2024-25 CS3251 Programming in C (Theory | regular)
M

List of Internal Examinations


Sr. No. Title Total Marks Date of Exam Conducted Duration in minutes Syllabus
1 Internal Assessme 100 30th Nov, -0001 180 Unit I, Unit 2 Unit 3(H
nt 1 alf)

2 Internal Assessme 100 30th Nov, -0001 180 Unit 3(half),Unit 4 ,Un
nt 2 it 5

3 Assignment 01 10 30th Nov, -0001 0 Unit 01

4 Assignment 02 10 30th Nov, -0001 0 Unit 02

5 Assignment 03 10 30th Nov, -0001 0 Unit 03

6 Assignment 04 10 30th Nov, -0001 0 Unit 04

7 Assignment 05 10 30th Nov, -0001 0 Unit 5


Loyola Institute of Technology & Science
Science an SEMESTER 2 - C 2024-25 CS3251 Program
d Humaniti SE -AM ming in C (Theor
es y | regular)

List of Internal Examinations with Question Paper


Title : Internal Assessment 1
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 100
Sr. No. Question Type Question Text Marks
1 question 1.What are the different programming paradigms? 2.00

2 question 2.Write a for loop to print numbers from 10 to 1 in C. 2.00

3 question 3.List different data types available in C. 2.00

4 question 4.List different data types available in C. 2.00

5 question 5.Define a structure in C. 2.00

6 question 6.What is the purpose of the #include directive in C? 2.00

7 question 7.Differentiate between struct and union in C. 2.00

8 question 8.Explain the use of the fopen function in file handling. 2.00

9 question 9.What is recursion in C? 2.00

10 question 10.How do you declare a two-dimensional array in C? 2.00

11 question 11.a.Define and explain the structure of a C program, including its main com 16.00
ponents?

12 question 11.b.Discuss about the constants, expressions and statements in ‘C’. 16.00

13 question 12.a.Explain the different control structures in C, such as decision-making an 16.00


d looping statements, with appropriate examples

14 question 12.b.i.Explain the different types of operators used in ‘C’ with n 16.00
ecessary program. (8)

ii)Write a C program to check the integer is Palindrome or no


t.(8)

15 question 13.a.Discuss the concept of arrays in C, including one-dimensional and multi- 16.00
dimensional arrays, with syntax and examples.

16 question 13.b.Explain string manipulation functions in C, such as strlen , strcpy , strc 16.00
mp , and strcat , with examples demonstrating their usage.

17 question 14.a.Describe the concept of functions in C, including user-defined function 16.00


s, function prototypes, and the difference between call by value and call by
reference, with examples.

18 question 14.b.Explain primitive data types 16.00

19 question 15.a.Explain in detail about Pass by Value and Pass by reference.,Parameter 16.00
passing methods.
Loyola Institute of Technology & Science
Science an SEMESTER 2 - C 2024-25 CS3251 Program
d Humaniti SE -AM ming in C (Theor
es y | regular)

List of Internal Examinations with Question Paper


Title : Internal Assessment 1
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 100
Sr. No. Question Type Question Text Marks
20 question 15.b.i. Write a C program for Scientific calculator using built-in functions 16.00

ii.Design Issues for sub programs

Title : Internal Assessment 2


Type : Internal
Exam Date : 30th Nov, -0001
Marks : 100
Sr. No. Question Type Question Text Marks
1 question 1.Define function. How will you declare it? 2.00

2 question 2.What are the various parts of functions? 2.00

3 question 3.What is structure? Write the syntax for structure 2.00

4 question 4.How typedef is used in structure? 2.00

5 question 5.Differentiate between call by value and call reference.? 2.00

6 question 6.What is meant by library function? 2.00

7 question 7.What is a function call? Give an example of a function call. 2.00

8 question 8.Interpret the term Union in C 2.00

9 question 9.Define storage class specifier 2.00

10 question 10.Write the syntax of pragma directive. 2.00

11 question 11.a. Explain in detail about recursive function with sample code.? 16.00

12 question 11.b.Write notes on fixed argument functions and variable argument function 16.00
s?

13 question 12.a.Demonstrate about structures, array of structures and nested structures.? 16.00

14 question 12.b.(i).What is a structure? Express a structure with data members of variou 16.00
s types and declare two structure variables. Write a program to read d
ata into these and print the same. (8)

(ii).Justify the need for structured data type.(8)

15 question 13.a.(i).Does structure bring additional overhead to a program? Just 16.00


ify. (8)

(ii). Write short note on structure declaration(8)

16 question 13.b.(i).How to access enumerated datatype and explain with an example pro 16.00
gram.(8)

(ii). Referencing pointer to another address to access the memory(8)


Loyola Institute of Technology & Science
Science an SEMESTER 2 - C 2024-25 CS3251 Program
d Humaniti SE -AM ming in C (Theor
es y | regular)

List of Internal Examinations with Question Paper


Title : Internal Assessment 1
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 100
Sr. No. Question Type Question Text Marks
17 question 14.a.Describe about the following storage classes 16.00

i. auto.
ii. external.
iii. static
iv. register.

18 question 14.b.Distinguish between the following macro. 16.00

(i)object like macro(8)


(ii)function like macro(8).

19 question 15.a.Write about conditional preprocessor directive with an ex 16.00


ample.(16)

20 question 15.b.i.Write the C coding for finding the average of number usi 16.00
ng any of the storage class declarations.(8)

ii. Write about all the pragma directive and explain in de


tail.(8)
Title : Assignment 01
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 10
Sr. No. Question Type Question Text Marks
1 question 1.i.Write a C program to calculate the sum and average of an array 10.00
of integers entered by the user.(5)

ii.Develop a C program that converts a given temperature from Celsius to Fahr


enheit and vice versa, based on user selection.(5)

Title : Assignment 02
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 10
Sr. No. Question Type Question Text Marks
1 question 2.i.Implement a C program that sorts an array of integers in ascen 10.00
ding order using the selection sort algorithm.

ii.Write a C program that reverses a given string without using standard library
functions.

Title : Assignment 03
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 10
Sr. No. Question Type Question Text Marks
Loyola Institute of Technology & Science
Science an SEMESTER 2 - C 2024-25 CS3251 Program
d Humaniti SE -AM ming in C (Theor
es y | regular)

List of Internal Examinations with Question Paper


Title : Internal Assessment 1
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 100
Sr. No. Question Type Question Text Marks
1 question 3.i.Create a C program that swaps the values of two variables usin 10.00
g pointers.

ii.Develop a C program that calculates the nth Fibonacci number using a recursi
ve function.

Title : Assignment 04
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 10
Sr. No. Question Type Question Text Marks
1 question 4.i.Design a C program that defines a structure to store student in 10.00
formation (e.g., name, roll number, marks) and displays the de
tails of students scoring above a certain percentage.

ii.Design a C program that manages a list of employees using an array of structur


es, including functionalities to add, display, and search employee details.

Title : Assignment 05
Type : Internal
Exam Date : 30th Nov, -0001
Marks : 10
Sr. No. Question Type Question Text Marks
1 question 5.i.Implement a C program that copies the content of one file to a 10.00
nother, ensuring proper error handling during file operations.

ii.Write a C program that reads a text file and counts the number of vowels, cons
onants, digits, and whitespace characters present in the file.
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)
manities

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
1 1.BASICS co1 0.0 0
OF C PR 0
OGRAM
MING

1.1 Introduct co1 0.0 45 28th Febr


ion to pr 0 uary, 2025
ogrammi 02:05 AM t
ng parad o 02:50 A
igms M

1.2 Applicati co1 0.0 45 03rd Marc


ons of C 0 h, 2025
Languag 01:20 AM t
e o 02:05 A
M

1.3 Structur co1 0.0 45 05th Marc


e of C pr 0 h, 2025
ogram 09:30 AM t
o 10:15 AM

1.4 C progra co1 0.0 45 07th Marc


mming: 0 h, 2025
Data Typ 02:05 AM t
es - o 02:50 A
M

1.5 Constant co1 0.0 90 10th Marc


s – Enum 0 h, 2025
eration C 01:20 AM t
onstants o 02:05 A
M

12th Marc
h, 2025
09:30 AM t
o 10:15 AM

1.6 Keyword co1 0.0 45 14th Marc


s – Opera 0 h, 2025
tors:Prec 02:05 AM t
edence a o 02:50 A
nd Assoc M
iativity

1.7 Expressi co1 0.0 90 17th Marc


ons - Inp 0 h, 2025
ut/Outpu 01:20 AM t
t statem o 02:05 A
ents, Assi M
gnment
stateme
nts

18th Marc
h, 2025
11:55 AM to
12:40 PM
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)
manities

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
1.8 Decision co1 0.0 45 19th Marc
making s 0 h, 2025
tatemen 09:30 AM t
ts - Switc o 10:15 AM
h statem
ent

1.9 Looping co1 0.0 45 21st Marc


stateme 0 h, 2025
nts – Pre 02:05 AM t
processo o 02:50 A
r directiv M
es

2 ARRAYS co2 0.0 0


AND STR 0
INGS

2.1 Introduct co2 0.0 90 24th Marc


ion to Arr 0 h, 2025
ays: Decl 01:20 AM t
aration, I o 02:05 A
nitializati M
on

25th Marc
h, 2025
11:55 AM to
12:40 PM

2.2 One dim co2 0.0 45 26th Marc


ensional 0 h, 2025
array 09:30 AM t
o 10:15 AM

2.3 Two dim co2 0.0 45 28th Marc


ensional 0 h, 2025
arrays 02:05 AM t
o 02:50 A
M

2.4 String op co2 0.0 90 01st April,


erations: 0 2025
length, c 11:55 AM to
ompare, 12:40 PM
concaten
ate, copy

02nd Apri
l, 2025
09:30 AM t
o 10:15 AM

2.5 Selection co2 0.0 45 04th April,


sort, line 0 2025
ar and bi 02:05 AM t
nary sear o 02:50 A
ch. M
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)
manities

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
3 FUNCTIO co3 0.0 0
NS AND 0
POINTER
S

3.1 Modular co3 0.0 45 07th April,


program 0 2025
ming 01:20 AM t
o 02:05 A
M

3.2 - Functio co3 0.0 90 08th April,


n prototy 0 2025
pe, functi 11:55 AM to
on defini 12:40 PM
tion, func
tion call,
Built-in f
unctions
(string fu
nctions,
math fun
ctions)

09th April,
2025
09:30 AM t
o 10:15 AM

3.3 Recursio co3 0.0 90 11th April,


n, Binary 0 2025
Search u 02:05 AM t
sing recu o 02:50 A
rsive fun M
ctions

15th April,
2025
11:55 AM to
12:40 PM

3.4 Pointers co3 0.0 90 16th April,


–Pointer 0 2025
operator 09:30 AM t
s – Point o 10:15 AM
er arithm
etic

21st April,
2025
01:20 AM t
o 02:05 A
M

3.5 INTERNA co1, co2, co3 3.0 0 22nd April,


L ASSES 0 2025
MENT 1 11:55 AM to
12:40 PM
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)
manities

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
23rd April,
2025
09:30 AM t
o 10:15 AM

25th April,
2025
02:05 AM t
o 02:50 A
M

28th April,
2025
01:20 AM t
o 02:05 A
M

3.6 Arrays an co3 0.0 45 29th April,


d pointer 0 2025
s 11:55 AM to
12:40 PM

3.7 Array of co3 0.0 45 30th April,


pointers 0 2025
09:30 AM t
o 10:15 AM

3.8 Paramet co3 0.0 90 02nd May,


er passin 0 2025
g:Pass by 02:05 AM t
value, Pa o 02:50 A
ss by refe M
rence.

05th May,
2025
01:20 AM t
o 02:05 A
M

4 STRUCT co4 0.0 0


URES AN 0
D UNION

4.1 Structur co4 0.0 45 06th May,


e - Neste 0 2025
d structu 11:55 AM to
res 12:40 PM

4.2 Pointer a co4 0.0 45 07th May,


nd Struct 0 2025
ures 09:30 AM t
o 10:15 AM

4.3 Array of s co4 0.0 45 09th May,


tructures 0 2025
02:05 AM t
o 02:50 A
M
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)
manities

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
4.4 \Self refe co4 0.0 45 12th May,
rential st 0 2025
ructures 01:20 AM t
o 02:05 A
M

4.5 Dynamic co4 0.0 45 13th May,


memory 0 2025
allocatio 11:55 AM to
n 12:40 PM

4.6 Singly lin co4 0.0 90 14th May,


ked list – 0 2025
typedef 09:30 AM t
o 10:15 AM

16th May,
2025
02:05 AM t
o 02:50 A
M

4.7 - Storage co4 0.0 90 19th May,


classes a 0 2025
nd Visibil 01:20 AM t
ity. o 02:05 A
M

20th May,
2025
11:55 AM to
12:40 PM

5 FILE PRO co5 0.0 0


CESSING 0

5.1 Files co5 0.0 45 21st May, 2


0 025
09:30 AM t
o 10:15 AM

5.2 Types of f co5 0.0 90 23rd May,


ile proce 0 2025
ssing: Se 02:05 AM t
quential o 02:50 A
access, R M
andom a
ccess

26th May,
2025
01:20 AM t
o 02:05 A
M

5.3 Sequenti co5 0.0 45 27th May,


al access 0 2025
file 11:55 AM to
12:40 PM
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)
manities

Syllabus Completion Report


Proposed Completion Teaching
Sr. No. Unit Course Outcome Unit Outcome Hrs Minutes Details Details Attendance Methodology
5.4 Random co5 0.0 45 28th May,
access fil 0 2025
e 09:30 AM t
o 10:15 AM

5.5 Comman co5 0.0 90 30th May,


d line arg 0 2025
uments. 02:05 AM t
o 02:50 A
M

02nd Jun
e, 2025
01:20 AM t
o 02:05 A
M

5.6 INTERNA co5 3.0 0 03rd June,


L ASSES 0 2025
MENT 2 11:55 AM to
12:40 PM

04th June,
2025
09:30 AM t
o 10:15 AM
Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

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
Abraham K 961224148001 - - - - - - - - - - - - - - -

Ajin Casto K 961224148002 - - - - - - - - - - - - - - -

Andrew Gladson A 961224148003 - - - - - - - - - - - - - - -

Arunpandian M 961224148004 - - - - - - - - - - - - - - -

Chris Nova J 961224148005 - - - - - - - - - - - - - - -

Gokul Vishnu R 961224148006 - - - - - - - - - - - - - - -

Goutham I 961224148007 - - - - - - - - - - - - - - -

Jenifer Y 961224148008 - - - - - - - - - - - - - - -

Jenisha J K 961224148009 - - - - - - - - - - - - - - -

Jervin Stuvert J 961224148010 - - - - - - - - - - - - - - -

Jeynesh Raj T 961224148011 - - - - - - - - - - - - - - -

Kalaiselvam V 961224148012 - - - - - - - - - - - - - - -

Kommula Praneeth 961224148013 - - - - - - - - - - - - - - -

Manoj Kumar P 961224148014 - - - - - - - - - - - - - - -

Muthuselvi S 961224148015 - - - - - - - - - - - - - - -

Nishanth K 961224148016 - - - - - - - - - - - - - - -

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 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
Abraham K 961224148001 - - - - - - - - - - - - - - -

Ajin Casto K 961224148002 - - - - - - - - - - - - - - -

Andrew Gladson A 961224148003 - - - - - - - - - - - - - - -

Arunpandian M 961224148004 - - - - - - - - - - - - - - -

Chris Nova J 961224148005 - - - - - - - - - - - - - - -

Gokul Vishnu R 961224148006 - - - - - - - - - - - - - - -

Goutham I 961224148007 - - - - - - - - - - - - - - -

Jenifer Y 961224148008 - - - - - - - - - - - - - - -

Jenisha J K 961224148009 - - - - - - - - - - - - - - -

Jervin Stuvert J 961224148010 - - - - - - - - - - - - - - -

Jeynesh Raj T 961224148011 - - - - - - - - - - - - - - -

Kalaiselvam V 961224148012 - - - - - - - - - - - - - - -

Kommula Praneeth 961224148013 - - - - - - - - - - - - - - -

Manoj Kumar P 961224148014 - - - - - - - - - - - - - - -

Muthuselvi S 961224148015 - - - - - - - - - - - - - - -

Nishanth K 961224148016 - - - - - - - - - - - - - - -

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 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
Abraham K 961224148001 - - - - - - - - - - - - - - -

Ajin Casto K 961224148002 - - - - - - - - - - - - - - -

Andrew Gladson A 961224148003 - - - - - - - - - - - - - - -


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
Arunpandian M 961224148004 - - - - - - - - - - - - - - -

Chris Nova J 961224148005 - - - - - - - - - - - - - - -

Gokul Vishnu R 961224148006 - - - - - - - - - - - - - - -

Goutham I 961224148007 - - - - - - - - - - - - - - -

Jenifer Y 961224148008 - - - - - - - - - - - - - - -

Jenisha J K 961224148009 - - - - - - - - - - - - - - -

Jervin Stuvert J 961224148010 - - - - - - - - - - - - - - -

Jeynesh Raj T 961224148011 - - - - - - - - - - - - - - -

Kalaiselvam V 961224148012 - - - - - - - - - - - - - - -

Kommula Praneeth 961224148013 - - - - - - - - - - - - - - -

Manoj Kumar P 961224148014 - - - - - - - - - - - - - - -

Muthuselvi S 961224148015 - - - - - - - - - - - - - - -

Nishanth K 961224148016 - - - - - - - - - - - - - - -

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 - - - - - - - - - - - - - - -

Score Out Of
Name Roll No 46|S 47|S 48|S 49|S 50|S 51|S Session Tutorial Revision Attendance(%) 4
Abraham K 96122414800 - - - - - - 51 0 0 100.00 4.00
1

Ajin Casto K 96122414800 - - - - - - 51 0 0 100.00 4.00


2

Andrew Gladson A 96122414800 - - - - - - 51 0 0 100.00 4.00


3

Arunpandian M 96122414800 - - - - - - 51 0 0 100.00 4.00


4
Score Out Of
Name Roll No 46|S 47|S 48|S 49|S 50|S 51|S Session Tutorial Revision Attendance(%) 4
Chris Nova J 96122414800 - - - - - - 51 0 0 100.00 4.00
5

Gokul Vishnu R 96122414800 - - - - - - 51 0 0 100.00 4.00


6

Goutham I 96122414800 - - - - - - 51 0 0 100.00 4.00


7

Jenifer Y 96122414800 - - - - - - 51 0 0 100.00 4.00


8

Jenisha J K 96122414800 - - - - - - 51 0 0 100.00 4.00


9

Jervin Stuvert J 96122414801 - - - - - - 51 0 0 100.00 4.00


0

Jeynesh Raj T 961224148011 - - - - - - 51 0 0 100.00 4.00

Kalaiselvam V 96122414801 - - - - - - 51 0 0 100.00 4.00


2

Kommula Praneet 96122414801 - - - - - - 51 0 0 100.00 4.00


h 3

Manoj Kumar P 96122414801 - - - - - - 51 0 0 100.00 4.00


4

Muthuselvi S 96122414801 - - - - - - 51 0 0 100.00 4.00


5

Nishanth K 96122414801 - - - - - - 51 0 0 100.00 4.00


6

Palpandi T 96122414801 - - - - - - 51 0 0 100.00 4.00


7

Pradeep K 96122414801 - - - - - - 51 0 0 100.00 4.00


8

Pradeepraj A 96122414801 - - - - - - 51 0 0 100.00 4.00


9

Prince S 96122414802 - - - - - - 51 0 0 100.00 4.00


0

Radha Krishnan K 96122414802 - - - - - - 51 0 0 100.00 4.00


1

Sathishwaran R 96122414802 - - - - - - 51 0 0 100.00 4.00


2

Senthil Saravanan 96122414802 - - - - - - 51 0 0 100.00 4.00


R 3

Sugumar S 96122414802 - - - - - - 51 0 0 100.00 4.00


4

Sumithra M 96122414802 - - - - - - 51 0 0 100.00 4.00


5

Surya Prakash M 96122414802 - - - - - - 51 0 0 100.00 4.00


6

Tharun M S 96122414802 - - - - - - 51 0 0 100.00 4.00


7

Ugeswaran V 96122414802 - - - - - - 51 0 0 100.00 4.00


8
Score Out Of
Name Roll No 46|S 47|S 48|S 49|S 50|S 51|S Session Tutorial Revision Attendance(%) 4
Vaikundamoorthy 96122414802 - - - - - - 51 0 0 100.00 4.00
G 9

Valan Arasu M 96122414803 - - - - - - 51 0 0 100.00 4.00


0

Vibanesh G S 96122414803 - - - - - - 51 0 0 100.00 4.00


1

Zindha Key Shing 96122414803 - - - - - - 51 0 0 100.00 4.00


S 2
Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

List of result analysis modules with performance


Title : Internal Assessment 1
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224148001 Abraham K 0.00 Yes

961224148002 Ajin Casto K 0.00 Yes

961224148003 Andrew Gladson A 0.00 Yes

961224148004 Arunpandian M 0.00 Yes

961224148005 Chris Nova J 0.00 Yes

961224148006 Gokul Vishnu R 0.00 Yes

961224148007 Goutham I 0.00 Yes

961224148008 Jenifer Y 0.00 Yes

961224148009 Jenisha J K 0.00 Yes

961224148010 Jervin Stuvert J 0.00 Yes

961224148011 Jeynesh Raj T 0.00 Yes

961224148012 Kalaiselvam V 0.00 Yes

961224148013 Kommula Praneeth 0.00 Yes

961224148014 Manoj Kumar P 0.00 Yes

961224148015 Muthuselvi S 0.00 Yes

961224148016 Nishanth K 0.00 Yes

961224148017 Palpandi T 0.00 Yes

961224148018 Pradeep K 0.00 Yes

961224148019 Pradeepraj A 0.00 Yes

961224148020 Prince S 0.00 Yes

961224148021 Radha Krishnan K 0.00 Yes

961224148022 Sathishwaran R 0.00 Yes

961224148023 Senthil Saravanan R 0.00 Yes

961224148024 Sugumar S 0.00 Yes

961224148025 Sumithra M 0.00 Yes

961224148026 Surya Prakash M 0.00 Yes

961224148027 Tharun M S 0.00 Yes

961224148028 Ugeswaran V 0.00 Yes

961224148029 Vaikundamoorthy G 0.00 Yes

961224148030 Valan Arasu M 0.00 Yes

961224148031 Vibanesh G S 0.00 Yes

961224148032 Zindha Key Shing S 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

List of result analysis modules with performance


Title : Internal Assessment 1
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
Title : Internal Assessment 2
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224148001 Abraham K 0.00 Yes

961224148002 Ajin Casto K 0.00 Yes

961224148003 Andrew Gladson A 0.00 Yes

961224148004 Arunpandian M 0.00 Yes

961224148005 Chris Nova J 0.00 Yes

961224148006 Gokul Vishnu R 0.00 Yes

961224148007 Goutham I 0.00 Yes

961224148008 Jenifer Y 0.00 Yes

961224148009 Jenisha J K 0.00 Yes

961224148010 Jervin Stuvert J 0.00 Yes

961224148011 Jeynesh Raj T 0.00 Yes

961224148012 Kalaiselvam V 0.00 Yes

961224148013 Kommula Praneeth 0.00 Yes

961224148014 Manoj Kumar P 0.00 Yes

961224148015 Muthuselvi S 0.00 Yes

961224148016 Nishanth K 0.00 Yes

961224148017 Palpandi T 0.00 Yes

961224148018 Pradeep K 0.00 Yes

961224148019 Pradeepraj A 0.00 Yes

961224148020 Prince S 0.00 Yes

961224148021 Radha Krishnan K 0.00 Yes

961224148022 Sathishwaran R 0.00 Yes

961224148023 Senthil Saravanan R 0.00 Yes

961224148024 Sugumar S 0.00 Yes

961224148025 Sumithra M 0.00 Yes

961224148026 Surya Prakash M 0.00 Yes

961224148027 Tharun M S 0.00 Yes

961224148028 Ugeswaran V 0.00 Yes

961224148029 Vaikundamoorthy G 0.00 Yes

961224148030 Valan Arasu M 0.00 Yes

961224148031 Vibanesh G S 0.00 Yes

961224148032 Zindha Key Shing S 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

List of result analysis modules with performance


Title : Internal Assessment 1
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
Title : Assignment 01
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224148001 Abraham K 0.00 Yes

961224148002 Ajin Casto K 0.00 Yes

961224148003 Andrew Gladson A 0.00 Yes

961224148004 Arunpandian M 0.00 Yes

961224148005 Chris Nova J 0.00 Yes

961224148006 Gokul Vishnu R 0.00 Yes

961224148007 Goutham I 0.00 Yes

961224148008 Jenifer Y 0.00 Yes

961224148009 Jenisha J K 0.00 Yes

961224148010 Jervin Stuvert J 0.00 Yes

961224148011 Jeynesh Raj T 0.00 Yes

961224148012 Kalaiselvam V 0.00 Yes

961224148013 Kommula Praneeth 0.00 Yes

961224148014 Manoj Kumar P 0.00 Yes

961224148015 Muthuselvi S 0.00 Yes

961224148016 Nishanth K 0.00 Yes

961224148017 Palpandi T 0.00 Yes

961224148018 Pradeep K 0.00 Yes

961224148019 Pradeepraj A 0.00 Yes

961224148020 Prince S 0.00 Yes

961224148021 Radha Krishnan K 0.00 Yes

961224148022 Sathishwaran R 0.00 Yes

961224148023 Senthil Saravanan R 0.00 Yes

961224148024 Sugumar S 0.00 Yes

961224148025 Sumithra M 0.00 Yes

961224148026 Surya Prakash M 0.00 Yes

961224148027 Tharun M S 0.00 Yes

961224148028 Ugeswaran V 0.00 Yes

961224148029 Vaikundamoorthy G 0.00 Yes

961224148030 Valan Arasu M 0.00 Yes

961224148031 Vibanesh G S 0.00 Yes

961224148032 Zindha Key Shing S 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

List of result analysis modules with performance


Title : Internal Assessment 1
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
Title : Assignment 02
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224148001 Abraham K 0.00 Yes

961224148002 Ajin Casto K 0.00 Yes

961224148003 Andrew Gladson A 0.00 Yes

961224148004 Arunpandian M 0.00 Yes

961224148005 Chris Nova J 0.00 Yes

961224148006 Gokul Vishnu R 0.00 Yes

961224148007 Goutham I 0.00 Yes

961224148008 Jenifer Y 0.00 Yes

961224148009 Jenisha J K 0.00 Yes

961224148010 Jervin Stuvert J 0.00 Yes

961224148011 Jeynesh Raj T 0.00 Yes

961224148012 Kalaiselvam V 0.00 Yes

961224148013 Kommula Praneeth 0.00 Yes

961224148014 Manoj Kumar P 0.00 Yes

961224148015 Muthuselvi S 0.00 Yes

961224148016 Nishanth K 0.00 Yes

961224148017 Palpandi T 0.00 Yes

961224148018 Pradeep K 0.00 Yes

961224148019 Pradeepraj A 0.00 Yes

961224148020 Prince S 0.00 Yes

961224148021 Radha Krishnan K 0.00 Yes

961224148022 Sathishwaran R 0.00 Yes

961224148023 Senthil Saravanan R 0.00 Yes

961224148024 Sugumar S 0.00 Yes

961224148025 Sumithra M 0.00 Yes

961224148026 Surya Prakash M 0.00 Yes

961224148027 Tharun M S 0.00 Yes

961224148028 Ugeswaran V 0.00 Yes

961224148029 Vaikundamoorthy G 0.00 Yes

961224148030 Valan Arasu M 0.00 Yes

961224148031 Vibanesh G S 0.00 Yes

961224148032 Zindha Key Shing S 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

List of result analysis modules with performance


Title : Internal Assessment 1
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
Title : Assignment 03
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224148001 Abraham K 0.00 Yes

961224148002 Ajin Casto K 0.00 Yes

961224148003 Andrew Gladson A 0.00 Yes

961224148004 Arunpandian M 0.00 Yes

961224148005 Chris Nova J 0.00 Yes

961224148006 Gokul Vishnu R 0.00 Yes

961224148007 Goutham I 0.00 Yes

961224148008 Jenifer Y 0.00 Yes

961224148009 Jenisha J K 0.00 Yes

961224148010 Jervin Stuvert J 0.00 Yes

961224148011 Jeynesh Raj T 0.00 Yes

961224148012 Kalaiselvam V 0.00 Yes

961224148013 Kommula Praneeth 0.00 Yes

961224148014 Manoj Kumar P 0.00 Yes

961224148015 Muthuselvi S 0.00 Yes

961224148016 Nishanth K 0.00 Yes

961224148017 Palpandi T 0.00 Yes

961224148018 Pradeep K 0.00 Yes

961224148019 Pradeepraj A 0.00 Yes

961224148020 Prince S 0.00 Yes

961224148021 Radha Krishnan K 0.00 Yes

961224148022 Sathishwaran R 0.00 Yes

961224148023 Senthil Saravanan R 0.00 Yes

961224148024 Sugumar S 0.00 Yes

961224148025 Sumithra M 0.00 Yes

961224148026 Surya Prakash M 0.00 Yes

961224148027 Tharun M S 0.00 Yes

961224148028 Ugeswaran V 0.00 Yes

961224148029 Vaikundamoorthy G 0.00 Yes

961224148030 Valan Arasu M 0.00 Yes

961224148031 Vibanesh G S 0.00 Yes

961224148032 Zindha Key Shing S 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

List of result analysis modules with performance


Title : Internal Assessment 1
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
Title : Assignment 04
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224148001 Abraham K 0.00 Yes

961224148002 Ajin Casto K 0.00 Yes

961224148003 Andrew Gladson A 0.00 Yes

961224148004 Arunpandian M 0.00 Yes

961224148005 Chris Nova J 0.00 Yes

961224148006 Gokul Vishnu R 0.00 Yes

961224148007 Goutham I 0.00 Yes

961224148008 Jenifer Y 0.00 Yes

961224148009 Jenisha J K 0.00 Yes

961224148010 Jervin Stuvert J 0.00 Yes

961224148011 Jeynesh Raj T 0.00 Yes

961224148012 Kalaiselvam V 0.00 Yes

961224148013 Kommula Praneeth 0.00 Yes

961224148014 Manoj Kumar P 0.00 Yes

961224148015 Muthuselvi S 0.00 Yes

961224148016 Nishanth K 0.00 Yes

961224148017 Palpandi T 0.00 Yes

961224148018 Pradeep K 0.00 Yes

961224148019 Pradeepraj A 0.00 Yes

961224148020 Prince S 0.00 Yes

961224148021 Radha Krishnan K 0.00 Yes

961224148022 Sathishwaran R 0.00 Yes

961224148023 Senthil Saravanan R 0.00 Yes

961224148024 Sugumar S 0.00 Yes

961224148025 Sumithra M 0.00 Yes

961224148026 Surya Prakash M 0.00 Yes

961224148027 Tharun M S 0.00 Yes

961224148028 Ugeswaran V 0.00 Yes

961224148029 Vaikundamoorthy G 0.00 Yes

961224148030 Valan Arasu M 0.00 Yes

961224148031 Vibanesh G S 0.00 Yes

961224148032 Zindha Key Shing S 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - CSE -AM 2024-25 CS3251 Programming in C (Theory | regular)

List of result analysis modules with performance


Title : Internal Assessment 1
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
Title : Assignment 05
Subject : CS3251 Programming in C
Faculty : Shanmuga Sundari K
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224148001 Abraham K 0.00 Yes

961224148002 Ajin Casto K 0.00 Yes

961224148003 Andrew Gladson A 0.00 Yes

961224148004 Arunpandian M 0.00 Yes

961224148005 Chris Nova J 0.00 Yes

961224148006 Gokul Vishnu R 0.00 Yes

961224148007 Goutham I 0.00 Yes

961224148008 Jenifer Y 0.00 Yes

961224148009 Jenisha J K 0.00 Yes

961224148010 Jervin Stuvert J 0.00 Yes

961224148011 Jeynesh Raj T 0.00 Yes

961224148012 Kalaiselvam V 0.00 Yes

961224148013 Kommula Praneeth 0.00 Yes

961224148014 Manoj Kumar P 0.00 Yes

961224148015 Muthuselvi S 0.00 Yes

961224148016 Nishanth K 0.00 Yes

961224148017 Palpandi T 0.00 Yes

961224148018 Pradeep K 0.00 Yes

961224148019 Pradeepraj A 0.00 Yes

961224148020 Prince S 0.00 Yes

961224148021 Radha Krishnan K 0.00 Yes

961224148022 Sathishwaran R 0.00 Yes

961224148023 Senthil Saravanan R 0.00 Yes

961224148024 Sugumar S 0.00 Yes

961224148025 Sumithra M 0.00 Yes

961224148026 Surya Prakash M 0.00 Yes

961224148027 Tharun M S 0.00 Yes

961224148028 Ugeswaran V 0.00 Yes

961224148029 Vaikundamoorthy G 0.00 Yes

961224148030 Valan Arasu M 0.00 Yes

961224148031 Vibanesh G S 0.00 Yes

961224148032 Zindha Key Shing S 0.00 Yes

You might also like