Which description best matches sed's normal processing model?
sed
Store every line as a database transaction before displaying anything.
Read input line by line, apply scripted transformations, and print the resulting stream.
Open every file in a full-screen editor and wait for manual keystrokes.
Compile each line into a binary executable.