Spring 2002 CSCI 255 Practice Homework 4

This homework is not graded. It is practice for the 25 February quiz.

Problem 1 and only

The description for Lab 3 ended with a circuit diagram, shown below, for computing the three-input "majority" function, also shown below.

InputsOutput
0000
0010
0100
0111
1000
1011
1101
1111

Three ways to compute the majority

Try this same feat, but with the following simpler function.

InputsOutput
0000
0010
0101
0110
1000
1011
1100
1110