CSE 4108: Structured Programming I Lab

Sessional Lab, IUT, Department of Computer Science and Engineering, 2021

This is a 1.5 credit lab course dedicated to teaching newcomers the basics of structured programming. The course is taught in C programming language. The course is designed to encourage students to apply problem solving skills to solve problems using C in a structured way. It also teaches the bascis of C programming language.

The course contained of weekly 3 hour practical sessions in lab. Syllabus:

  • Introduction to C
  • Types, Operators and Expressions
  • Control Flow (conditions and loops)
  • Array
  • Functions, scoping, recursion
  • Pointers
  • File system access in C
  • Structures