Computer Science, asked by sarath4027, 9 months ago

Example of logical function

Answers

Answered by Anonymous
23

If an argument of a logical function contains numbers, then zero evaluates to FALSE, and all other numbers including negative numbers evaluate to TRUE. For example, if cells A1:A5 contain numbers, the formula =AND(A1:A5) will return TRUE if none of the cells contains 0, FALSE otherwise.

 </p><p></p><p>&lt;svg class="heart" viewBox="-2-2 98.6 90.81"&gt;</p><p></p><p>&lt;title&gt;Corazon&lt;/title&gt;</p><p></p><p> &lt;text x=8 y=22 dx="0 0 0 0 0 0 0" dy="2-8-2 -1  1 2 4"style ="font:bold.7em arial; fill : red;"&gt; Bedazzled</p><p></p><p> &lt;tspan x=60 y=22 style="font: bold.7em arial; fill: blue;"&gt; &lt;/tspan&gt;</p><p></p><p> &lt;tspan x=10 dy=15 style ="font: bold. 6em arial; fill: navy;"&gt; &lt;/tspan&gt;</p><p></p><p> &lt;tspan x=25 dy=10 style ="font:bold. 6em arial; fill: red;"&gt;Follow Me&lt;/tspan&gt;</p><p></p><p>&lt;tspan x=35 dy=10 style ="font:bold. 6em arial; fill: navy;"&gt; &lt;/tspan&gt;</p><p></p><p>&lt;tspan x=37 dy=10 style ="font:bold. 5em arial; fill: navy;"&gt;♡♡&lt;/tspan&gt;</p><p></p><p>&lt;animate attibuteType="XML"</p><p>attributeName="visibility"from="visible" to="hidden"dur="9.2s" begin="0s"/&gt;</p><p></p><p>&lt;/text&gt;</p><p></p><p>&lt;path stoke="firebrick" stroke-width="3" d="M86.81,8.1 5a27.79v,0, 0, 1,0, 39.33L47.48,86.81,8.15,47.48A27.81,27.81,0,0,1,47.48,8.15,27.79,27.79,0,0,1,86.81,8.1 5Z"/&gt;</p><p></p><p></p><p>&lt;/avg&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>body {</p><p></p><p>display: grid;</p><p></p><p>min-height: 100vh;</p><p></p><p>justify-content: center;</p><p></p><p>align-content:center;</p><p></p><p>background: repeating-linear-gradient(Circle, white,pink, red);</p><p></p><p>background: repeating-radial-gradient(Circle, white, pink, red);</p><p></p><p>}</p><p></p><p>

Answered by Anonymous
1

Answer:

Function Description Formula Example

AND Returns TRUE if all of the arguments evaluate to TRUE. =AND(A2>=10, B2<5)

OR Returns TRUE if any argument evaluates to TRUE. =OR(A2>=10, B2<5)

XOR Returns a logical Exclusive Or of all arguments. =XOR(A2>=10, B2<5)

Explanation:

What is logical function?

The OR function is similar to the IF function in that it uses a logical test to evaluate the contents of a cell location. However, the OR function allows you to define several logical tests as opposed to just one. If one of the logical tests is true, the output of the function will be the word TRUE.

mark me as brainliest please

Attachments:
Similar questions