The correct response is:
Pseudocode is used in design to describe algorithms, while line comments succinctly describe the functionality and/or purpose of segments of code.
This accurately captures the roles of pseudocode and line comments in software development. Pseudocode serves to outline the logic and structure of algorithms before implementation, while line comments provide clarity and context within the actual code.