Chapter 12 Flashcards

1
Q

What is inclusive OR

A

Either A is true = true
Either B is true = true
A and B both true = true
A and B both false = false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is XOR (exclusive OR)

A

A and B true = false

A and B false = false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is zero flag operation

A

Testing of bytes by keeping a value in it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can we use and,xor, or operators for masking bit

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly