Lab Introduction
Lab: Problem Solving Expression
Video Runtime: 03:02
Let’s introduce this lab to you. You are going to learn about how to express and visualize problems.
Fact
Computers are very fast, but they are stupid.
Why? Because you have to explicitly tell them what to do. Step-by-step.
Never forget this.
How does a computer do complex things?
Software!
Computers do not think and they do not reason. That’s your job.
Computers are 1s and 0s – circuitry.
You have to learn how to get the computer to do what you need.
Software explicitly tells the computer how to solve a problem. The computer runs the program exactly the way you’ve written it.
This is a thinking profession. You need to know the why and the how.
Code. Eat. Code. Sleep. Dream about Code. Code.
Episodes
Total Lab Runtime: 01:07:15
- 1 Lab Introductionfree 03:02
- 2 Expressing Solution Stepsfree 27:32
- 3 Computational Thoughtfree 09:54
- 4 Computational Visualizationfree 14:59
- 5 Pseudocodefree 11:48