Computer Programming
Computer programming is the craft of writing codes used to perform a meaningful task in computing system. Programming a computer can be performed using different programming languages. There are a lot of programming languages available now, ranging from low-level languages to high level languages. Low-level languages like machine language is a lot harder to program. Because it consist of numerous lines of codes to write when it is just a simple command. For instance, in assembly language when you want the computer to clear the lines it would take up to five to six lines of code. But when you are using high-level language like Turbo C/C++ it would just consist of only one word.
There are a lot of high-level languages like JavaScript, Turbo C/C++ as I mentioned earlier, Pascal, Fortran, BASIC and PHP. But for me when I created my software project I used Visual Basic 6. For me visual basic 6 is a lot easier to learn and it’s easier to use. The command is very easy to familiarize and to memorize. It has a user friendly GUI (Graphical User Interface).
Computer Programming is just a part of a much larger field Software Engineering.