0% found this document useful (0 votes)
26 views7 pages

Course File Index Lab

The document outlines the course file for the C Programming and Data Structures Laboratory at Anand Institute of Higher Technology, detailing the mission, faculty timetable, student list, syllabus, lesson plan, and lab manual. It includes a comprehensive list of experiments and course objectives aimed at developing applications in C and understanding data structures. The course outcomes specify the skills students will acquire by the end of the laboratory course.

Uploaded by

vimalrajas.csbs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views7 pages

Course File Index Lab

The document outlines the course file for the C Programming and Data Structures Laboratory at Anand Institute of Higher Technology, detailing the mission, faculty timetable, student list, syllabus, lesson plan, and lab manual. It includes a comprehensive list of experiments and course objectives aimed at developing applications in C and understanding data structures. The course outcomes specify the skills students will acquire by the end of the laboratory course.

Uploaded by

vimalrajas.csbs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

ANAND INSTITUTE OF HIGHER TECHNOLOGY

Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai


An ISO 9001:2008 Certified Institution & Accredited by NBA
DEPARTMENT OF ECE
COURSE FILE – LABORATORY

INDEX
Sl. No. CONTENT
1. Mission and Vision of the Institute and Department
2. Faculty Timetable
3. Student Name List
4. Syllabus
5. Lesson Plan
6. Model Exam Question Paper
7. Mark Statement for Model Exam
8. Sample Answer Scripts
9. Lab Manual
10. Log Book
ANAND INSTITUTE OF HIGHER TECHNOLOGY
Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai
An ISO 9001:2008 Certified Institution & Accredited by NBA
DEPARTMENT OF ECE
ANAND INSTITUTE OF HIGHER TECHNOLOGY
Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai
An ISO 9001:2008 Certified Institution & Accredited by NBA
DEPARTMENT OF ECE
Faculty Timetable

1 2 3 4 5 6 7 8
Period 10.45 to 12:30
& 8:30 11.00 – 1:05
Day 9:15 – 10:00 – A.M 11:00 – 11:45 – P.M 1:05 – 1:50 – 2:35 2:35 – 3:20
–9:15
10:00 A.M 10:45 A.M 11:45 A.M 12.30 P.M 1:50 P.M P.M P.M
A.M

MON CS3362 – CPDS LAB

CS3362
CS3362 – CPDS
TUE – CPDS
LAB
LAB B L
R U
WED E N
A C
K H
THU

FRI

CS3362 – C Programming and Data Structures Laboratory


ANAND INSTITUTE OF HIGHER TECHNOLOGY
Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai
An ISO 9001:2008 Certified Institution & Accredited by NBA
DEPARTMENT OF ECE

Student Name List

S.No. Register No. Name of the Student


1 310123106001 ANNAMALAI.K
2 310123106002 ANTO.J
3 310123106003 ANUSHYA EVANGELIN.E
4 310123106004 BABIN JOE.R
5 310123106005 BEULA.R
6 310123106006 DEVI SRI.R
7 310123106007 DHARSHINI.K
8 310123106008 GABRIEL.J
9 310123106009 GOWTHAM.K
10 310123106010 HARIHARAN.K
11 310123106011 HARIHARAN.K
12 310123106012 JANAVI.
13 310123106013 JAYANTHI.V
14 310123106014 KANAGASUNDARI.D
15 310123106015 KEERTHI VASAN.M
16 310123106016 KISHOR KUMAR.S
17 310123106017 LAVANYA.R
18 310123106018 LAVANYA.V
19 310123106019 LOGAPRIYA.T
20 310123106020 MADHESH.K
21 310123106021 MANOJ.R
22 310123106022 MOHITHA.S.R
23 310123106023 MONISHA.K
24 310123106024 MUTHU ARUNACHALAM.D
25 310123106025 PADMAJAA.E
26 310123106026 POONGODI.E
27 310123106027 PRATHAP.L
28 310123106028 PRITHIV RAJ.V
29 310123106029 PRIYADHARSHINI.P
30 310123106030 PRIYADARSHINI.R
31 310123106031 RAGUL.N
32 310123106032 RAGUNATH.M
S.No. Register No. Name of the Student
33 310123106033 RAJARAJAN.S.V
34 310123106034 ROSHAN.M
ANAND INSTITUTE OF HIGHER TECHNOLOGY
Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai
An ISO 9001:2008 Certified Institution & Accredited by NBA
DEPARTMENT OF ECE

35 310123106035 SANDHIYA SRI.R


36 310123106036 SURYAPRIYA.C
37 310123106037 VETRIVEL.R
38 310123106038 VIJAYALAKSHMI.B
39 310123106039 VIMAL.S
40 310123106040 VISHNU.S
41 310123106041 YUKESH.M
42 310123106042 YUVASHREE.R

.
ANAND INSTITUTE OF HIGHER TECHNOLOGY
Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai
An ISO 9001:2008 Certified Institution & Accredited by NBA
DEPARTMENT OF ECE
CS3362 C PROGRAMMING AND DATA STRUCTURES LABORATORY LT PC
0 0 3 1.5
COURSE OBJECTIVES:
 To develop applications in C
 To implement linear and non-linear data structures
 To understand the different operations of search trees
 To get familiarized to sorting and searching algorithms

LIST OF EXPERIMENTS
1. Practice of C programming using statements, expressions, decision making and iterative
statements
2. Practice of C programming using Functions and Arrays
3. Implement C programs using Pointers and Structures
4. Implement C programs using Files
5. Development of real time C applications
6. Array implementation of List ADT
7. Array implementation of Stack and Queue ADTs
8. Linked list implementation of List, Stack and Queue ADTs
9. Applications of List, Stack and Queue ADTs
10.Implementation of Binary Trees and operations of Binary Trees
11. Implementation of Binary Search Trees
12. Implementation of searching techniques
13. Implementation of Sorting algorithms : Insertion Sort, Quick Sort, Merge Sort
14. Implementation of Hashing – any two collision techniques
TOTAL: 45 PERIODS
COURSE OUTCOMES:
At the end of the course, the students will be able to:
CO1:Use different constructs of C and develop applications
CO2:Write functions to implement linear and non-linear data structure operations
CO3:Suggest and use the appropriate linear / non-linear data structure operations for a given
problem
CO4:Apply appropriate hash functions that result in a collision free scenario for data storage
and Retrieval
CO5:Implement Sorting and searching algorithms for a given application
ANAND INSTITUTE OF HIGHER TECHNOLOGY
Approved by AICTE, New Delhi. Affiliated to Anna University, Chennai
An ISO 9001:2008 Certified Institution & Accredited by NBA
DEPARTMENT OF ECE

You might also like