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.
Coding tips, for 10-15 year olds, for 7-10 year olds, For parents, For teachers
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.