Compiler and Interpreter, Contrasted
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
State
A compiler scans and translates the entire source at once, spending time up front; an interpreter translates one line at a time, stopping where it stands when an error appears.
Show
A book translated whole versus a conversation translated live is the working difference.
Watch for
Video 0176 named the pair; this is the operational split.