
6 fundamentals of coding
There are only 6 fundamental concepts of coding. We covered the first three concepts in a previous blog post. Let's go through the last three concepts here: arithmetic, data storage, data in / data out.

3 logic patterns of coding
Coding, or computer programming, is built on three basic logic patterns:
- Sequencing
- Branching
- Looping
These three ideas form the basis of all coding knowledge.