Welcome to Programming
Get a brief introduction of basic terminologies in this lesson.
We'll cover the following...
What’s a program?
-
A computer is a machine whose role is to execute quickly and flawlessly a series of actions given to it.
-
A program is a list of actions given to a computer. These actions take the form of textual commands. All these commands form the program’s source code.
-
The programmer’s task is to create programs. To accomplish this goal, ...