Exam 3 - BK Flashcards
(143 cards)
What are the two digital logic states?
Logic 1 (ON)
Logic 0 (OFF)
How many bits in a Byte?
8
How many bits is a Nibble?
4
What are the two advantages of Digital signals?
- Error detection and correction (MOST IMPORTANT)
- Stored memory in semiconductors
What does ADC stand for
Analogue to Digital
What does DAC stand for
Digital to Analogue
List 2 common ADC circuits
- Successive Approximation Register (SAR)
- Dual Slope
What is the basic operation of an ADC
Converts an analogue signal voltage to a string of binary code depending on the value of the analogue input voltage
If the inputs to an AND gate are 1 & 0, what is the output
0
If the inputs to an OR gate are 1&1, what is the output
1
How many inputs and outputs are there in a NOT gate
1 Input, 1 Output
What is another name for a NOT gate?
Inverter
On a XOR gate, when the input is 1&1, what is the output
0
What is Fan-In
The number of inputs a logic gate can accept
What is Fan-Out
The number of inputs a logic gate can drive
What must be used if a logic gate has a High Fan-In of more than 10 inputs
A buffer
What is the disadvantage of a High Fan-In logic gate
Slower due to its complexity
What is the normal Fan-out output of any logic gate, and how can it be expanded?
Normal Fan-Out = 10
Can be expanded with a buffer
What is propagation delay?
Time required for a digital signal to travel from input to output
What problems does propagation delay cause in an asynchronous circuit?
Intermittent faults
Does propagation delay increase or decrease with temperature
Increase
Does propagation delay increase or decrease with output load increase
Increase
In a logic circuit, what are some advantages in keeping the number of components to a minimum?
- Keep costs low
- Reduce complexity
- Reduce size of power supply
- Reduce propagation delay
What is the most basic flip-flop that all other bi-stable latches and multi-vibrators are made from?
SR Flip Flop
(Set-Reset)