Section 2: Constructs of a Programming Language
In this section, we will look at all the key things that any mainstream programming language consists of, including coverage of how they work and when to use them.
This section has the following chapters:
- Chapter 5, Sequence – The Basic Building Block of a Computer Program
- Chapter 6, Working with Data – Variables
- Chapter 7, Program Control Structures
- Chapter 8, Understanding Functions
- Chapter 9, When Things Go Wrong – Bugs and Exceptions
- Chapter 10, Programming Paradigms
- Chapter 11, Programming Tools and Methodologies