0% found this document useful (0 votes)
2 views

hw5

Uploaded by

nishim714
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

hw5

Uploaded by

nishim714
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MEEN 433/667 Mechatronics

Homework #5
Issued: Tuesday, September 17, 2024
Due: Tuesday, September 24, 2024

Problem 1. AH, Chapter 6, Problem 28


(Problems 26 from the 4th Ed.)
(Problems 26 from the 3rd Ed.)
(Problems 25 from the 2nd Ed.)

Problem 2. Perform the indicated subtraction with the following unsigned binary
numbers by taking the 2’s complement of the subtrahend. Fully explain the steps you are
taking.
(a) 11011 – 10000
(b) 10110 – 1011
(c) 100 – 101000
(d) 1011100 – 1011100

Problem 3. We want to design a 4-bit comparator.


(a) Design a 1-bit comparator that compares two 1-bit unsigned numbers A and B. The
comparator circuit has three outputs C, D, and E, which are high when A > B, A < B, and
A = B, respectively.
(b) Based on the result of Part (a), design a 4-bit comparator that compares two 4-bit
unsigned numbers A and B. The comparator circuit has two outputs C and E, which are
high when A > B and A = B, respectively.

Problem 4. Construct a 5  32 decoder with four 3  8 decoder/demultiplexers (See the


datasheet of 74138.) and a 2  4 decoder (See the datasheet of 74139). Use a block
diagram construction. Fully explain your method.

Problem 5. Construct an 8  1 multiplexer with a dual 4  1 multiplexers (See the


datasheet of 74153.) having separate inputs but common selection lines. Use a block
diagram construction. Fully explain your method.

You might also like