Respuesta :

A boolean function is a function that can only return one of two values

How to identify a boolean function?

in a computer program, boolean variables and/or functions are used to hold variables that can have one of two values.

The category of the variables can be:

  • True or False
  • Yes or No
  • 1 or 0

A boolean function can take any of the above form

Read more about boolean function at:

https://brainly.com/question/17792078

#SPJ1