Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 11 (Q.No. 50)
50.
Which gate only sends one through if neither of its terminals receives a pulse.
NOT
NOR
OR
NAND
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Shewangizaw Bogale said:   8 years ago
NAND can also be another possible answer.

Let us perform 0 NAND 0 -----> 0 AND 0 -- result 0 , then Not 0 --- result 1.
So it can also be the answer.

Neeraj p-al said:   1 decade ago
NOR gate is a digital logic gate. It implements logical NOR. It behaves according to the truth table to the right.

A HIGH output (1) results if both the inputs to the gate are LOW (0).

If one or both input is HIGH (1), a LOW output (0) results.

NOR is the result of the negation of the OR operator. It can also be seen as an AND gate with all the inputs inverted.

NOR is a functionally complete operation. It combinations of NOR gates can be combined to generate any other logical function.

Post your comments here:

Your comments will be displayed after verification.