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

Pogramming in C- Course File(IT)

The document outlines the course structure for CS3251 Programming in C 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, syllabus, student list, and internal examination details. The course aims to provide students with foundational programming skills in C, covering topics such as data types, functions, pointers, 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)
5 views

Pogramming in C- Course File(IT)

The document outlines the course structure for CS3251 Programming in C 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, syllabus, student list, and internal examination details. The course aims to provide students with foundational programming skills in C, covering topics such as data types, functions, pointers, 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/ 35

Course File

CS3251 Programming In C
(Course Code- )

( Science And Humanities ) SEMESTER 2 - IT

Course Incharge
Nirmala V
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 - IT

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

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 Humanities SEMESTER 2 - IT 2024-25 CS3251 Programming in C (Theory | regular)

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

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

CO2

CO3

CO4

co5
Loyola Institute of Technology & Science
Science and SEMESTER 2 - IT 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

2.1 Introduction to Arrays: Declaration, Initi


alization

2.2 One dimensional array

2.3 Two dimensional arrays

2.4 String operations: length, compare, con


catenate, copy

2.5 Selection sort, linear and binary search.

3 FUNCTIONS AND POINTERS

3.1 Modular programming

3.2 - Function prototype, function definitio


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

3.3 Recursion, Binary Search using recursiv


e functions

3.4 Pointers –Pointer operators – Pointer ari


thmetic

3.5 INTERNAL ASSESMENT 1 co1

3.6 Arrays and pointers

3.7 Array of pointers

3.8 Parameter passing:Pass by value, Pass


by reference.

4 STRUCTURES AND UNION

4.1 Structure - Nested structures

4.2 Pointer and Structures


Loyola Institute of Technology & Science
Science and SEMESTER 2 - IT 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

4.4 \Self referential structures

4.5 Dynamic memory allocation

4.6 Singly linked list – typedef

4.7 - Storage classes and Visibility.

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

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


1 STLITES24418 961224205001 961224205001 Abishek C

2 STLITES24419 961224205002 961224205002 Akshaya K R

3 STLITES24420 961224205003 961224205003 Amarnath A

4 STLITES24421 961224205004 961224205004 Anusuya M

5 STLITES24422 961224205005 961224205005 Arockia Akshaya C

6 STLITES24423 961224205006 961224205006 Asha K

7 STLITES24424 961224205007 961224205007 Aswin A

8 STLITES24425 961224205008 961224205008 Bejoslin R

9 STLITES24426 961224205009 961224205009 Benson Joseph D

10 STLITES24427 961224205010 961224205010 Buvana K

11 STLITES24428 961224205011 961224205011 Eswary M S

12 STLITES24429 961224205012 961224205012 George Jeroniuse J

13 STLITES24430 961224205013 961224205013 Juniya A

14 STLITES24431 961224205014 961224205014 Kajiltha R

15 STLITES24432 961224205015 961224205015 Madhavan C

16 STLITES24452 961224205016 961224205016 Manish M

17 STLITES24433 961224205017 961224205017 Muthu Kumar V

18 STLITES24434 961224205018 961224205018 Muthuvinisha B

19 STLITES24435 961224205019 961224205019 Nagavarshini M

20 STLITES24436 961224205020 961224205020 Naren M

21 STLITES24437 961224205021 961224205021 Nehru G

22 STLITES24438 961224205022 961224205022 Pasupathi E

23 STLITES24439 961224205023 961224205023 Raja A

24 STLITES24440 961224205024 961224205024 Rajitha A R

25 STLITES24441 961224205025 961224205025 Santhoshkumar M

26 STLITES24442 961224205026 961224205026 Sham C

27 STLITES24443 961224205027 961224205027 Shane Ebinesh S

28 STLITES24444 961224205028 961224205028 Sharmitha S

29 STLITES24445 961224205029 961224205029 Shijin S

30 STLITES24446 961224205030 961224205030 Sriram R

31 STLITES24447 961224205031 961224205031 Stella

32 STLITES24448 961224205032 961224205032 Varsha G

33 STLITES24449 961224205033 961224205033 Varsha K

34 STLITES24450 961224205034 961224205034 Vijaya Rahul S M


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

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


35 STLITES24451 961224205035 961224205035 Wilson Joshua M
Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - I 2024-25 CS3251 Programming in C (Theory | regular)
T

List of Internal Examinations


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

2 Internal Assessment 100 30th Nov, -0001 180 Unit 3(half),Unit 4 ,Unit
2 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 - 2024-25 CS3251 Program
d Humaniti IT 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.What is a pointer 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 compon 16.00
ents?

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 and l 16.00
ooping statements, with appropriate examples.

