Brainliest for correct answer :)
How many different input combinations will be considered in the truth table, when there are 2 Inputs to the logic circuit?
Answers
Answer 1
Answer:
hey there, it's 4 different input combinations (TrueTrue, TrueFalse, FalseFalse,FalseTrue).
Related Questions
x = 0
while x < 4:
print(x)
x += 1
Make it a for loop