BEEE_UNIT_IV_Number system_logic gates
BEEE_UNIT_IV_Number system_logic gates
UNIT-IV
DIGITAL ELECTRONICS
Number systems and Logic gates
Dr.M.Karuppasamypandian
AP/EEE
1
What is Number System ?
• A system for representing number of certain type.
• Example:
–There are several systems for representing the counting
numbers.
– These include the usual base “10” or decimal system : 1,2,3
,…..10,11,12,..99,100,…
Used by Used in
System Base Symbols humans? computers?
Decimal 10 0, 1, … 9 Yes No
Binary 2 0, 1 No Yes
Octal 8 0, 1, … 7 No No
Hexa- 16 0, 1, … 9, No No
decimal A, B, … F
▪ If both inputs are the same, then output is 0; otherwise, the output is 1
▪ Note the difference between the XOR gate and the OR gate; they differ only in one input situation.
▪ When both input signals are 1, the OR gate produces a 1 and the XOR produces a 0
▪ XOR is called the exclusive OR
▪ NAND gates and NOR gates are sometimes called universal gates because they can be used to
produce the other basic Boolean functions.
a) both inputs are LOW b) one of the input is HIGH and the other one is LOW c) both inputs are HIGH d)
none of these
a) OR and NOR operations b) OR and NOT operations c) NAND and NOR operations d) AND and NAND
operations
a) AND gate immediately followed by an inverter b) NOR gate immediately followed by an inverter c) NAND
gate immediately followed by an inverter d) OR gate immediately followed by an inverter