Lesson 1 / 25
What is a shell?
Explain What is a shell?, run a small example, and check the result.
The essential idea
What is a shell? is easiest when you first identify its job. Name the input, the change, and the result before memorising syntax. Small explicit steps make programs easier to repair later.
Place this on the learning path
This idea is one part of the path from a source file to useful output.
A common trap
Do not trust code just because it looks familiar. For What is a shell?, change one value, run the smallest example, and compare the result with your prediction.
Quick check
Quick check: What is the best first practice for What is a shell??
- Run one small, focused example.
- Memorize syntax without testing it.
- Ignore error messages.
Answer
Run one small, focused example. — A small experiment gives direct feedback about cause and effect.