Question:

What are Boolean Expressions in Digital Electronics?

by  |  earlier

0 LIKES UnLike

Define what is Boolean Expressions, and please give the source.

 Tags:

   Report

2 ANSWERS


  1. An Expression where the result is either True or False. (High/Low in digital circuits)

    Examples:

    0 AND 1 = 0

    0 OR 1 = 1

    1 AND 1 = 1

    Where 0 is False, and 1 is True.


  2. A Boolean expression is an expression that results in a Boolean value, that is, TRUE or FALSE. For example, the value for 5 > 3 is TRUE

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.