CompSci - Logical Operations Flashcards

1
Q

Register Clearing

A

Setting bits to 0 using an AND gate

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

Masking

A

Changing the value of specified bits using logic gates

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

Encryption

A

Hide the contents of specified bits using a key, which can be used to decode the contents

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

De Morgan’s Laws

A

NOT (A AND B) = NOT(A) OR NOT(B)
NOT (A OR B) = NOT(A) AND NOT(B)

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