Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Modify it to implement the circuit described in part 1. The starter circuit should already have the following: The circuit should have four inputs: A,

Modify it to implement the circuit described in part 1. The starter circuit should already have the following:

  • The circuit should have four inputs: A, B, C, and D.
  • The circuit should have two outputs: W and X.

You will need to modify it so that the following things are true:

  • The output W should be a 1 if and only if there aren't two adjacent 1s in the inputs (i.e. A and B, B and C, or C and D).
  • The output X should be a 1 if and only if there aren't two adjacent 0s in the inputs.

I would strongly recommend that you do not change the positioning, orientation, or attributes of the inputs and outputs. If you do, you may not be able to pass the tests.

For full credit, use as few gates as possible! You should be able to build your circuit with:

  • 6 AND gates
  • 2 OR gates
  • 4 NOT gates

image text in transcribed

K-map for W: AB 001 011 CD 11 0 0 K-map for X: AB 01

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Absolute responses are seldom accurate.

Answered: 1 week ago

Question

How to solve maths problems with examples

Answered: 1 week ago