A collection of statements that performs a specific task is a(n)

a. infinite loop
b. variable
c. constant
d. function
e. decision

d. function

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) Prior to C# 6, you could catch an exception based only on its type. b) C# 6’s exception filters enable you to catch an exception based on a catch’s exception type and a condition that’s specified with a when clause. c) You also can specify an exception filter for a general catch clause that does not provide an exception type. d) If an exception filter’s condition is false, the exception will not be caught and the original exception’s stack-trace information will be deleted.

Computer Science & Information Technology

A(n) ____________________ is a list of questions, responses, follow-up probes, and explanations, often organized as a flowchart with branches, used as an aid in the troubleshooting process.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology