Interpreters process source code line by line, translating and executing each statement before moving to the next. This differs from compilers, which translate the entire program into machine code before execution. The "line wise" option accurately describes this sequential processing.