What is the correct answer of the given statements in the given order? I. Gate…
2021
What is the correct answer of the given statements in the given order? I. Gate in which output of logical gate is high when all inputs are high is ____ II. Half of byte is known as ____ III. A flip-flop whose output follows the input when triggered is ____
- A.
NAND gate, bit, T–flip-flop
- B.
OR gate, nibble, T–flip-flop
- C.
AND gate, nibble, D–flip-flop
- D.
NOR gate, byte, S–R flip-flop
Attempted by 2570 students.
Show answer & explanation
Correct answer: C
To determine the correct answer, analyze each statement separately:
I. The gate that outputs high only when all inputs are high is an AND gate. This is because the AND operation requires all inputs to be true (high) to produce a high output.
II. A byte consists of 8 bits. Half of a byte is 4 bits, which is known as a nibble. This is a standard unit in digital systems.
III. A flip-flop whose output follows the input when triggered is a D-flip-flop. The D stands for 'data', and the output changes to match the input on the clock edge.
By matching these concepts to the options, the correct sequence can be determined.