Programming is a very useful and rewarding hobby. There are a few better feelings than when someone sees you using a program you lashed together to make your life easier and says that it looks really useful. Most people at some point in their lives really wanted to be able to do something on their computer or phone and been unable to. The need is a coding language so if you know a programming language, then there often is a fair chance that you can write a program to accomplish that task yourself. As there exists a huge number of coding languages and many of them have a lot of similarities which this means that once you learn one language quite well, in other cases you will be able to pick up a new one far quicker.
One of the most common questions we hear from individuals hoping to enter the IT industry is what programming languages do I need to know? Obviously this is a complex question in itself and the answer will depend on what field the questioner is going into or has interest. However, those already in IT sector knows that the greatest skill you can have is to be a jack-of-all-trades. A well-prepared worker can easily switch between computer programming jobs with only minimal amount of training, thanks to a wide knowledge of multiple programming languages.
Programming computer languages typically belong to any of the two types- interpreted and compiled. Compiled programming languages are implemented by using compilers, which are basically translators that generate machine code which is basically an object code from the source code. While in interpreted coding languages, programs are not directly executed by the host CPU but they are executed by a software program called interpreter. It is advisable to start with programming for beginners like BASIC programming language. There are several basic compilers and interpreters along with commercial programming like Visual Basics from Microsoft.
Though there are many good beginners programming languages but it is worth selecting C , C++, java, BASIC and php which are great for learning and support. C is the popular programming language that has facilities for structured programming . It also features a static type system to prevent unintended operations. On the other hand C++ is a compiled general purpose programming language and is an enhancement of the C programming language. Another programming language called JAVA derives much of its syntax from C and C++. The Java applications are first compiled to byte code and they can be run on any JAVA virtual machine irrespective of the architecture.
PHP is a server-side language that allows for interactive web pages and is designed to use tags which can be integrated with the basic HTML of a page and support for the php development. This may sound similar to JavaScript but the difference is that JavaScript works solely on the client side. PHP also works well with Java as it easier to call Java methods in your code and hence enhances php development.
Source by
Maulik D Shah
Post a Comment