0% found this document useful (0 votes)
37 views2 pages

CS3362 CDS LAB-2021 R ECE - Template

The document outlines the course outcomes, list of experiments, and mapping of experiments to course outcomes, program outcomes, and program specific outcomes for a C programming and data structures laboratory course. The list of 14 core experiments cover topics like C programming basics, pointers, structures, files, data structures like lists, stacks, queues, trees, and searching and sorting algorithms. There are also 2 additional experiments listed.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views2 pages

CS3362 CDS LAB-2021 R ECE - Template

The document outlines the course outcomes, list of experiments, and mapping of experiments to course outcomes, program outcomes, and program specific outcomes for a C programming and data structures laboratory course. The list of 14 core experiments cover topics like C programming basics, pointers, structures, files, data structures like lists, stacks, queues, trees, and searching and sorting algorithms. There are also 2 additional experiments listed.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CS3362- C PROGRAMMING AND DATA STRUCTURES LABORATORY

(For III Semester ECE)

COURSE OUTCOMES:
At the end of this course, the students will be able to:

COs Cognitive Level Course Outcomes


CO1 Apply Use different constructs of C and develop applications
CO2 Create Write functions to implement linear and non-linear data structure operations
Suggest and use the appropriate linear / non-linear data structure operations for a
CO3 Apply
given problem
Apply appropriate hash functions that result in a collision free scenario for data
CO4 Apply
storage and Retrieval
CO5 Apply Implement Sorting and searching algorithms for a given application

LIST OF EXPERIMENTS – MAPPING WITH COS, POS& PSOS

Exp.
Name of the Experiment COs POs PSOs
No

Practice of C programming using statements,


1 1 1,2,3,4,9,10,11,12 1,2
expressions, decision making and iterative statements

2 Practice of C programming using Functions and Arrays 1 1,2,3,4,9,10,11,12 1,2


Implement C programs using Pointers and Structures
3 1 1,2,3,4,9,10,11,12 1,2
Implement C programs using Files
4 1 1,2,3,4,9,10,11,12 1,2

Development of real time C applications


5 1 1,2,3,4,9,10,11,12 1,2
Array implementation of List ADT
6 2,3 1,2,3,4,9,10,11,12 1,2
7 Array implementation of Stack and Queue ADTs 2,3 1,2,3,4,9,10,11,12 1,2
Linked list implementation of List, Stack and Queue
8 ADTs 2,3 1,2,3,4,9,10,11,12 1,2

Applications of List, Stack and Queue ADTs


9 2,3 1,2,3,4,9,10,11,12 1,2
Implementation of Binary Trees and operations of
10 Binary Trees 2,3 1,2,3,4,9,10,11,12 1,2

Implementation of Binary Search Trees


11 2,3 1,2,3,4,9,10,11,12 1,2
Implementation of searching techniques
12 5 1,2,3,4,9,10,11,12 1,2
Implementation of Sorting algorithms: Insertion Sort,
13 Quick Sort, Merge Sort 5 1,2,3,4,9,10,11,12 1,2

Implementation of Hashing – any two collision


14 techniques 4 1,2,3,4,9,10,11,12 1,2

Experiments Beyond the Syllabus


1 Polynomial Expression Evaluation 3 1,2,3,4,9,10,11,12 1,2
2 Dynamic Memory Allocation 3 1,2,3,4,9,10,11,12 1,2

PROGRAM OUTCOMES (POs)

PO1 Engineering Knowledge PO7 Environment & Sustainability


PO2 Problem Analysis PO8 Ethics
PO3 Design & Development PO9 Individual & Team Work
PO4 Investigations PO10 Communication Skills
PO5 Modern Tools PO11 Project Mgt. & Finance
PO6 Engineer & Society PO12 Life Long Learning

PROGRAM SPECIFIC OUTCOMES (PSOs)

1. PSO1: Cutting Edge:


To identify and implement appropriate techniques, resources, modern tools for providing solution
to new idea and innovation.
2. PSO2: Risk Management:
To manage complex IT projects with consideration of human, financial, ethical and environmental
factors and an understanding of risk management processes, operational and policy implications.

You might also like