A terminal is a window that takes typed commands rather than clicks. You type an instruction, press enter, and the computer runs it and prints the result as text. It is the plain, direct way to drive a machine, and it predates the mouse by decades.
Why bother, when buttons exist? Because typing is precise and repeatable. A command can do in one line what a dozen clicks would, it can be saved and re-run, and it works the same on any machine. Developers live in the terminal because it is fast, scriptable, and honest about exactly what it is doing.
For this course, the terminal matters for one reason: it is where Claude Code runs. You do not need to master it to follow along, just to know that the terminal is the text window where the coding agent does its work.
