What is a half adder?
This is a logic circuit containing TWO gates which produces the ADDITION of two bits.
In a half adder, what gate does the sum bit require?
XOR
In a half adder, what gate does a carry bit require?
AND
What does the diagram of a half adder look like?
What is the limitation of a half adder?
Does not allow for a carry bit from previous addition.
What is a full adder?
A logic circuit containing five gates that produce the addition of three bits.
What does the diagram of a full adder look like?
What is a flip flop?
A memory unit that can store one bit.
What is an edge-triggered D-type flip flop?
A memory unit that updates state/output to the current value of the data input with each pulse of the clock.
What is a clock?
A device that generates the signal used to synchronise the components of a computer.
What is the purpose of a D-type flip flop?
It is used to store the state of the data input, used as a memory unit for one bit.
What are the two inputs of a D-type of flip flop?
Data - the data to be retained.
Clock - output updates to reflect current status of input.