Course Code: ENIT113
Course Name: Programming (1)
Credits: 4 (2 theoretical + 2 practical)
Faculty: Faculty of Engineering
Department: Department of Computer Engineering
Prerequisites: None
Level: First Level
Theoretical Course Content:
Introduction to programming concepts using the C++ language – history of programming – C++ environment – data types – operators – control structures – arrays – functions – input/output handling.
Practical Course Content:
Students will learn in Programming (1) the basics of programming using C++ in both general and specific contexts, understanding how to define variables and constants, apply operators and control structures, and solve basic computational problems. Students will also learn to write simple C++ programs covering the course content. The course also introduces the concepts of logical expressions, conditional statements, loops, and arrays.