174k views
5 votes
I

2.
Given that the input A is false and the input B is false, what is the resulting value of the output?


c. True
d. False

I 2. Given that the input A is false and the input B is false, what is the resulting-example-1
User Strick
by
3.7k points

2 Answers

6 votes

Answer:

True

Step-by-step explanation:

Not(False) OR False = True OR False = True

User Kurrodu
by
3.3k points
5 votes

In an OR gate, if both inputs A and B are false, the output is also false.

When the inputs A and B are both false in an OR gate, the resulting output value is also false.

This follows the basic logic rule for an OR gate where the output is true only if at least one of the inputs is true.

Since both inputs are false, the OR gate does not satisfy this condition, and therefore the output remains false.

Therefore, The correct option is False.

User Hing
by
3.8k points