Computer Science, asked by garupahujaGarv, 1 year ago

which logical values are recognised by most of function? what are the corresponding numeric values of those logical values?

Answers

Answered by writersparadise
120

There are two logical values that are recognized by most functions. The values are usually the result of comparison of two variables. These values are True and False. They can also be represented using numerical values.


The corresponding numerical value for logical value True is 1.


The corresponding numerical value for logical value False is 0.
Answered by Chirpy
46

The two logical values that are recognized by most functions are true and false. Classical logic is a two-valued logic. The truth value is true or T. Its corresponding numeric value is 1. The untrue value is false or ⊥. This set of two values is also known as the Boolean domain.

Similar questions