Computer Science, asked by kkhgggg2755, 1 year ago

Name the logic gate which generates high output when at least one input is high

Answers

Answered by Anonymous
7

an OR gate generates a high when at least one input is high

eg:

if two numbers are input there are four possible combinations:

                         A                      B                                    OUTPUT

                         0                       0       produce          =        0

                         0                        1        produce          =        1

                         1                         0       produce          =        1

                         1                         1        produce          =        1

high = 1 and low = 0                    

Similar questions