Laws Flashcards
1
Q
X+1:
A
1
2
Q
X+0:
A
X
3
Q
X.1:
A
X
4
Q
X.0:
A
0
5
Q
X+X:
A
X
6
Q
X.X:
A
X
7
Q
X+NOT(X):
A
1
8
Q
X.NOT(X):
A
0
9
Q
NOT(X+Y):
A
NOT(X).NOT(Y)
10
Q
X.(Y+Z):
A
X.Y+X.Z
11
Q
X+(X.Y):
A
X
12
Q
X.(X+Y):
A
X
13
Q
Order of operations:
A
(),not,and,or,xor
14
Q
X+X.Y:
A
X.(1+Y) –> etc.
15
Q
What is an edge-triggered d-type flip flop:
A
A memory unit that changes state with each clock pulse - it is just 1 bit that changes with the rising edge of the clock