Introduction To Programming We will be focusing on two major themes during the semester, designing a program and then getting it to work in a real programming language.
We'll do this full process later in the course.
Procedural programming is an older style of software development that has mostly been replaced by Object-oriented programming (OOP). All the major web development environments, including PHP, .NET, Java, and JavaScript use the OOP way of thinking and working. Most of our curricula here at NTC teach OOP. In this course we are concentrating on learning the fundamentals and will be getting an introduction to OOP throughout the course.