Find an expression for each of these outputs, while minimizing the overall total number of gates. Count the total number of gates. You can assume that all inputs are available in positive and negated forms. You can assume that multi-input gates count as 1 gate each. ab 00 01 11 10 ab 00 cd 01 11 10 ab 00 01 11 10 cd cd 00 1 00 1 00 01 01 1 01 1 1 11 1 1 1 1 11 1 1 11 1 1 1 10 10 1 1 10 F1 F2 F3
Find an expression for each of these outputs, while minimizing the overall total number of gates. Count the total number of gates. You can assume that all inputs are available in positive and negated forms. You can assume that multi-input gates count as 1 gate each. ab 00 01 11 10 ab 00 cd 01 11 10 ab 00 01 11 10 cd cd 00 1 00 1 00 01 01 1 01 1 1 11 1 1 1 1 11 1 1 11 1 1 1 10 10 1 1 10 F1 F2 F3
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
please include an explanation !
Expert Solution
Step 1
For F1 The K-Map can be rounded as follows because we can only round either horizontally rectangles or vertically rectangles of dimensions 1x2, 2x1, 1x4, 4x1, 2x4, 4x2 or squares of dimensions 1x1, 2x2, 4x4 for 4 input K-map.
So the minimized function of this becomes ( (a'+a) (b'+b)cd ) + (ab')(c')( d+ d')
= cd + ab'c'
Number of gates required
cd, ab'c' -> 2 AND gate
cd + ab'c' -> 1 OR gate
Total 3 gates
Step by step
Solved in 4 steps with 3 images
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education