Imagine a database keeping track of participants in a study about how well a new treatment lengthens lifespan for otherwise terminally ill patients. What is an example of a record that would make sense to store in binary format?

(1 point)
Responses

whether the patient is still alive

whether the patient is still alive

what stage in the treatment cycle the patient is on

what stage in the treatment cycle the patient is on

what name the patient prefers to be called

what name the patient prefers to be called

when the patient started the new treatment

Whether the patient is still alive would make sense to store in binary format. This could be represented as a 0 for deceased or 1 for alive.