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 distinct roles of pseudocode and line comments in software development. Pseudocode helps in outlining the logic and flow of an algorithm, guiding the implementation, while line comments provide contextual information and explanations within the actual code.