Final answer:
A collection of statements that performs a specific task in programming is called a function. Functions enable modular and reusable code by potentially taking inputs, processing them, and returning outputs.
Step-by-step explanation:
The collection of statements that performs a specific task in programming is known as a function. Functions are fundamental building blocks in software development, allowing programmers to create modular, reusable code. They can take inputs, perform actions, and return outputs. The correct answer to the student's question is D) function. A variable is a storage location paired with a name which contains some known or unknown quantity or information, a constant is a value that once defined doesn't change, and an infinite loop refers to a loop that never ends due to its condition always being met.