Number System & Logic Gates: Indian Institute For Production Management
Number System & Logic Gates: Indian Institute For Production Management
Number System & Logic Gates: Indian Institute For Production Management
&
LOGIC GATES
• This is quite a useful thing to remember. If ever you forget how the sequence of
binary numbers go, just think: "0" and "1", then "0" and "1" again but with a
"1" in front of each ("10" and "11") then take those four and put "1"s in front
("100","101","110","111") and so on.
• Definition of Decimal :
• The word "Decimal" means "based on 10" (From Latin decima : a tenth part).
• Decimal: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
• Hexadecimal: 0 1 2 3 4 5 6 7 8 9 A B C D E F
• Other terms which are used for the true and false states are shown in the
table on the right.
• Capital letters are normally used to make it clear that the term refers to
a logic gate.
• It shows the output states for every possible combination of input states.
The symbols 0 (false) and 1 (true) are usually used in truth tables.
• The example truth table on the right shows the inputs and output of an
AND gate.
IEC Symbol
IEC Symbol
• For example an OR gate can be built from NOTed inputs fed into a
NAND (AND + NOT) gate