You are on page 1of 1

MASTER OF COMPUTER APPLICATIONS

Course Code : MCS-012


Course Title : Computer Organisation and Assembly Language Programming
Assignment Number : MCA(I)/012/Assignment/15-16
Maximum Marks : 100
Weightage : 25%

Use a Karnaugh’s map to design a circuit that takes four input bits and produces one
output bit. The output bit is 0 if the first and fourth input are same else it is 1.

Before Designing we should know inputs which is 4


That means 24 = 16 Combinations of outputs
Inputs are represented as ABCD
Output is represented by F and some times termed as Function

Decimal A B C D F (Function)

0 0 0 0 0

0 6
1 0 0 0

i a 0 1

2 0 0

o on 1 0

3 0

il p0 1 1

5 s un 0

0
1

1
0

0
0

6 0 1 1 0

7 0 1 1 1

8 1 0 0 0

9 1 0 0 1

10 1 0 1 0

11 1 0 1 1

12 1 1 0 0

Thanks for visiting us!! Subscribe!!  Page 9

You might also like