Q11.Marks: +2.0UGC NET Paper 2: Computer Science 26th Nov 2021
Match List I with List II
List I
List II
A.
Odd Function
I.
NAND gate
B.
Universal Gate
II.
XOR gate
C.
2421 code
III.
Amplification
D.
Buffer
IV.
Self‐Complementing
Choose the correct answer from the options given below :
1.A ‐ I, B ‐ II, C ‐ III, D ‐ IV
2.A ‐ II, B ‐ I, C ‐ IV, D ‐ III✓ Correct
3.A ‐ I, B ‐ III, C ‐ II, D ‐ IV
4.A ‐ IV, B ‐ II, C ‐ III, D ‐ I
Solution
Key Points
NAND & NOR gates are called universal gates. Because we can implement any Boolean function, which is in sum of products form by using NAND gates alone. Similarly, we can implement any Boolean function, which is in product of sums form by using NOR gates alone.
The output of Ex-OR gate is ‘1’, when odd number of ones present at the inputs. Hence, the output of Ex-OR gate is also called as an odd function.
2421 is a self-complementing code. Self-complementing codes provide the 9’s complement of a decimal number, just by interchanging 1’s and 0’s in its equivalent 2421 representation.
A buffer, is a basic logic gate that passes its input, unchanged, to its output. Its behavior is the opposite of a NOT gate. The main purpose of a buffer is to regenerate the input, usually using a strong high and a strong low.