Welcome to Computer Programming 1 (PROG 1)!
This course is designed to introduce students to the fundamental concepts of procedural programming using the C programming language. Throughout the semester, you will learn how to solve problems by breaking them down into logical steps, represented through flowcharts and pseudocode. We will then translate these solutions into actual C code, covering topics such as variables, control structures, functions, and more.
By the end of this course, you will have a solid understanding of how to design, write, and debug simple programs. These foundational skills will prepare you for more advanced programming concepts in future courses.

- Teacher: Violdan Bayocot