Logic Family | Fan-out |
---|---|
TTL | Moderate |
ECL | Low |
NMOS | Low to Moderate |
CMOS | High |
Fan-out refers to the number of input gates that can be driven by a single output gate without exceeding output current limitations while maintaining logical levels. It is an important parameter that indicates how many other gates or inputs a gate can drive.
Among the logic families, CMOS has the highest fan-out due to its high input impedance and low output current requirements. This makes CMOS circuits capable of driving a larger number of gate inputs compared to other families like TTL, ECL, or NMOS.
Thus, CMOS is the logic family with the highest fan-out.
Match the LIST-I with LIST-II
LIST-I (Logic Gates) | LIST-II (Expressions) | ||
---|---|---|---|
A. | EX-OR | I. | \( A\bar{B} + \bar{A}B \) |
B. | NAND | II. | \( A + B \) |
C. | OR | III. | \( AB \) |
D. | EX-NOR | IV. | \( \bar{A}\bar{B} + AB \) |
Choose the correct answer from the options given below:
Match List-I with List-II:
List-I (Counters) | List-II (Delay/Number of States) |
---|---|
(A) n-bit ring counter | (I) Number of states is \( 2^n \) |
(B) MOD-\(2^n\) asynchronous counter | (II) Fastest counter |
(C) n-bit Johnson counter | (III) Number of used states is \( n \) |
(D) Synchronous counter | (IV) Number of used states is \( 2n \) |
Choose the correct answer from the options given below:
A MOD 2 and a MOD 5 up-counter when cascaded together results in a MOD ______ counter.