sed is a Stream Editor (option C), a Unix utility for filtering and transforming text. It's not for checking process status (A - that's ps), listing files (B - that's ls), or setting environment variables (D - that's export/setenv). The name 'sed' comes from 'stream editor'.