Computer Science, asked by ehtisham185951, 1 month ago

What is the difference between Boolean expression and Boolean function​

Answers

Answered by ayushchaudhari263
1

Explanation:

A Boolean expression always produces a Boolean value. A Boolean expression is composed of a combination of the Boolean constants (True or False), Boolean variables and logical connectives. Each Boolean expression represents a Boolean function. Example − AB′C is a Boolean expression.

Similar questions