[SOLVED] ICS Problem sheet 7

30.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Sheet-7-ofacyi.zip (208.4 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
πŸ”’ Securely Powered by:
Secure Checkout
5/5 - (1 vote)
Problem 7.1: quine-mccluskey algorithm  

Consider integer numbers in the range 0. . . 63 that can be represented using six bits. The boolean function F(X5,X4,X3,X2,X1,X0) is true when the number (X5X4X3X2X1X0)2 is a Fibonacci number and false otherwise.

  1. Provide a boolean expression in DNF defining the function F. What is the cost of the DNF expression?
  2. Calculate the prime implicants of F.
  3. Construct the prime implicant chart and identify the essential prime implicants. What is a minimal set of prime implicants covering the function F?
  4. Write out a minimal boolean expression defining F using mathematical logic notation. What is the cost of the minimal boolean expression?

For calculating the cost of a boolean expression, we only consider logical ∧ and ∨ operations.

  • Sheet-7-ofacyi.zip