


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The solutions to exam one for the computer engineering course ece 2030 c in spring 2001. The exam covers topics such as boolean algebra, incomplete circuits, and karnaugh maps. Students are required to complete truth tables, transform boolean expressions, and implement circuits using various logic gates.
Typology: Exams
1 / 4
This page cannot be seen from the preview
Don't miss anything!



4 problems, 5 pages Exam One Solutions 8 February 2001
Problem 1 (2 parts, 25 points) Boolean Algebra and Standard Forms Part A (15 points) For each expression, complete the truth table that represents its behavior.
OUTX = A โ B โ C + A โ B โ C + A โ B โ C + A โ B โ C
Part B (10 Points) Transform each of the following Boolean expressions to a form where they can be implemented using switches (i.e., there should be no bars in the expression except for complements of the inputs A, B, C, etc.). The behavior of the expression should remain unchanged.
Out (^) X = A โ ( B โ C +( D + E )) = A +( B โ C +( D + E ))= A +(( B โ C )โ ( D + E ))= A +(( B + C )โ ( D + E )) Note that this is not the same as A + ( B + C โ ( D + E )) which is incorrect.
OutY = (( A + B )+( C + D ))โ E โ F = (( A + B )+( C + D ))+ E โ F =(( A + B )โ ( C + D ))+ E โ F
4 problems, 5 pages Exam One Solutions 8 February 2001
Problem 2 (1 part, 15 points) Incomplete Circuit For the incomplete circuit are shown below. Complete each circuit by adding the needed switching network so the output is pulled high or low for all combinations of inputs (i.e., no floats or shorts). Then write the expression. Assume both the inputs and their compliments are available.
OUTx = ( A โ B + C )( E + F )+ D โ G
4 problems, 5 pages Exam One Solutions 8 February 2001
Problem 4 (2 parts, 30 points) Karnaugh Maps Part A (15 points) Given the following Karnaugh Map, circle and list all the prime implicants, indicating which are essential and write the simplified SOP expression.
prime implicants
essential? yes no A D
simplified SOP expression (^) A โ D + A โ C โ D + A โ B โ C Part B (15 points) Simplify the following POS expression using a Karnaugh Map. Circle and list all the prime implicants, indicating which are essential and write the simplified POS expression. Out =( A + C + D )( B + C + D )( A + B + C + D )( A + B + C + D )
prime implicants
essential? yes no A + C + D A + C + D B + C + D A + B + D
simplified POS expression (^) ( A + C + D )โ ( A + C + D )โ ( A + B + D )