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:
– Defining the problem
Before you instruct the computer what to do, you must first be familiar with it. You need to clearly tell the computer what it needs to … Read more