Computer Science, asked by swaravichare06, 4 months ago

17.
This function is used point
to combine two or more
conditions. If all the conditions
are true then it will return True
otherwise False
O NOR
ORO
O ANDO
O IFO​

Answers

Answered by allysia
0

Answer:

AND will return the values as TRUE if all the input conditions are being satisfied.

About other options:

OR returns TRUE if any one of the output is TRUE.

NOR returns FALSE if any one of the output is TRUE and TRUE if any one of the output is FALSE.

Similar questions