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

MCS 012 Solved Assignments 2016-9

This document provides information about a computer organization and assembly language programming course. It discusses using a Karnaugh map to design a circuit with 4 inputs that produces a 1 output if the first and fourth inputs are different, or a 0 output if they are the same. It lists the 16 combinations of the 4 input bits A, B, C, and D and the corresponding output F.
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)
58 views

MCS 012 Solved Assignments 2016-9

This document provides information about a computer organization and assembly language programming course. It discusses using a Karnaugh map to design a circuit with 4 inputs that produces a 1 output if the first and fourth inputs are different, or a 0 output if they are the same. It lists the 16 combinations of the 4 input bits A, B, C, and D and the corresponding output F.
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

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