Casio fx-82ZA PLUS II User Manual page 50

Hide thumbs Also See for fx-82ZA PLUS II:
Table of Contents

Advertisement

(xnor)
(Not)
(Neg)
All of the following examples are performed in the binary mode (
Example 1:
To determine the logical AND of 1010
1100
)
2
1010
Example 2:
To determine the logical OR of 1011
11010
)
2
1011
Example 3:
To determine the logical XOR of 1010
1100
)
2
1010
Example 4:
To determine the logical XNOR of 1111
101
)
2
1111
Example 5:
To determine the bitwise complement of 1010
Example 6:
To negate (take the two's complement) of 101101
(Neg(101101
))
2
(BASE)
Note
• In the case of a negative binary, octal or hexadecimal value, the calculator converts
the value to binary, takes the two's complement, and then converts back to the original
number base. For decimal (base-10) values, the calculator merely adds a minus sign.
Logical operator "xnor" (exclusive
negative logical sum), which returns the
result of a bitwise XNOR
"Not(" function, which returns the result of
a bitwise complement
"Neg(" function, which returns the result of
a two's complement
(BASE)
(and) 1100
(BASE)
(or) 11010
(BASE)
(xor) 1100
(BASE)
(xnor) 101
(BASE)
(Not) 1010
(Neg) 101101
49
(BIN)).
and 1100
(1010
2
2
0000000000001000
and 11010
(1011
2
2
2
0000000000011011
and 1100
(1010
2
2
0000000000000110
and 101
(1111
2
2
2
1111111111110101
(Not(1010
2
1111111111110101
2
1111111111010011
and
2
or
xor
2
xnor
))
2

Advertisement

Table of Contents
loading

Table of Contents