Electronic Systems

Electronic systems are made up of:

Input Devices Output Devices
__________ __________
__________ __________
__________ __________
__________
__________

Boolean Logic Gates

Boolean logic gates are binary devices and so inputs and outputs can have values are either 1 for ON / TRUE or 0 for OFF / FALSE.

There are many different types of logic gates, but the 3 most basic are:

AND Gate

First Input Second Input Output
0 0 __________
0 1 __________
1 0 __________
1 1 __________

OR Gate

First Input Second Input Output
0 0 __________
0 1 __________
1 0 __________
1 1 __________

NOT Gate

Input Output
0 __________
1 __________

Logic Gate Design Problems