Course Objectives
This course enable student to
Course Outcomes(COs):
Learning Outcome (at course level)
| Learning and teaching strategies | Assessment Strategies |
CO7. Understand basic concepts of Computer and its organization.
CO8. Study essentials of computer’s memory and Programming
CO9. Understand basic C programming concepts
CO10. Develop programs in C
CO11. Understand the applications of linear data structures like array, structures and Union in C
CO12. Design and develop small applications in C | Approach in teaching: Interactive Lectures, Discussion, Tutorials, Reading assignments, Demonstration, Team teaching
Learning activities for the students: Self-learning assignments, Effective questions, Simulation, Seminar presentation, Giving tasks, Field practical |
Semester End Examination |
Contents
Simple C Programs to Learn
· Data types & Expressions, Constants & Variables
· Operators, Operator Precedence and associativity
· Keywords & Identifiers
· Storage Classes
· Conditional statements
· Looping Statements
Array and Modular Programming
String handling
Structure and Pointers