Skip to main content

Digital techniques__Logic Gates











  • OR operation represents addition, AND operation represents multiplication. 
  • NOR is opposite of OR operation. it is NOT OR that is complement of OR operation. 
  • similarly NAND operation is opposite of AND operation. it is NOT AND that is complement of AND operation.
  •  EXOR is exclusive OR. it produces low output for similar input and high output for dissimilar input. 
  • likewise EXNOR is exclusive NOR gate produces high output for similar input and low output for dissimilar inputs. 

Comments

Popular posts from this blog

Digital techniques__Number system

Hello! In last post we had seen introduction of number system. now we are going to learn types of number systems.

Digital techniques__Decoders

A decoder converts digital signals into corresponding decimal code. The encoded data is most of decoded for user interface for most of the devices like monitor, printer, calculator displays etc.   

Digital techniques__Binary arithmetic

In this i explained binary arithmetic operations. Arithmetic operations includes binary addition, subtraction, multiplication and division etc  binary subtraction are performed by using complements. complements simplify subtraction operation in digital computer.