2 points
25. Which of the following
Boolean expressions is not
logically equivalent to the
other three?
O (a) not(-6<0 or-6>10)
O (b) -6>=0 and -6<=10
O (c) not(-6<10 or-6==10)
O (d) not(-6>10 or-6==10)
Answers
Answered by
4
Answer:
search in google
Explanation:
Answered by
0
Concept Introduction:-
Using a Boolean expression, computer science is a programming language expression that, when evaluated, yields a Boolean value.
Given Information:-
We have been given that four boolean expression.
To Find:-
We have to find that which is logically equivalent to the other three.
Solution:-
According to the problem
The expression not or returns the output False.
The expression and returns the output False.
The expression or returns the output False.
The expression not or returns the output True.
Final Answer:-
The correct answer is option is not or .
#SPJ3
Similar questions