Program Structure
Understand the basic structure of a program and the main components of a computer program.
We'll cover the following...
We already defined a computer program as a list of commands telling a computer what to do. These orders are written as text files and makeup what’s called the “source code” of the program. The lines of text in a source code file are called lines of code. The source code may include empty lines: these will be ignored when the program executes.
...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy