Digital Electronics
Digital Electronics
6. Digital Electronics
6.1.Introduction
Digital systems are designed to store, process, and communicate information in digital form. They are
found in a wide range of applications, including process control, communication systems, digital
instruments, and consumer products. The digital computer, more commonly called the “computer,” is
an example of a typical digital system.
A computer manipulates information in digital, or more precisely, binary form. A binary number has
only two discrete values - zero or one. Each of these discrete values is represented by the OFF and
ON status of an electronic switch called a “transistor.” All computers, therefore, only understand
binary numbers. Any decimal number (base 10, with ten digits from 0 to 9) can be represented by a
binary number (base 2, with digits 0 and 1).
Figure 6.1 Basic logic Elements (a) AND; (b) OR; and (c) NOT (inverter).
The basic gates’ functions are easily defined as follows:
An AND gate produces a 1 output if and only if all of its inputs are 1.
An OR gate produces a 1 output if and only if one or more of its inputs are 1.
Electrical and Computer Engineering Department CET, Adigrat University, By: Brhane F.
1
Chapter-6 Class Notes of Applied Electronics II
A NOT gate, usually called an inverter, produces an output value that is the opposite of its
input value.
The operation of the derived logic gates are as follows:
The output of an EXCLUSIVE-OR (EX-OR) gate is a logic ‘1’ when the inputs are unlike
and a logic ‘0’ when the inputs are like.
NAND stands for NOT AND. An AND gate followed by a NOT circuit makes it a NAND
gate. The output of a NAND gate is logic ‘0’ when all its inputs are logic ‘1’. For all other
input combinations, the output is logic ‘1’.
NOR stands for NOT OR. An OR gate followed by a NOT circuit makes it a NOR gate. The
output of a NOR gate is a logic ‘1’ when all its inputs are logic ‘0’; for all other input
combinations, the output is a logic ‘0’.
EXCLUSIVE-NOR (commonly written as EX-NOR) means NOT of EX-OR, i.e. the logic
gate that we get by complementing the output of an EX-OR gate. The output of a two-input
EX-NOR gate is logic ‘1’ when the inputs are like and logic ‘0’ when they are unlike.
Electrical and Computer Engineering Department CET, Adigrat University, By: Brhane F.
2
Chapter-6 Class Notes of Applied Electronics II
Electrical and Computer Engineering Department CET, Adigrat University, By: Brhane F.
3
Chapter-6 Class Notes of Applied Electronics II
Electrical and Computer Engineering Department CET, Adigrat University, By: Brhane F.
4
Chapter-6 Class Notes of Applied Electronics II
Electrical and Computer Engineering Department CET, Adigrat University, By: Brhane F.
5
Chapter-6 Class Notes of Applied Electronics II
PMOS family (using P-channel MOSFETs), the NMOS family (using N-channel MOSFETs) and the
CMOS family (using both N- and P-channel devices). The Bi-MOS logic family uses both bipolar
and MOS devices.
Of all the logic families listed above, the first three, that is, diode logic (DL), resistor transistor logic
(RTL) and diode transistor logic (DTL), are of historical importance only. Diode logic used diodes
and resistors and in fact was never implemented in integrated circuits. The RTL family used resistors
and bipolar transistors, while the DTL family used resistors, diodes and bipolar transistors. Both RTL
and DTL suffered from large propagation delay owing to the need for the transistor base charge to
leak out if the transistor were to switch from conducting to nonconducting state. Figure 6.9 shows the
simplified schematics of a two-input AND gate using DL [Fig. 6.9(a)], a two-input NOR gate using
RTL [Fig. 6.9(b)] and a two-input NAND gate using DTL [Fig. 6.9(c)]. The DL, RTL and DTL
families, however, were rendered obsolete very shortly after their introduction in the early 1960s
owing to the arrival on the scene of transistor transistor logic (TTL).
Logic families that are still in widespread use include TTL, CMOS, ECL, NMOS and Bi-CMOS.
The PMOS and I2L logic families, which were mainly intended for use in custom large-scale
integrated (LSI) circuit devices, have also been rendered more or less obsolete, with the NMOS logic
family replacing them for LSI and VLSI applications.
Figure 6.9 (a) Diode logic (b) resistor transistor logic and (c) diode transistor logic.
The TTL family has a number of subfamilies including standard TTL, low-power TTL, high-power
TTL, low-power Schottky TTL, Schottky TTL, advanced low-power Schottky TTL, advanced
Schottky TTL and fast TTL. The popular CMOS subfamilies include the 4000A, 4000B, 4000UB,
54/74C, 54/74HC, 54/74HCT, 54/74AC and 54/74ACT families. The first monolithic emitter
coupled logic family was introduced by ON Semiconductor, formerly a division of Motorola, with
the MECL-I series of devices in 1962, with the MECL-II series following it up in 1966. Both these
logic families have become obsolete.
Electrical and Computer Engineering Department CET, Adigrat University, By: Brhane F.
6
Chapter-6 Class Notes of Applied Electronics II
Electrical and Computer Engineering Department CET, Adigrat University, By: Brhane F.
7