Computer Science, asked by sandhya13403, 4 months ago

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 samyukthan568
4

Answer:

search in google

Explanation:

Answered by abdulraziq1534
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(-6 &lt; 0 or -6 &gt; 10) returns the output False.

The expression -6 &gt; =0 and -6 &lt; =10 returns the output False.

The expression not(-6 &lt; 10 or -6==10) returns the output False.

The expression not(-6 &gt; 10 or -6==10) returns the output True.

Final Answer:-

The correct answer is option is not(-6 &gt; 10 or -6==10).

#SPJ3

Similar questions