Determine the minimal sum of products for boolean expression, Computer Engineering

Assignment Help:

Determine the Minimal sum of products for the Boolean expression?

Obtain the minimal sum of products for the Boolean expression f=(1,2,3,7,8,9,10,11,14,15) using Quine-McCluskey method.

Initially these minterms are represented in the binary form as shown in below table and the above binary representation is grouped into a number of sections in terms of the number of 1's as shown in below table.

Binary representation of minterms

Minterms

U

V

W

X

1

0

0

0

1

2

0

0

1

0

3

0

0

1

1

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

14

1

1

1

0

15

1

1

1

1

The Group of minterms for different number of 1's

of 1's

Minterms

U

V

W

X

1

1

0

0

0

1

1

2

0

0

1

0

1

8

1

0

0

0

2

3

0

0

1

1

2

9

1

0

0

1

2

10

1

0

1

0

3

7

0

1

1

1

3

11

1

0

1

1

3

14

1

1

1

0

4

15

1

1

1

1

Any of two numbers in these groups which differ from each other by only one variable can be combined and chosen, to get 2-cell combination as shown in table below.

2-Cell combinations

Combinations

U

V

W

X

(1,3)

0

0

-

1

(1,9)

-

0

0

1

(2,3)

0

0

1

-

(2,10)

-

0

1

0

(8,9)

1

0

0

-

(8,10)

1

0

-

0

(3,7)

0

-

1

1

(3,11)

-

0

1

1

(9,11)

1

0

-

1

(10,11)

1

0

1

-

(10,14)

1

-

1

0

(7,15)

-

1

1

1

(11,15)

1

-

1

1

(14,15)

1

1

1

-

From the 2-cell combinations, dash and one variable in the same position can be combined to form 4-cell combinations as shown in figure below.

Combinations

U

V

W

X

(1,3,9,11)

-

0

-

1

(2,3,10,11)

-

0

1

-

(8,9,10,11)

1

0

-

-

(3,7,11,15)

-

-

1

1

(10,11,14,15)

1

-

1

-

The cells (1, 3) and (9, 11) form a same 4-cell combination as the cells (1, 9) and (3, 11). The order in which the cells are placed in the combination doesn't have any effect. Therefore (1, 3, 9, 11) combination could be written as (1, 9, 3, 11).

From above 4-cell combination table and the prime implicants table can be plotted as shown in table below.

The Prime Implication Table

Prime Implicants

1

2

3

7

8

9

10

11

14

15

(1,3,9,11)

X

-

X

-

-

X

-

X

-

-

(2,3,10,11)

-

X

X

-

-

-

X

X

-

-

(8,9,10,11)

-

-

-

-

X

X

X

X

-

-

(3,7,11,15)

-

-

-

-

-

-

X

X

X

X

-

X

X

-

X

X

-

-

-

X

-

 

 

 

 

 

 

The columns contain only one cross mark corresponds to essential prime implicants and a yellow cross is used against every essential prime implicant and the sum of the prime implicants gives the function in its minimal SOP form.

   Y = V'X + V'W + UV' + WX + UW


Related Discussions:- Determine the minimal sum of products for boolean expression

Which transmission mode is used for data communication, Which transmission ...

Which transmission mode is used for data communication along telephone lines? Serial transmission mode is utilized for data communication along telephone lines.

Explain about double error detection bit, Q. Explain about Double Error Det...

Q. Explain about Double Error Detection bit? Let's presume now that two bit errors take place in data. Data received: So on -matching we conclude P3-D3 pair doesn't

Build a tv remote control, Communication by devices, such as the HC11 proce...

Communication by devices, such as the HC11 processor, is a key and vital part of most systems that are used in military, commercial, and academic settings.  In fact, most of these

Write shorts notes on sliding window protocol, Write shorts notes on Slidin...

Write shorts notes on Sliding Window Protocol To acquire high throughput rates, protocols employ a flow control technique termed as sliding window. Both, the sender and receive

What is common language runtime, What is "Common Language Runtime" (CLR)?  ...

What is "Common Language Runtime" (CLR)?  CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that changes a MSIL code into the host machine language code,

What do you understand by client-server architecture, Question: (a) (i...

Question: (a) (i) Explain what do you understand by Client/server architecture? (ii) List and briefly describe 3 types of Client/server architecture. (b) The most impo

What is FIFO, What is FIFO? FIFO is used as buffering element or queui...

What is FIFO? FIFO is used as buffering element or queuing element into the system that is by common sense, is needed only while you slow at reading than the write operation.

Difference among java beans & servlets, Java bean is a reusable component, ...

Java bean is a reusable component, where as the servlet is the java program which extends the server capability.

Difference between external and global variables, Global variables are acce...

Global variables are accessible only to the batch program while external variables can be referenced from any batch program residing in the similar system library.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd