0

I am having trouble turning this truth table into a logic circuit:

a[1] a[0] b[1] b[0] s[1] s[0]
0 0 0 0 0 0
0 0 0 1 0 1
0 0 1 0 1 0
0 0 1 1 1 1
0 1 0 0 0 1
0 1 0 1 0 0
0 1 1 0 1 1
0 1 1 1 1 0
1 0 0 0 1 0
1 0 0 1 1 1
1 0 1 0 0 0
1 0 1 1 0 1
1 1 0 0 1 1
1 1 0 1 1 0
1 1 1 0 0 1
1 1 1 1 0 0

I am having trouble turning this truth table into a logic circuit:

geek_n
  • 1
  • hi geek_n! Welcome to StackOverflow! Seeing as this is a programming website, which language would you like the answer to be in? – Mark Aug 20 '23 at 02:32

0 Answers0