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

Assignment Solution

This document contains a digital logic design assignment for a student. It includes 5 questions asking the student to simplify Boolean logic expressions. The student provides the following simplified expressions: 1) A'BC' + AC' = C'(A + B) 2) (X + Z)(X + XZ') + XY + Y = X + Y 3) A' (A + BC) + (AC + B'C) = AC 4) MN(M + N') + M(N + N') = M(N + 1) 5) XZ' + (Y + Y'Z) + XY = X + Y + Z

Uploaded by

Feras TheReaper
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Assignment Solution

This document contains a digital logic design assignment for a student. It includes 5 questions asking the student to simplify Boolean logic expressions. The student provides the following simplified expressions: 1) A'BC' + AC' = C'(A + B) 2) (X + Z)(X + XZ') + XY + Y = X + Y 3) A' (A + BC) + (AC + B'C) = AC 4) MN(M + N') + M(N + N') = M(N + 1) 5) XZ' + (Y + Y'Z) + XY = X + Y + Z

Uploaded by

Feras TheReaper
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

‫ةيقيبطتال ءاقلبال ةعماج‬

‫تامولعلما اجيولونكتو تالاصتالل يزاغ نب اللهدبع يرمألا ةيلك‬

Digital Logic Design ‫ميقرال قطنلما برمتخ‬


Assignment (1)
Student Name: ‫فراس محمود رشيد منصور‬
Instructor: Fatima Thaher Aburomman

1. Find the simplified expression A’BC’+AC’.


A’BC’ + AC’
= C’(A’B + A)
= C’(A + B).

2. Evaluate the expression: (X + Z) (X + XZ’) + XY + Y.


(X + Z)(X + XZ’) + XY + Y
= (x + z)X(1 + Z’) + XY + Y
= (X + Z)X + XY + Y
= (X+Z)X + Y(X+1)
= (X+Z)X + Y
= XX + XZ + Y
= X + XZ + Y
= X(1+Z) + Y
=X+Y

3. Simplify the expression: A’ (A + BC) + (AC + B’C).


= A’A + A’BC + AC + B’C
= A’BC + C(A + B’)
= C(A’B + A + B’)
= C(A + B + B’)
= C(A + 1)
= AC.

4. What is the simplification value of MN(M + N’) + M(N + N’)?


= MN(M+N’) + M.1
= MNM + MNN’ + M
= MN + 0 +M
= M(N + 1)
= M.

5. Simplify the expression XZ’ + (Y + Y’Z) + XY.


= XZ’ + (Y + Z) + XY
= XZ’ + Y + Z + XY
= (XZ’ + Z) + (Y + XY)
= (X + Z) + Y (1 + X)
=X+Y+Z

You might also like