Electronics Flashcards
What is boolean algebra?
boolean algebra defines logic applied to anything that has only two states
How can logic and computers also be accomplished?
organically (DNA, neurons), or optically or chemically
What are the 7 Boolean laws?
- Idempotent Rule (Redundancy rule)
- Law of complemention
- Demorgans Law
- Commutative Law
- Distributive Law
- Associative Law
- Laws of absorption
What does Idempotent mean?
Same power
What is demorgans law also referred to as?
Alternate logic
How do you demorganize or determine the alternate logic for a gate?
- Invert the Inputs
- Change the gate (or sign)
- Invert the Output
What are the 2 levels of logic demorgans law can be applied to?
- Product of sums
- a sum of products
What is another way to demorganize?
“break the line and change the sign”
What is the rule for “break the line and change the sign” ?
you cannot break more than one line at a time but you can break one line more than once in a single step
What are the properties of human and machine in encoding and decoding?
Human :
- # ’s, letters, symbols (punctuation)
- video, audio
Machine :
- Binary, Octal, Hex, BCD, ASC11
How does encoding and decoding work?
Encoding = Human to Machine Decoding = Machine to Human
What are flip flops used as?
Memory devices
What is the most common gate used to make all other gates?
NAND (also the least power consumption)
If all flip flops have J and K tied high, what does this mean?
In toggle mode
What is another way of saying 16 combinations?
“modulus” 16 counter (MOD16)
What would a MOD16 counter count from?
0-15
For counting up, which output would you connect to?
Use Q and clear
For counting down, which output would you connect to?
use NOT Q and Preset
What is a Shift Register? What is an example?
a chain of Flip Flops used to move binary data from one location to another
Ex: calculator display is a “shift left” register
What is serial loading?
data is entered one bit at a time
what is data loading?
data is moved simultaneously with one pulse
what is serial out?
data is shifted out one bit at a time
what is parallel out?
data is shifted out all at once
What are the 4 types of Flip Flops? Which are synchronous and asynchronous?
- SR NOR & SR NAND - synchronous
- Clocked RS - asynchronous
- D-Type (Data FF) - asynchronous
- JK Flip Flop - asynchronous
What is an Astable Multivibrator?
Oscillator
What is a Monostable Multivibrator?
One-Shot
What is a Bistable Multivibrator?
Flip-Flop
What is another term for Flip Flop?
Latch