This document outlines the course outcomes, list of experiments, program outcomes and program specific outcomes for a CS 3271 Programming in C Laboratory course. The course aims to teach students C programming constructs, arrays, strings, pointers, functions, structures and file processing through various programming experiments. It maps the experiments, outcomes and specific outcomes.
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 ratings0% found this document useful (0 votes)
28 views3 pages
Cs3271-Programming in C Lab - 2021 R-Ii Sem
This document outlines the course outcomes, list of experiments, program outcomes and program specific outcomes for a CS 3271 Programming in C Laboratory course. The course aims to teach students C programming constructs, arrays, strings, pointers, functions, structures and file processing through various programming experiments. It maps the experiments, outcomes and specific outcomes.
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/ 3
CS 3271 PROGRAMMING IN C LABORATORY
(For II Semester IT)
COURSE OUTCOMES (COs) At the end of the course, the student should be able to
COs Cognitive Level Course outcomes
CO1 Create Demonstrate knowledge on C programming Constructs. CO2 Apply Develop programs in C using Constructs. CO3 Apply Develop programs in C using arrays. CO4 Apply Develop programs in C using strings, pointers and functions. CO5 Apply Develop programs in C using structures. CO6 Apply Develop programs in C using File Processing. LIST OF EXPERIMENTS: MAPPING WITH COS, POS& PSOS
Exp.No Name of the Experiment COs POs PSOs
1 I/O statements, operators, expressions. 1 1,2,3,4,9,10,11,12 1&2 2 Decision Making Constructs: If Else, goto, switch case, break 2 1,2,3,4,9,10,11,12 1&2 continue. 3 Program to find whether the given year is leap year or not. 2 1,2,3,4,9,10,11,12 1&2 Program to demonstrate basic arithmetic operations. 2 1,2,3,4,9,10,11,12 1&2 4 5 Program to find whether the given number is Armstrong or 2 1,2,3,4,9,10,11,12 1&2 not. Program to sort the numbers based on weight. 1,2,3,4,9,10,11,12 1&2 6 2 7 Program to find the average height of the person. 2 1,2,3,4,9,10,11,12 1&2 Program to find the body mass index of the individuals. 1,2,3,4,9,10,11,12 1&2 8 3 9 Program to reverse a string. 3 1,2,3,4,9,10,11,12 1&2 Program to convert decimal into other bases. 1,2,3,4,9,10,11,12 1&2 10 4 Program to demonstrate basic string operations. 1,2,3,4,9,10,11,12 1&2 11 4 Program to demonstrate Towers of Hanoi using recursion. 1,2,3,4,9,10,11,12 1&2 12 4 Program to sort using pass by reference. 1,2,3,4,9,10,11,12 1&2 13 4 Program to prepare salary slip of the employees. 1,2,3,4,9,10,11,12 1&2 14 4 Program to calculate internal marks of the students. 1,2,3,4,9,10,11,12 1&2 15 5 Program to prepare Telephone Directory. 1,2,3,4,9,10,11,12 1&2 16 5 Program to create Banking Application. 1,2,3,4,9,10,11,12 1&2 17 6 Experiments Beyond the Syllabus 1 Program to perform Matrix Multiplication. 4 1,2,3,4,9,10,11,12 1&2 2 Program to calculate Standard Deviation. 4 1,2,3,4,9,10,11,12 1&2
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)
PSO1: Cutting Edge: To identify and implement appropriate techniques, resources, modern tools for providing solution to new idea and innovation. 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.