Digital thinking is about communicating with computers to program and think logically. Programmers use programming languages to control computers and users use a programmer's interface to interact with the computer.
Summary: When you control a computer (or anything really), you need to be specific, orderly, and logical. We need to think like computers in order to learn how to program.
Here are a few programming concepts that help us learn about digital thinking:
1. Break down the steps
2. Go step by step
3. Fix a step if it causes a problem
4. Be very specific (add more steps if necessary)