Digital vs Analogue, Logic Devices, and Boolean Logic and Logic Gates Flashcards
What is the difference between analogue and digital signals?
- Analogue signals has a continuously varying voltage
- Digital signals represent things as distinct voltage values (HIGH and LOW) (1 or 0)
What are the advantages of digital systems?
- Known level of accuracy
- Reliable (immune from interference, temperature/humidity and aging)
- Can introduce intelligence
- Can change the design easily
What are the disadvantages of digital systems?
- Circuits are more complex (more wires0
- Increased cost of manufacture
What are the three basic logical operations?
OR, AND & NOT
What is a relay?
- Electromagnetic device
- Allows current through a coil to close one or more independent set of switch contacts
What are the 2 states of a relay?
NO (normally open)
NC (normally closed)
What are the disadvantages of a relay?
Bulky, slow, unreliable and power hungry
What are the benefits of transistors?
Fast, very small, very reliable
What are transistors?
- 3 terminal devices
- an input voltage is applied to the control terminal which causes a conducting path between the other 2 terminals to be opened or closed
What is a CMOS FET?
Type of transistor where current flows between two electrodes (the source and the drain) via a channel. Above the channel, there is a gate (another electrode)
Acts as a switch
What is the difference between a N channel FET or a P channel FET?
- N-channel FET uses the flow of electrons (output is HIGH when input is HIGH)
- P-channel FETs uses holes (OUTPUT is HIGH when INPUT is LOW)
What are the values of Boolean logic?
- 1 or TRUE (meaning HIGH or ON)
- 0 or FALSE (meaning LOW or OFF)
What are logic gates?
Logic gates are electronic circuits constructed from transistors with 1 or more input wire and 1 output wire
How does an OR gate function?
- OUTPUT is HIGH if either or both INPUTs are HIGH
- OUT = A + B
How does an AND gate function?
- OUTPUT is HIGH if both INPUTs are HIGH
- OUT = A.B
How does a NOT gate function?
- OUTPUT is HIGH if INPUT is LOW
- OUT = A\
How does XOR gate function?
- OUTPUT is HIGH if either INPUTs are HIGH but not both
- OUT = A+0B
How does NAND, NOR and XNOR function?
- AND, OR and XOR gate respectively without inversions