Datexx 6518206 Посібник користувача - Сторінка 9

Переглянути онлайн або завантажити pdf Посібник користувача для Калькулятор Datexx 6518206. Datexx 6518206 15 сторінок. Big display 12 - digit scientific calculator with fractional and statistical functions

Performing Logical Calculations

Logical Calculations are performed with Boolean Algebra.
Variables in logical calculations have only two values,
True and False. Truth is represented by a "1" and False is
represented by a "0".
For Octal or Hexadecimal calculations,
the values are converted to Octal or Hexadecimal.

Type of logical calculations and truth tables

AND
:
Product of propositions
Produces 1 when all input values are 1.
OR
Sum of propositions
Produces 1 when one or more input values are 1.
XOR
Exclusive Sum of propositions
Produces 0 when all input values are either 1 or 0. (Other
cases acts as an OR)
XNOR
Exclusive sum of propositions
Combination of XOR and NOT
NOT
Negation
Produces the opposite value of the Input.
Examples:
1100 AND 1010 =
1100
OR 1010 =
1100
XOR 1010 =
16
(1000.)
(1110.)
(110)
Truth Tables
AND
INPUT
A
1
1
0
0
OR
INPUT
A
1
1
0
0
XOR, XNOR
INPUT
A
1
1
0
0
NOT
INPUT
A
OUTPUT
B
X
1
1
0
0
1
0
0
0
OUTPUT
B
X
1
1
0
1
1
1
0
0
OUTPUT
B
X OR X NOR
1
0
0
1
1
1
0
0
OUTPUT
X
1
0
0
1
1
0
0
1
17