14 question 12.b.i.Explain the different types of operators used in ‘C’ with necessary progra 16.00
m. (8)

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


(8)

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

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

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


nction prototypes, and the difference between call by value and call by referen
ce, 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 pas 16.00
sing methods.
Loyola Institute of Technology & Science
Science an SEMESTER 2 - 2024-25 CS3251 Program
d Humaniti IT 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 functions 16.00

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


rs of various types and declare two structure variables. Write a p
rogram to read data 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? Justify. 16.00


(8)

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

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

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


Loyola Institute of Technology & Science
Science an SEMESTER 2 - 2024-25 CS3251 Program
d Humaniti IT 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.(4)
ii. external.(4)
iii. static.(4)
iv. register.(4) .

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


ple.(16)

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

ii. Write about all the pragma directive and explain in detail.
(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 of 10.00
integers entered by the user.

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


eit and vice versa, based on user selection.

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 ascendi 10.00
ng order using the selection sort algorithm.

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

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 - 2024-25 CS3251 Program
d Humaniti IT 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 using p 10.00
ointers.

ii.Develop a C program that calculates the nth Fibonacci number using a recursive
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 info 10.00
rmation (e.g., name, roll number, marks) and displays the details of s
tudents scoring above a certain percentage.

ii.Design a C program that manages a list of employees using an array of structures, i


ncluding 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 ano 10.00
ther, ensuring proper error handling during file operations.

ii.Write a C program that reads a text file and counts the number of vowels, consonan
ts, digits, and whitespace characters present in the file.
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - IT 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 09:30 AM t
ng parad o 10:15 AM
igms

1.2 Applicati co1 0.0 45 01st Marc


ons of C 0 h, 2025
Languag 10:15 AM t
e o 11:00 AM

1.3 Structur co1 0.0 45 05th Marc


e of C pr 0 h, 2025
ogram 02:05 AM t
o 02:50 A
M

1.4 C progra co1 0.0 45 07th Marc


mming: 0 h, 2025
Data Typ 09:30 AM t
es - o 10:15 AM

1.5 Constant co1 0.0 90 08th Marc


s – Enum 0 h, 2025
eration C 10:15 AM t
onstants o 11:00 AM

12th Marc
h, 2025
02:05 AM t
o 02:50 A
M

1.6 Keyword co1 0.0 45 14th Marc


s – Opera 0 h, 2025
tors:Prec 09:30 AM t
edence a o 10:15 AM
nd Assoc
iativity

1.7 Expressi co1 0.0 90 15th Marc


ons - Inp 0 h, 2025
ut/Outpu 10:15 AM t
t statem o 11:00 AM
ents, Assi
gnment
stateme
nts

18th Marc
h, 2025
10:15 AM t
o 11:00 AM
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - IT 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 02:05 AM t
ts - Switc o 02:50 A
h statem M
ent

1.9 Looping co1 0.0 45 21st Marc


stateme 0 h, 2025
nts – Pre 09:30 AM t
processo o 10:15 AM
r directiv
es

2 ARRAYS 0.0 0
AND STR 0
INGS

2.1 Introduct 0.0 90 22nd Marc


ion to Arr 0 h, 2025
ays: Decl 10:15 AM t
aration, I o 11:00 AM
nitializati
on

25th Marc
h, 2025
10:15 AM t
o 11:00 AM

2.2 One dim 0.0 45 26th Marc


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

2.3 Two dim 0.0 45 28th Marc


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

2.4 String op 0.0 90 29th Marc


erations: 0 h, 2025
length, c 10:15 AM t
ompare, o 11:00 AM
concaten
ate, copy

01st April,
2025
10:15 AM t
o 11:00 AM

2.5 Selection 0.0 45 02nd Apri


sort, line 0 l, 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 - IT 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 0.0 0
NS AND 0
POINTER
S

3.1 Modular 0.0 45 04th April,


program 0 2025
ming 09:30 AM t
o 10:15 AM

3.2 - Functio 0.0 90 05th April,


n prototy 0 2025
pe, functi 10:15 AM t
on defini o 11:00 AM
tion, func
tion call,
Built-in f
unctions
(string fu
nctions,
math fun
ctions)

08th April,
2025
10:15 AM t
o 11:00 AM

3.3 Recursio 0.0 90 09th April,


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

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

3.4 Pointers 0.0 90 12th April,


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

15th April,
2025
10:15 AM t
o 11:00 AM

3.5 INTERNA co1 3.0 0 16th April,


L ASSES 0 2025
MENT 1 02:05 AM t
o 02:50 A
M

22nd April,
2025
10:15 AM t
o 11:00 AM
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - IT 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
02:05 AM t
o 02:50 A
M

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

3.6 Arrays an 0.0 45 26th April,


d pointer 0 2025
s 10:15 AM t
o 11:00 AM

3.7 Array of 0.0 45 29th April,


pointers 0 2025
10:15 AM t
o 11:00 AM

3.8 Paramet 0.0 90 30th April,


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

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

4 STRUCT 0.0 0
URES AN 0
D UNION

4.1 Structur 0.0 45 03rd May,


e - Neste 0 2025
d structu 10:15 AM t
res o 11:00 AM

4.2 Pointer a 0.0 45 06th May,


nd Struct 0 2025
ures 10:15 AM t
o 11:00 AM

4.3 Array of s 0.0 45 07th May,


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

4.4 \Self refe 0.0 45 09th May,


rential st 0 2025
ructures 09:30 AM t
o 10:15 AM

4.5 Dynamic 0.0 45 10th May,


memory 0 2025
allocatio 10:15 AM t
n o 11:00 AM
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - IT 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.6 Singly lin 0.0 90 13th May,
ked list – 0 2025
typedef 10:15 AM t
o 11:00 AM

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

4.7 - Storage 0.0 90 16th May,


classes a 0 2025
nd Visibil 09:30 AM t
ity. o 10:15 AM

17th May,
2025
10:15 AM t
o 11:00 AM

5 FILE PRO co5 0.0 0


CESSING 0

5.1 Files co5 0.0 45 20th May,


0 2025
10:15 AM t
o 11:00 AM

5.2 Types of f co5 0.0 90 21st May, 2


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

23rd May,
2025
09:30 AM t
o 10:15 AM

5.3 Sequenti co5 0.0 45 24th May,


al access 0 2025
file 10:15 AM t
o 11:00 AM

5.4 Random co5 0.0 45 27th May,


access fil 0 2025
e 10:15 AM t
o 11:00 AM

5.5 Comman co5 0.0 90 28th May,


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

30th May,
2025
09:30 AM t
o 10:15 AM
Loyola Institute of Technology & Science
Science and Hu SEMESTER 2 - IT 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.6 INTERNA co5 3.0 0 31st May, 2
L ASSES 0 025
MENT 2 10:15 AM t
o 11:00 AM

03rd June,
2025
10:15 AM t
o 11:00 AM

04th June,
2025
02:05 AM t
o 02:50 A
M
Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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
Abishek C 961224205001 - - - - - - - - - - - - - - -

Akshaya K R 961224205002 - - - - - - - - - - - - - - -

Amarnath A 961224205003 - - - - - - - - - - - - - - -

Anusuya M 961224205004 - - - - - - - - - - - - - - -

Arockia Akshaya C 961224205005 - - - - - - - - - - - - - - -

Asha K 961224205006 - - - - - - - - - - - - - - -

Aswin A 961224205007 - - - - - - - - - - - - - - -

Bejoslin R 961224205008 - - - - - - - - - - - - - - -

Benson Joseph D 961224205009 - - - - - - - - - - - - - - -

Buvana K 961224205010 - - - - - - - - - - - - - - -

Eswary M S 961224205011 - - - - - - - - - - - - - - -

George Jeroniuse J 961224205012 - - - - - - - - - - - - - - -

Juniya A 961224205013 - - - - - - - - - - - - - - -

Kajiltha R 961224205014 - - - - - - - - - - - - - - -

Madhavan C 961224205015 - - - - - - - - - - - - - - -

Manish M 961224205016 - - - - - - - - - - - - - - -

Muthu Kumar V 961224205017 - - - - - - - - - - - - - - -

Muthuvinisha B 961224205018 - - - - - - - - - - - - - - -

Nagavarshini M 961224205019 - - - - - - - - - - - - - - -

Naren M 961224205020 - - - - - - - - - - - - - - -

Nehru G 961224205021 - - - - - - - - - - - - - - -

Pasupathi E 961224205022 - - - - - - - - - - - - - - -

Raja A 961224205023 - - - - - - - - - - - - - - -

Rajitha A R 961224205024 - - - - - - - - - - - - - - -

Santhoshkumar M 961224205025 - - - - - - - - - - - - - - -

Sham C 961224205026 - - - - - - - - - - - - - - -

Shane Ebinesh S 961224205027 - - - - - - - - - - - - - - -

Sharmitha S 961224205028 - - - - - - - - - - - - - - -

Shijin S 961224205029 - - - - - - - - - - - - - - -

Sriram R 961224205030 - - - - - - - - - - - - - - -

Stella 961224205031 - - - - - - - - - - - - - - -

Varsha G 961224205032 - - - - - - - - - - - - - - -

Varsha K 961224205033 - - - - - - - - - - - - - - -
Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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
Vijaya Rahul S M 961224205034 - - - - - - - - - - - - - - -

Wilson Joshua M 961224205035 - - - - - - - - - - - - - - -

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
Abishek C 961224205001 - - - - - - - - - - - - - - -

Akshaya K R 961224205002 - - - - - - - - - - - - - - -

Amarnath A 961224205003 - - - - - - - - - - - - - - -

Anusuya M 961224205004 - - - - - - - - - - - - - - -

Arockia Akshaya C 961224205005 - - - - - - - - - - - - - - -

Asha K 961224205006 - - - - - - - - - - - - - - -

Aswin A 961224205007 - - - - - - - - - - - - - - -

Bejoslin R 961224205008 - - - - - - - - - - - - - - -

Benson Joseph D 961224205009 - - - - - - - - - - - - - - -

Buvana K 961224205010 - - - - - - - - - - - - - - -

Eswary M S 961224205011 - - - - - - - - - - - - - - -

George Jeroniuse J 961224205012 - - - - - - - - - - - - - - -

Juniya A 961224205013 - - - - - - - - - - - - - - -

Kajiltha R 961224205014 - - - - - - - - - - - - - - -

Madhavan C 961224205015 - - - - - - - - - - - - - - -

Manish M 961224205016 - - - - - - - - - - - - - - -

Muthu Kumar V 961224205017 - - - - - - - - - - - - - - -

Muthuvinisha B 961224205018 - - - - - - - - - - - - - - -

Nagavarshini M 961224205019 - - - - - - - - - - - - - - -

Naren M 961224205020 - - - - - - - - - - - - - - -

Nehru G 961224205021 - - - - - - - - - - - - - - -

Pasupathi E 961224205022 - - - - - - - - - - - - - - -

Raja A 961224205023 - - - - - - - - - - - - - - -

Rajitha A R 961224205024 - - - - - - - - - - - - - - -

Santhoshkumar M 961224205025 - - - - - - - - - - - - - - -

Sham C 961224205026 - - - - - - - - - - - - - - -

Shane Ebinesh S 961224205027 - - - - - - - - - - - - - - -

Sharmitha S 961224205028 - - - - - - - - - - - - - - -

Shijin S 961224205029 - - - - - - - - - - - - - - -
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
Sriram R 961224205030 - - - - - - - - - - - - - - -

Stella 961224205031 - - - - - - - - - - - - - - -

Varsha G 961224205032 - - - - - - - - - - - - - - -

Varsha K 961224205033 - - - - - - - - - - - - - - -

Vijaya Rahul S M 961224205034 - - - - - - - - - - - - - - -

Wilson Joshua M 961224205035 - - - - - - - - - - - - - - -

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
Abishek C 961224205001 - - - - - - - - - - - - - - -

Akshaya K R 961224205002 - - - - - - - - - - - - - - -

Amarnath A 961224205003 - - - - - - - - - - - - - - -

Anusuya M 961224205004 - - - - - - - - - - - - - - -

Arockia Akshaya C 961224205005 - - - - - - - - - - - - - - -

Asha K 961224205006 - - - - - - - - - - - - - - -

Aswin A 961224205007 - - - - - - - - - - - - - - -

Bejoslin R 961224205008 - - - - - - - - - - - - - - -

Benson Joseph D 961224205009 - - - - - - - - - - - - - - -

Buvana K 961224205010 - - - - - - - - - - - - - - -

Eswary M S 961224205011 - - - - - - - - - - - - - - -

George Jeroniuse J 961224205012 - - - - - - - - - - - - - - -

Juniya A 961224205013 - - - - - - - - - - - - - - -

Kajiltha R 961224205014 - - - - - - - - - - - - - - -

Madhavan C 961224205015 - - - - - - - - - - - - - - -

Manish M 961224205016 - - - - - - - - - - - - - - -

Muthu Kumar V 961224205017 - - - - - - - - - - - - - - -

Muthuvinisha B 961224205018 - - - - - - - - - - - - - - -

Nagavarshini M 961224205019 - - - - - - - - - - - - - - -

Naren M 961224205020 - - - - - - - - - - - - - - -

Nehru G 961224205021 - - - - - - - - - - - - - - -

Pasupathi E 961224205022 - - - - - - - - - - - - - - -

Raja A 961224205023 - - - - - - - - - - - - - - -

Rajitha A R 961224205024 - - - - - - - - - - - - - - -

Santhoshkumar M 961224205025 - - - - - - - - - - - - - - -

Sham C 961224205026 - - - - - - - - - - - - - - -

Shane Ebinesh S 961224205027 - - - - - - - - - - - - - - -

Sharmitha S 961224205028 - - - - - - - - - - - - - - -

Shijin S 961224205029 - - - - - - - - - - - - - - -
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
Sriram R 961224205030 - - - - - - - - - - - - - - -

Stella 961224205031 - - - - - - - - - - - - - - -

Varsha G 961224205032 - - - - - - - - - - - - - - -

Varsha K 961224205033 - - - - - - - - - - - - - - -

Vijaya Rahul S M 961224205034 - - - - - - - - - - - - - - -

Wilson Joshua M 961224205035 - - - - - - - - - - - - - - -

Score Out
Name Roll No 46|S 47|S 48|S 49|S 50|S 51|S 52|S Session Tutorial Revision Attendance(%) Of 4
Abishek C 9612242050 - - - - - - - 52 0 0 100.00 4.00
01

Akshaya K R 9612242050 - - - - - - - 52 0 0 100.00 4.00


02

Amarnath A 9612242050 - - - - - - - 52 0 0 100.00 4.00


03

Anusuya M 9612242050 - - - - - - - 52 0 0 100.00 4.00


04

Arockia Akshay 9612242050 - - - - - - - 52 0 0 100.00 4.00


aC 05

Asha K 9612242050 - - - - - - - 52 0 0 100.00 4.00


06

Aswin A 9612242050 - - - - - - - 52 0 0 100.00 4.00


07

Bejoslin R 9612242050 - - - - - - - 52 0 0 100.00 4.00


08

Benson Joseph 9612242050 - - - - - - - 52 0 0 100.00 4.00


D 09

Buvana K 9612242050 - - - - - - - 52 0 0 100.00 4.00


10

Eswary M S 9612242050 - - - - - - - 52 0 0 100.00 4.00


11

George Jeroniu 9612242050 - - - - - - - 52 0 0 100.00 4.00


se J 12

Juniya A 9612242050 - - - - - - - 52 0 0 100.00 4.00


13

Kajiltha R 9612242050 - - - - - - - 52 0 0 100.00 4.00


14

Madhavan C 9612242050 - - - - - - - 52 0 0 100.00 4.00


15

Manish M 9612242050 - - - - - - - 52 0 0 100.00 4.00


16

Muthu Kumar V 9612242050 - - - - - - - 52 0 0 100.00 4.00


17
Score Out
Name Roll No 46|S 47|S 48|S 49|S 50|S 51|S 52|S Session Tutorial Revision Attendance(%) Of 4
Muthuvinisha B 9612242050 - - - - - - - 52 0 0 100.00 4.00
18

Nagavarshini M 9612242050 - - - - - - - 52 0 0 100.00 4.00


19

Naren M 9612242050 - - - - - - - 52 0 0 100.00 4.00


20

Nehru G 9612242050 - - - - - - - 52 0 0 100.00 4.00


21

Pasupathi E 9612242050 - - - - - - - 52 0 0 100.00 4.00


22

Raja A 9612242050 - - - - - - - 52 0 0 100.00 4.00


23

Rajitha A R 9612242050 - - - - - - - 52 0 0 100.00 4.00


24

Santhoshkumar 9612242050 - - - - - - - 52 0 0 100.00 4.00


M 25

Sham C 9612242050 - - - - - - - 52 0 0 100.00 4.00


26

Shane Ebinesh 9612242050 - - - - - - - 52 0 0 100.00 4.00


S 27

Sharmitha S 9612242050 - - - - - - - 52 0 0 100.00 4.00


28

Shijin S 9612242050 - - - - - - - 52 0 0 100.00 4.00


29

Sriram R 9612242050 - - - - - - - 52 0 0 100.00 4.00


30

Stella 9612242050 - - - - - - - 52 0 0 100.00 4.00


31

Varsha G 9612242050 - - - - - - - 52 0 0 100.00 4.00


32

Varsha K 9612242050 - - - - - - - 52 0 0 100.00 4.00


33

Vijaya Rahul S 9612242050 - - - - - - - 52 0 0 100.00 4.00


M 34

Wilson Joshua 9612242050 - - - - - - - 52 0 0 100.00 4.00


M 35
Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205001 Abishek C 0.00 Yes

961224205002 Akshaya K R 0.00 Yes

961224205003 Amarnath A 0.00 Yes

961224205004 Anusuya M 0.00 Yes

961224205005 Arockia Akshaya C 0.00 Yes

961224205006 Asha K 0.00 Yes

961224205007 Aswin A 0.00 Yes

961224205008 Bejoslin R 0.00 Yes

961224205009 Benson Joseph D 0.00 Yes

961224205010 Buvana K 0.00 Yes

961224205011 Eswary M S 0.00 Yes

961224205012 George Jeroniuse J 0.00 Yes

961224205013 Juniya A 0.00 Yes

961224205014 Kajiltha R 0.00 Yes

961224205015 Madhavan C 0.00 Yes

961224205016 Manish M 0.00 Yes

961224205017 Muthu Kumar V 0.00 Yes

961224205018 Muthuvinisha B 0.00 Yes

961224205019 Nagavarshini M 0.00 Yes

961224205020 Naren M 0.00 Yes

961224205021 Nehru G 0.00 Yes

961224205022 Pasupathi E 0.00 Yes

961224205023 Raja A 0.00 Yes

961224205024 Rajitha A R 0.00 Yes

961224205025 Santhoshkumar M 0.00 Yes

961224205026 Sham C 0.00 Yes

961224205027 Shane Ebinesh S 0.00 Yes

961224205028 Sharmitha S 0.00 Yes

961224205029 Shijin S 0.00 Yes

961224205030 Sriram R 0.00 Yes

961224205031 Stella 0.00 Yes

961224205032 Varsha G 0.00 Yes

961224205033 Varsha K 0.00 Yes

961224205034 Vijaya Rahul S M 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205035 Wilson Joshua M 0.00 Yes

Title : Internal Assessment 2


Subject : CS3251 Programming in C
Faculty : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205001 Abishek C 0.00 Yes

961224205002 Akshaya K R 0.00 Yes

961224205003 Amarnath A 0.00 Yes

961224205004 Anusuya M 0.00 Yes

961224205005 Arockia Akshaya C 0.00 Yes

961224205006 Asha K 0.00 Yes

961224205007 Aswin A 0.00 Yes

961224205008 Bejoslin R 0.00 Yes

961224205009 Benson Joseph D 0.00 Yes

961224205010 Buvana K 0.00 Yes

961224205011 Eswary M S 0.00 Yes

961224205012 George Jeroniuse J 0.00 Yes

961224205013 Juniya A 0.00 Yes

961224205014 Kajiltha R 0.00 Yes

961224205015 Madhavan C 0.00 Yes

961224205016 Manish M 0.00 Yes

961224205017 Muthu Kumar V 0.00 Yes

961224205018 Muthuvinisha B 0.00 Yes

961224205019 Nagavarshini M 0.00 Yes

961224205020 Naren M 0.00 Yes

961224205021 Nehru G 0.00 Yes

961224205022 Pasupathi E 0.00 Yes

961224205023 Raja A 0.00 Yes

961224205024 Rajitha A R 0.00 Yes

961224205025 Santhoshkumar M 0.00 Yes

961224205026 Sham C 0.00 Yes

961224205027 Shane Ebinesh S 0.00 Yes

961224205028 Sharmitha S 0.00 Yes

961224205029 Shijin S 0.00 Yes

961224205030 Sriram R 0.00 Yes

961224205031 Stella 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205032 Varsha G 0.00 Yes

961224205033 Varsha K 0.00 Yes

961224205034 Vijaya Rahul S M 0.00 Yes

961224205035 Wilson Joshua M 0.00 Yes

Title : Assignment 01
Subject : CS3251 Programming in C
Faculty : Nirmala V
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224205001 Abishek C 0.00 Yes

961224205002 Akshaya K R 0.00 Yes

961224205003 Amarnath A 0.00 Yes

961224205004 Anusuya M 0.00 Yes

961224205005 Arockia Akshaya C 0.00 Yes

961224205006 Asha K 0.00 Yes

961224205007 Aswin A 0.00 Yes

961224205008 Bejoslin R 0.00 Yes

961224205009 Benson Joseph D 0.00 Yes

961224205010 Buvana K 0.00 Yes

961224205011 Eswary M S 0.00 Yes

961224205012 George Jeroniuse J 0.00 Yes

961224205013 Juniya A 0.00 Yes

961224205014 Kajiltha R 0.00 Yes

961224205015 Madhavan C 0.00 Yes

961224205016 Manish M 0.00 Yes

961224205017 Muthu Kumar V 0.00 Yes

961224205018 Muthuvinisha B 0.00 Yes

961224205019 Nagavarshini M 0.00 Yes

961224205020 Naren M 0.00 Yes

961224205021 Nehru G 0.00 Yes

961224205022 Pasupathi E 0.00 Yes

961224205023 Raja A 0.00 Yes

961224205024 Rajitha A R 0.00 Yes

961224205025 Santhoshkumar M 0.00 Yes

961224205026 Sham C 0.00 Yes

961224205027 Shane Ebinesh S 0.00 Yes

961224205028 Sharmitha S 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205029 Shijin S 0.00 Yes

961224205030 Sriram R 0.00 Yes

961224205031 Stella 0.00 Yes

961224205032 Varsha G 0.00 Yes

961224205033 Varsha K 0.00 Yes

961224205034 Vijaya Rahul S M 0.00 Yes

961224205035 Wilson Joshua M 0.00 Yes

Title : Assignment 02
Subject : CS3251 Programming in C
Faculty : Nirmala V
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224205001 Abishek C 0.00 Yes

961224205002 Akshaya K R 0.00 Yes

961224205003 Amarnath A 0.00 Yes

961224205004 Anusuya M 0.00 Yes

961224205005 Arockia Akshaya C 0.00 Yes

961224205006 Asha K 0.00 Yes

961224205007 Aswin A 0.00 Yes

961224205008 Bejoslin R 0.00 Yes

961224205009 Benson Joseph D 0.00 Yes

961224205010 Buvana K 0.00 Yes

961224205011 Eswary M S 0.00 Yes

961224205012 George Jeroniuse J 0.00 Yes

961224205013 Juniya A 0.00 Yes

961224205014 Kajiltha R 0.00 Yes

961224205015 Madhavan C 0.00 Yes

961224205016 Manish M 0.00 Yes

961224205017 Muthu Kumar V 0.00 Yes

961224205018 Muthuvinisha B 0.00 Yes

961224205019 Nagavarshini M 0.00 Yes

961224205020 Naren M 0.00 Yes

961224205021 Nehru G 0.00 Yes

961224205022 Pasupathi E 0.00 Yes

961224205023 Raja A 0.00 Yes

961224205024 Rajitha A R 0.00 Yes

961224205025 Santhoshkumar M 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205026 Sham C 0.00 Yes

961224205027 Shane Ebinesh S 0.00 Yes

961224205028 Sharmitha S 0.00 Yes

961224205029 Shijin S 0.00 Yes

961224205030 Sriram R 0.00 Yes

961224205031 Stella 0.00 Yes

961224205032 Varsha G 0.00 Yes

961224205033 Varsha K 0.00 Yes

961224205034 Vijaya Rahul S M 0.00 Yes

961224205035 Wilson Joshua M 0.00 Yes

Title : Assignment 03
Subject : CS3251 Programming in C
Faculty : Nirmala V
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224205001 Abishek C 0.00 Yes

961224205002 Akshaya K R 0.00 Yes

961224205003 Amarnath A 0.00 Yes

961224205004 Anusuya M 0.00 Yes

961224205005 Arockia Akshaya C 0.00 Yes

961224205006 Asha K 0.00 Yes

961224205007 Aswin A 0.00 Yes

961224205008 Bejoslin R 0.00 Yes

961224205009 Benson Joseph D 0.00 Yes

961224205010 Buvana K 0.00 Yes

961224205011 Eswary M S 0.00 Yes

961224205012 George Jeroniuse J 0.00 Yes

961224205013 Juniya A 0.00 Yes

961224205014 Kajiltha R 0.00 Yes

961224205015 Madhavan C 0.00 Yes

961224205016 Manish M 0.00 Yes

961224205017 Muthu Kumar V 0.00 Yes

961224205018 Muthuvinisha B 0.00 Yes

961224205019 Nagavarshini M 0.00 Yes

961224205020 Naren M 0.00 Yes

961224205021 Nehru G 0.00 Yes

961224205022 Pasupathi E 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205023 Raja A 0.00 Yes

961224205024 Rajitha A R 0.00 Yes

961224205025 Santhoshkumar M 0.00 Yes

961224205026 Sham C 0.00 Yes

961224205027 Shane Ebinesh S 0.00 Yes

961224205028 Sharmitha S 0.00 Yes

961224205029 Shijin S 0.00 Yes

961224205030 Sriram R 0.00 Yes

961224205031 Stella 0.00 Yes

961224205032 Varsha G 0.00 Yes

961224205033 Varsha K 0.00 Yes

961224205034 Vijaya Rahul S M 0.00 Yes

961224205035 Wilson Joshua M 0.00 Yes

Title : Assignment 04
Subject : CS3251 Programming in C
Faculty : Nirmala V
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224205001 Abishek C 0.00 Yes

961224205002 Akshaya K R 0.00 Yes

961224205003 Amarnath A 0.00 Yes

961224205004 Anusuya M 0.00 Yes

961224205005 Arockia Akshaya C 0.00 Yes

961224205006 Asha K 0.00 Yes

961224205007 Aswin A 0.00 Yes

961224205008 Bejoslin R 0.00 Yes

961224205009 Benson Joseph D 0.00 Yes

961224205010 Buvana K 0.00 Yes

961224205011 Eswary M S 0.00 Yes

961224205012 George Jeroniuse J 0.00 Yes

961224205013 Juniya A 0.00 Yes

961224205014 Kajiltha R 0.00 Yes

961224205015 Madhavan C 0.00 Yes

961224205016 Manish M 0.00 Yes

961224205017 Muthu Kumar V 0.00 Yes

961224205018 Muthuvinisha B 0.00 Yes

961224205019 Nagavarshini M 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205020 Naren M 0.00 Yes

961224205021 Nehru G 0.00 Yes

961224205022 Pasupathi E 0.00 Yes

961224205023 Raja A 0.00 Yes

961224205024 Rajitha A R 0.00 Yes

961224205025 Santhoshkumar M 0.00 Yes

961224205026 Sham C 0.00 Yes

961224205027 Shane Ebinesh S 0.00 Yes

961224205028 Sharmitha S 0.00 Yes

961224205029 Shijin S 0.00 Yes

961224205030 Sriram R 0.00 Yes

961224205031 Stella 0.00 Yes

961224205032 Varsha G 0.00 Yes

961224205033 Varsha K 0.00 Yes

961224205034 Vijaya Rahul S M 0.00 Yes

961224205035 Wilson Joshua M 0.00 Yes

Title : Assignment 05
Subject : CS3251 Programming in C
Faculty : Nirmala V
Marks : 10 Duration : 0 Minutes
Roll No First Name Last Name Exam Score Present
961224205001 Abishek C 0.00 Yes

961224205002 Akshaya K R 0.00 Yes

961224205003 Amarnath A 0.00 Yes

961224205004 Anusuya M 0.00 Yes

961224205005 Arockia Akshaya C 0.00 Yes

961224205006 Asha K 0.00 Yes

961224205007 Aswin A 0.00 Yes

961224205008 Bejoslin R 0.00 Yes

961224205009 Benson Joseph D 0.00 Yes

961224205010 Buvana K 0.00 Yes

961224205011 Eswary M S 0.00 Yes

961224205012 George Jeroniuse J 0.00 Yes

961224205013 Juniya A 0.00 Yes

961224205014 Kajiltha R 0.00 Yes

961224205015 Madhavan C 0.00 Yes

961224205016 Manish M 0.00 Yes


Loyola Institute of Technology & Science
Science and Humanities SEMESTER 2 - IT 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 : Nirmala V
Marks : 100 Duration : 180 Minutes
Roll No First Name Last Name Exam Score Present
961224205017 Muthu Kumar V 0.00 Yes

961224205018 Muthuvinisha B 0.00 Yes

961224205019 Nagavarshini M 0.00 Yes

961224205020 Naren M 0.00 Yes

961224205021 Nehru G 0.00 Yes

961224205022 Pasupathi E 0.00 Yes

961224205023 Raja A 0.00 Yes

961224205024 Rajitha A R 0.00 Yes

961224205025 Santhoshkumar M 0.00 Yes

961224205026 Sham C 0.00 Yes

961224205027 Shane Ebinesh S 0.00 Yes

961224205028 Sharmitha S 0.00 Yes

961224205029 Shijin S 0.00 Yes

961224205030 Sriram R 0.00 Yes

961224205031 Stella 0.00 Yes

961224205032 Varsha G 0.00 Yes

961224205033 Varsha K 0.00 Yes

961224205034 Vijaya Rahul S M 0.00 Yes

961224205035 Wilson Joshua M 0.00 Yes

You might also like