Fundementals Of Computer Systems Flashcards
Where are adders usually found?
In the ALU of the CPU
What is a half adder?
A circuit that performs addition using inputs from A and B only
What is a full adder?
A circuit that performs addition using inputs from A and B plus a carry bit
How can you construct a full adder?
By chaining together half adders
How many inputs can a full adder take?
3 (2 binary;1 carry bit)
What logic gate is used to represent a half adder and why
XOR because it identifies when the input is different
What is a flip-flop?
A memory unit that can store 1 bit
What is an edge triggered D type flip flop?
A memory unit that changes state with each pulse of the clock
Why do we need a flip flop?
To store the results from the previous output calculation
How many inputs is a logic circuit receiving if we are now using a flip flop?
2
For a D type flip flop, how would the flip flop change state?
When the pulse of the clock changes.