end
finish
sentinel
stop
Answer is Wrong!
Answer is Right!
The correct answer is C. sentinel.
A sentinel value is a special value that is used to indicate the end of a data set. It is
448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/>
Subscribe on YouTube
often used in loops to control the number of times the loop iterates. For example, in a loop that reads numbers from the user, the sentinel value could be a negative number. The loop would continue to read numbers until the user enters a negative number, at which point the loop would terminate.
The other options are incorrect. Option A, “end”, is a common word that could be used to describe the end of a loop, but it is not a technical term. Option B, “finish”, is also a common word that could be used to describe the end of a loop, but it is not a technical term. Option D, “stop”, is a technical term that is used to describe a command that causes a program to stop executing. However, it is not typically used to describe the end of a loop.