Which of the following terms is not used to refer to a sentinel value that breaks out of a while statement?

a) signal value
b) break value
c) dummy value
d) flag value

b) break value

Computer Science & Information Technology

You might also like to view...

Access can be used in business to ________ complete databases or to ________ data from tables contained in RDBMS

Fill in the blank(s) with correct word

Computer Science & Information Technology

An exception:

a. Terminates program execution. b. Terminates the block where the exception occurred. c. Will terminate the block where the exception occurred unless a catch command stops it. d. Will not terminate a block unless explicitly instructed to do so.

Computer Science & Information Technology