You are on page 1of 6

DESARROLLO EJERCICIOS 3 Y 4 APORTE FORO

EJERCICIO 3A

CD 00 01 11 10
AB

00 1 0 0 1
01 1 0 0 1
11 0 0 0 1
10 1 0 0 1

F <= ((not A) and (not D)) or (C and (not D)) or (A and (not B) and (not D))
EJERCICIO 3B

CD 00 01 11 10
AB

00 1 0 0 1
01 1 0 0 1
11 0 0 0 1
10 1 0 0 1

F <= (not D) and (C or (not A) or (not B))


EJERCICIO 4A

CD 00 01 11 10
AB

00 1 0 0 1
01 1 0 0 1
11 1 1 0 0
10 0 0 1 0

F <= ((not A) and (not D)) or (A and B and (not C)) or (A and (not B) and C and D)
EJERCICIO 4B

CD 00 01 11 10
AB

00 1 0 0 1
01 1 0 0 1
11 1 1 0 0
10 0 0 1 0

F <= (A or (not D)) and ((not A) or (not B) or (not C)) and ((not A) or B or C ) and ((not A)
or (not C) or D)

You might also like