top of page

Computer Programming: The Basics

The procedure of telling or instructing computers what to do is referred as computer programming. The process involves writing sustainable, valuable and extensible commands that could be read by computing system to do significant tasks. Programming could be attained by utilizing one or several languages dubbed as programming language.

 

Because of the reason that one instruction isn't enough for the computer to carry out something so significant, programmers have to come up with sets of instructions, otherwise known as programs and then submit it to the computer to complete the task. For newbie, being able to learn the concepts of programming along with the processes in creating computer programs is not a piece of cake as it demands skills and know-how in programming.

 

The lowest type of coding a beginner can do is machine code at http://rogerpoon.co.uk/. This type of code is written in binary and using series of "0" and "1". But only because it's known as the lowest form of coding, it does not mean that it is easy to do. Higher coding forms such as C, C++ and Java are created to make it easier for everyone to use and learn machine codes. For newbie, knowing what to expect from the field they have chosen is a must. Here are some procedures that you will come across when programming.

 

1. Developing a program

 

In this phase, the programmer usually work closely with sociologist, internet marketer or any other people to be able to find out the needed program by the market. The features of program will be created according to the suggestions of people involved in the project. It is the programmer who will determine the possibility of suggested features. Read about computer science here at http://edition.cnn.com/2013/05/14/tech/innovation/computer-science-teals/.

 

2. Choosing the Right Language

 

Depending on the project and program that has to be developed along with your knowledge of the programming language, you will have to choose the appropriate language for it. HTML or Hyper Text Markup Langauge and Hypertext Preprocessesor (PHP) are just 2 of the commonly used internet languages. If you are developing applications or things that you don't see happening, then PHP is what you use while if you are tasked for website development, HTML is frequently used.

 

3. Writing the script or coding the program

 

As soon as the program's features are finalized, the programmer from www.stackoverflow.com/users/938559/roger-poon will now begin to work on it. This will involve coding of the program or even writing the scripts in order to perform certain actions by way of computing language.

bottom of page