Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Missing Entries - Computer Engineering - Solved Exam, Exams of Computer Science

Main points of this past exam are: Missing Entries, Equivalent Values, Equivalent Gate, Transistor Level, Gate Symbol, Mixed Logic Gate, Mixed Logic Design, Exploit Common, Logic Notation, Universal Gate

Typology: Exams

2012/2013

Uploaded on 04/08/2013

sawant_111
sawant_111 🇮🇳

5

(1)

67 documents

1 / 9

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ECE 2030 E
Exam I - Solutions
September 15th, 2009
pf3
pf4
pf5
pf8
pf9

Partial preview of the text

Download Missing Entries - Computer Engineering - Solved Exam and more Exams Computer Science in PDF only on Docsity!

ECE 2030 E

Exam I - Solutions

September 15

th

  1. Fill in the missing entries in the following table with the equivalent values.

Decimal 4-bit Binary 8-bit Binary 24 1000 00011000 6 0110 00000110 0 0000 00000000

  1. Encode the following sequence of numbers as an ASCII string.

12, 41, 30

00110001_00110010_00110100_00110001_00110011_

  1. Provide a functionally equivalent implementation of the following CMOS circuit using only two input NAND gates. You need only provide the mixed logic gate level schematic of your solution.

Note: This solution is not unique. If you simplify or otherwise modify the expression you will have a different solution.

  1. This question deals with Mixed Logic Design. Implement the following expression using only NOR and NOT gates. Use the mixed logic notation we have used in class. Do not assume that the complements of the inputs are available. Do not simplify the expression. Provide the number of transistors in the implementa- tion.

FA ( BC ) DAD ( BC )

Number of Transistors: ____42____

Note: There is more than one solution; for example, if you exploit common sub- expressions.

  1. Show that a 2-input NOR gate is a universal gate.

It is necessary to implement an inverter, AND gate, and OR gate.

  1. The following is a truth table for a Boolean expression.

a. Write the expression in sum-of-minterms form and product-of-maxterms form.

A B C F

F (POM) = ( A^ ^ B^ ^ C )( A^ ^ B^ ^ C )(^ A^ ^ B^ ^ C )( A^ ^ B^ ^ C )

F (SOM) = ABCABCABCABC

b. Algebraically simplify the SOM expression to a Sum of products form.

ABCABCABCABC

AB ( CC )  AC ( BB )

ABAC