Propositional Logic: Logic Gates Intermediate Warmup

Logic Level 1

The setup above works like a XOR gate (the output will be 1 if exactly one of the inputs is 1). However, the gate marked by a blue box is missing. What is the gate?

OR AND

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Pop Wong
Aug 1, 2020
  • The first one (triangle o) is NOT gate
  • The second one is AND gate
( A , B ) (A,B) A ˉ \bar A B ˉ \bar B A ˉ \bar A AND B B B ˉ \bar B AND A A Input for blue box (up, down)
( 0 , 0 ) (0,0) 1 1 1 AND 0 = 0 1 AND 0 = 0 ( 0 , 0 ) (0, 0)
( 1 , 1 ) (1,1) 0 0 0 AND 1 = 0 0 AND 1 = 0 ( 0 , 0 ) (0, 0)
( 1 , 0 ) (1,0) 0 1 0 AND 0 = 0 1 AND 1 = 1 ( 0 , 1 ) (0, 1)
( 0 , 1 ) (0,1) 1 0 1 AND 1 = 1 0 AND 0 = 0 ( 1 , 0 ) (1, 0)

so we need an OR gate

Brilliant Mathematics Staff
Aug 1, 2020

You can confirm that the output will be 1 if and only if A = 1 and B = 0, or A = 0 and B = 1.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...