Posts

Showing posts with the label Started

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 ...