Note: You will need to use VerilUOC_Desktop to answer this question. Please, complete the module "VerilUOC_Desktop tools", inside this week 2, before performing

1 poi

this exercise.

Minimize the Boolean function as a sum of products of literals:

f(a,b,c,d,e) (ab+a) ce+a.c.b.(b+c)

Instructions to answer this question

1) In the virtual machine, open VerilUOC Desktop, click on "Simulate Verification" and then click on the BoolMin tab.

2) In "Module", select "Graded Exercises" and click on exercise 2.3.a. Enter the minimized Boolean expression.

3) BoolMin returns a 4 uppercase letters code Type it in the answer box

The minimized Boolean expression is:

ac + abd + ae + bc + bce

The 4 uppercase letters code is: LMPK