Computer Programming For Beginners – The Right Approach

Computer programming is one of the most interesting subjects on earth if you will just take the right approach. Unlike those major subjects in schools, programming should be treated differently. Programming for beginners require that the wannabe programmer has full understanding on how it is done and what the basics of are.

What is Computer Programming?

Programming is simply telling a computer to do a task. It is very much like teaching a toddler how to add numbers. In programming individuals, we usually employ several languages the person can understand like English or French. In the same way, writing a computer program requires humans to employ languages that can be read by the computer such as C, Pascal, Java, and Python.

Human languages are very complex, however human beings learn to use them because of our intelligence. On the other hand, computers are not so smart; the language used in instructing them is quite simple. This is the reason why it’s fun and easy for a human being like you to learn one or several computer programming languages. Once you become familiar with even one computer language, it will be much easier for you to learn another.

Read the rest of this entry »

Tags: ,

Related posts

Learning Computer Programming – The Right Approach Which Most Don’t Follow

I regard programming as the most interesting subject on the earth. But, to my dismay, most of the students undergoing some computer programming training course, freshers, and even experienced programmers I come across exhibit programming skills much below my expectations.

I think this happens because while beginning computer programming, students miss the right approach. Programming is a different type of subject – it requires a different approach. Beginning computer programming without really understanding how to learn programming is disastrous. But, surprisingly, most of the computer programming training courses I have seen begin abruptly, without addressing this first. If you search on Google, you will find numerous articles and tutorials for learning programming. But, I am yet to find one which really touches the basics, so that the foundation of the student is properly built.

What is Programming?

In simple terms, programming is teaching somebody how to do a task. Obvious examples are

  • teaching a child how to add some numbers
  • teaching a housewife how to prepare some recipe
  • any teaching under the earth that you can imagine

Read the rest of this entry »

Tags: ,

Related posts

Computer Programming Basics – Getting Started the Easy Way

A computer program is made up of a chain of instructions a computer has to perform. These instructions may come with other important data that’s needed to carry out those instructions. Hence, the process of programming involves the defining of the instructions and the data. For you to come up with data for your computer, you should be familiar with computer programming basics and the datas three fundamental elements:

1. Instructions that need to be carried out.
2. Order in which the instructions are to be carried out.
3. Data needed to do the instructions.

The first stage of computer programming basically involves paper processes. In this phase, you don’t even need to work using a computer, however if you use a word processor that will enable you to write your work to a disk file rather than in a piece of paper. You need to do this so you can figure out clearly and more specifically, what you want your computer to perform before you begin to instruct the computer to execute it.

Bear in mind that the computer will follow the instructions exactly as given. It can’t say what you want; it can rather do what you want it to do. So before your program comes close to a computer, you need to do several steps which include:

Read the rest of this entry »

Tags: ,

Related posts