Programming for Problem Solving (BTPS101-18)

Course Details

Course Objectives

This course introduces students to the fundamentals of programming with an emphasis on problem-solving using algorithms. Students will learn to write basic programs using C language, focusing on control structures, functions, arrays, and recursion.

Course Outcomes

Detailed Syllabus

Unit 1: Introduction to Programming (4 lectures)

Unit 2: Arithmetic and Control Flow (8 lectures)

Unit 3-4: Arrays and Basic Algorithms (12 lectures)

Unit 5-6: Functions and Recursion (9-10 lectures)

Unit 7-9: Advanced Topics (10 lectures)

Suggested Books


Programming for Problem Solving Lab (BTPS102-18)

Course Details

Course Objectives

The lab component of this course provides hands-on programming practice to reinforce concepts learned in the theory course. Students will work on various programming assignments involving the use of arrays, loops, functions, and file handling in C.

Course Outcomes

Laboratory Assignments

  1. Problem solving using computers:
    Lab 1: Familiarization with programming environment
  2. Variable types and type conversions:
    Lab 2: Simple computational problems using arithmetic expressions
  3. Branching and logical expressions:
    Lab 3: Problems involving if-then-else structures
  4. Loops:
    Lab 4: Iterative problems e.g., sum of series
  5. 1D Arrays:
    Lab 5: Array manipulation, searching, sorting
  6. 2D arrays and Strings:
    Lab 6: Matrix problems, String operations
  7. Functions:
    Lab 7: Simple functions with call by value
  8. Numerical methods:
    Lab 8-9: Root finding, numerical differentiation, numerical integration
  9. Recursion:
    Lab 10: Recursive functions
  10. Advanced concepts:
    Lab 11: Pointers and structures
  11. File handling:
    Lab 12: File operations