Many people say that learning a programming language is hard and complicated. However, I find it easy, fun and challenging. Computer programming is nothing but converting the logic we use to solve the problems in to computer understandable language.

Positive and logical mindset is the key to make it easy to learn a programming language. Always think that learning a programming language is simple, easy, and fun. Even if your friends claim that, it is hard and complicated, do not believe it.

Imagine we want to write a program to get something done by computer. First, we understand the requirements then figure out how we can achieve it (Requirement and Designing part). Then we write it in a programming language where both computer and you will understand (Write a Computer program in programming language). Finally we convert it to machine code that only computer can understand (Compile). Every time when we want the computer to perform the same task we run that program and provide information it required (Run the Program).

In Summery, try to understand the situation and what you exactly want the computer to do. Then break it in to smallest step you can think. This is the first step to do before start coding.

What is next? Start learning a programming language. You can find may hacks and tricks to learn a computer language here.

Related posts:

  1. A Virus Program to Disable USB Ports ...
  2. Learn How To Hack ...
  3. Computer maintenance ...
  4. Troubleshoot Computer Problems in 2010 ...
  5. How to Make a Trojan Horse ...
  6. A Virus Program to Restart the Computer at Every Startup ...
  7. Make Your Own keylogger ...
  8. How to Compile C Programs ...