Computer Programming 1
BSIT
COMP 002 - Computer Programming 1
This course covers the use of general-purpose programming language to solve problems. The emphasis is to train students to design, implement, test and debug programs intended to solve computing problems using fundamental programming constructs. It introduces the students to the fundamentals of logic formulation and allows the student to learn and apply the art and style of procedural programming to solve computational problems adhering to the standards and guidelines of documentation. It includes discussion on I/O statements, loop and branching instructions, and creating functions and procedures.