You are on page 1of 2

20.10.

2021
KOCAELI UNIVERSITY
DEPARTMENT OF MECHATRONICS ENGINEERING

MUH 207
(DIGITAL DESIGN)
(Homework-1)

1. Find the value of X in the following equations. Show the steps one by one.
a. (10101.101)2 = (X)10
b. (64.379)10 = (X)2
c. (41.6)8 = (X)10
d. (10111100011)2= (X)16
e. Perform the (100111011 - 101110011)2 operation using the ‘r’ and ‘r-1’
complement.

2. Make the following coding tasks.


a. Code the number 2617 given in decimal system according to BCD, Plus-3, 2 out of
5 and Aiken systems respectively.
b. Convert 100101011011 and 10111010.0110 BCD numbers to decimal system.
c. Encode octal numbers with even parity.

3. Write the Boolean expressions and construct the truth tables describing the outputs of
the circuits described by the following logic diagrams.

aa

bb
cc y y
dd

ee
(a)

a
a y1
y1

b
b

c
cd y2

de y2
ef
(b)
f
20.10.2021
KOCAELI UNIVERSITY
DEPARTMENT OF MECHATRONICS ENGINEERING

4. For the Boolean function given as:

F = xy’z + x’y’z + w’xy + wx’y + wxy

a) Obtain the truth table of F.


b) Draw the logic diagram, using the original Boolean expression.
c) Use Boolean algebra to simplify the function to a minimum number of literals.
d) Obtain the truth table of the function from the simplified expression and show that
it is the same as the one in part (a)
e) Draw the logic diagram from the simplified expression, and compare the total
number of Gates with the diagram of part (b)

5. Simplify the following Boolean functions f, together with the DON’T CARE
conditions D, and then express the simplified function in sum of minterms.

a) F(x,y,z) = ∑(1, 3, 4, 6) b) F(A,B,C,D) = ∑(0, 4, 8, 12, 14)


D(x,y,z) = ∑(0, 2, 5,7) D(A,B,C,D) = ∑(2, 6, 10)

c) F(A,B,C,D) = ∑(3, 5, 8, 12, 13, 15) d) F(A,B,C,D) = ∑(1, 3, 6, 9, 15)


D(A,B,C,D) = ∑(1, 9, 11, 14) D(A,B,C,D) = ∑(0, 2, 10)

Deadline to submit for this assignment is October 25, 2021 at 23:59.

You might also like