0% found this document useful (0 votes)
9 views2 pages

Ejercicios de Compuertas Logicas

The document contains examples of logic gate exercises involving 3 inputs A, B, and C. It shows the truth tables for the logic functions F1=(A+B)*(A+B), F2=(A+B+C)?, and F3=(A*B+B*C)A*B+A(B+C).

Uploaded by

Samuel Balboa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Ejercicios de Compuertas Logicas

The document contains examples of logic gate exercises involving 3 inputs A, B, and C. It shows the truth tables for the logic functions F1=(A+B)*(A+B), F2=(A+B+C)?, and F3=(A*B+B*C)A*B+A(B+C).

Uploaded by

Samuel Balboa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

EJERCICIOS DE COMPUERTAS LOGICAS

F1 = A+B∗( A+ B)

A B A B A+ B A+ B A+ B∗( A+ B)

0 0 1 1 1 1 1

0 1 1 0 0 1 0
1 0 0 1 0 1 0

1 1 0 0 0 0 0

F2 = ( A+ B+C) ¿

A B C A A+ B+C B∗C A+ B∗C ( A+B+C) ¿


0 0 0 1 1 1 1 1
0 0 1 1 1 1 1 1
0 1 0 1 1 1 1 1
0 1 1 1 1 0 0 0
1 0 0 0 0 1 1 0
1 0 1 0 1 1 1 1
1 1 0 0 1 1 1 1
1 1 1 0 1 0 1 1
F3 = ( A∗B+ B C ) A∗B+ A ( B+C)

A B C A B A∗B B∗C ( A∗B+ B C ) A∗B ( A∗B+ B C ) A∗B B+C A(B+C ) ( A∗B+ B C ) A∗B
0 0 0 1 1 0 0 0 0 0 1 1 1
0 0 1 1 1 0 1 1 0 0 1 1 1
0 1 0 1 0 0 0 0 1 0 0 0 0
0 1 1 1 0 0 0 0 1 0 1 1 1
1 0 0 0 1 0 0 0 0 0 1 0 0
1 0 1 0 1 0 1 1 0 0 1 0 0
1 1 0 0 0 1 0 1 0 0 0 0 0
1 1 1 0 0 1 0 1 0 0 1 0 0

You might also like