Skip to main content

Digital techniques__NOR-NOR Implementation




NOR-NOR Implementation is same as NAND-NAND implementation.only difference is ....

1. convert given expression in POS form.
2. Replace OR gate by NOR gate.
3. Replace NOT gate by NOR inverter.

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.