Homework 3
This homework is worth 21 points.
Please do the following:
- The Call Convention
- (2 points) Outline section B.6 and section 2.8
- (4 points) 2.19.1 and 2.19.2 part a only
- (3 points each) For each of the following supply the missing parts:
- Truth Table
- Boolean Expression
- Circuit
- a = xy+
xy
-
-
- (6 points) Encoder: An encoder takes 2n input lines,
where only one line is asserted (say line k), the output is n lines,
which encode the address of the asserted line.
- Give a truth table for an 8 bit input
decoder encoder.
- Give the boolean expressions for the output of this
decode encoder.
- Give a circuit which implements a 8->3 encoder.