asked 49.8k views
2 votes
If the boolean expression a is true and b is false, the value of the logical expression a and b is ________.

asked
User MikeQ
by
8.0k points

1 Answer

5 votes
false The truth table for the and function is Inputs output a b t/f f f f f t f t f f t t t which shows that the and function is only true if and only if both of its inputs are true. Since b is false, then the value of the function a and b is false.
answered
User Abhiburk
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.