Laws Flashcards

1
Q

X+1:

A

1

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

X+0:

A

X

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

X.1:

A

X

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

X.0:

A

0

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

X+X:

A

X

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

X.X:

A

X

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

X+NOT(X):

A

1

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

X.NOT(X):

A

0

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

NOT(X+Y):

A

NOT(X).NOT(Y)

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

X.(Y+Z):

A

X.Y+X.Z

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

X+(X.Y):

A

X

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

X.(X+Y):

A

X

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

Order of operations:

A

(),not,and,or,xor

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

X+X.Y:

A

X.(1+Y) –> etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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

What does an edge-triggered d-type flip flop do:

A

It takes in the input data and outputs it until the next clock pulse is received

17
Q

Describe a half-adder:

A

A and B go into an XOR gate for the result, and also separately into an AND gate to find the carry bit

18
Q

Describe a full adder:

A

Same as a half adder - the result is then applied to another half adder, with the second input coming from the carry bit. The result of the second XOR is the result, and the AND gate results are ORed to get the carry bit