How Programming Works – Behind the Scenes
July 28, 2010 9 Comments
A computer program is a sequence of commands executed by the Central Processing Unit(CPU) one after another. Those commands are generally very simple (likesums, multiplications, reading data from the Random Access Memory(RAM)), but are combined to do more complicated tasks. Typically a program consists of thousands to millions of such simple commands. Read more of this post
Recent Comments