Answer: A) Sentinel
Explanation:
Sentinel is considered as special values that has the ability to act for termination or stopping the loop or condition in algorithms. It is also known as flag value.It is not considered as the member of data object present in the list of program or algorithm.
Other options are incorrect because accumulator, terminator and deliminator are not the values that can use itself in algorithm to terminate a condition.Thus, the correct option is option(A).