Featured Post

80186 Microprocessors: Introduction and Architecture

Hello friends, today we are going to discuss the 80186 microprocessor with integrated peripherals. The Intel 80186 is an improved version of the 8086 microprocessor. 80186 is a 16-bit microprocessor with a 16-bit data bus and a 20-bit address bus. It has a programmable peripheral device integrated into the same package. The instruction set of the 80186 is a superset of the instruction set of the 8086. The term super-set means that all of the 8086 instructions will execute properly on an 80186, but the 80186 has a few additional instructions. The following figure shows the block diagram and pin diagram of 80186. The CPU is divided into seven independent functional parts. 80186 internal block diagram  80186 68-pins pin diagram  Functional parts of 80186 Microprocessor The Bus Interface Unit (BIU) Execution Unit (EU) Clock Generator Programmable interrupt controller Programmable Chip Select Unit (CSU) Programmable DMA Unit Programmable counter/timers The Bus Interface Unit

Derived Logic Gates and Truth Tables

1. NOR Gate


The NOR gate is a dc combination of OR gate with the not gate. The output of NOR gate is totally opposite of the output of the OR gate. In NOR gate, the output to be high (logic 1) if all the inputs are low (0); if one or all input is high (*1), a low output (0) result will display. The symbol is presented in the forms of a plus sign (+), with an overbar over the entire expression to indicate the inversion i.e y=  A + B  The NOR function can have any number of inputs, but practical commercial NOR gates are mostly limited to 2, 3, and 4 inputs. Symbol of NOR logic gates is as follows.
NOR Logic Gates
NOR Logic Gate


2. NAND Logic Gates

The NAND gate implements the NAND function, which is exactly inverted from the AND function. This is a combination of NOT and AND function.  We can use this gate with 2, 3, and more inputs. If both or all the inputs are logic high (1) signals then the output will be a logic low (0) and with either input at logic low (0) signals, then the output will be logic 1. The symbol and truth table are as follows. The circle at the output of the NAND gate denotes the logical inversion.
3-Input NAND Gate
3-Input NAND Gate

3. XOR or Exclusive-OR Gate:

The Exclusive-OR or XOR function is an interesting and useful variation on the basic OR function. Verbally, it can be stated as, "Either A or B, but not both." The XOR gate produces a logic 1 output only if its two inputs are different. If the inputs are the same, the output is a logic 0.

The XOR symbol is a variation on the standard OR symbol. It consists of a plus (+) sign with a circle around it. The logic symbol, as shown here, is a variation on the standard OR symbol.
EXclusive OR Gate
Exclusive OR Gate

4. XNOR or Exclusive -NOR Gate


Exclusive NOR gate is opposite of XOR gate.  It is a digital logic circuit with 2, 3 and more input and only one output just like as above. The output of an XNOR gate is high (1) when all of its inputs are high (1)  or when all of its inputs are low (0), if some of its inputs are low (0), then the output of the XNOR gate is low (0). The truth table for an XNOR gate with two inputs appears to the right.

EXclusive NOR Gate
Exclusive NOR Gate

Well, how you found this article, is it useful? I am sure this will help you more. If you want more information please let
I know through comments in the right below.

Subscribed to the My Computer Tutors for updates. I will keep updating to you with latest tutorials.

Comments