answersLogoWhite

0

Assume that the two inputs of the XOR gate are I1 and I2, and that the two inputs of the multiplexer are M1 and M2 and the selection line is S:

Connect I1 to M1

Connect Not(I1) to M2

Connect I2 to S

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

What is VHDL program for 64 to 1 multiplexer using four 4 to 1 multiplexers?

Personally describing VHDL code for multiplexer can be quite difficult without prior knowledge. It takes many VHDLs to be a multiplexer.


What advantage does a statistical multiplexer have over a TDM multiplexer or an FDM multiplexer?

Statistical multiplexer does not reserve time slots or frequencies. Instead, it dynamically allocates bandwidth only when it is needed.


How nand gate acts as a universal gate?

A universal gate is a gate which can implement any Boolean function without need touse any other gate type.The NAND and NOR gates are universal gates.In practice, this is advantageous since NAND and NOR gates are economical andeasier to fabricate and are the basic gates used in all IC digital logic families.In fact, an AND gate is typically implemented as a NAND gate followed by aninverter not the other way around!!Likewise, an OR gate is typically implemented as a NOR gate followed by an inverternot the other way around!!A universal gate is a gate which can implement any Boolean function without need touse any other gate type.The NAND and NOR gates are universal gates.In practice, this is advantageous since NAND and NOR gates are economical andeasier to fabricate and are the basic gates used in all IC digital logic families.In fact, an AND gate is typically implemented as a NAND gate followed by aninverter not the other way around!!Likewise, an OR gate is typically implemented as a NOR gate followed by an inverternot the other way around!!can be combined to produce AND, OR,NOT,XORand XNOR gates


Why do you design a full adder using OR gate?

You cannot design a full adder using only OR gates. You also need AND gates. Typically, this can be done with just NAND gates.


Using only one program implement bubble sorting insertion sorting quick sorting and selection sorting?

Its simple!dirve a menu based prog by using switch case & then apply every sorting function to it.

Related Questions

How Design a 3 input AND gate using 2 by 1 Multiplexer only?

help


How can you implement an 8 to1 multiplexer by using two 4 to1 multplexers?

You don't need two 4-to-1 multiplexers. You only need one 4-to-1 multiplexer, and something that functions as a 2-to-1, like a single 2-input OR gate with one input grounded.


Is it possible to make circuit with only multiplexers?

Yes. Any basic gate's Boolean expression can be implemented using a 2:1 multiplexer and hence any combinational circuit can be implemented using only multiplexers.


Define universal gate?

A universal gate is a logic gate that can be used to implement any logic function. The NAND gate and NOR gate are examples of universal gates because any other logic gate can be constructed using only NAND or only NOR gates.


What is VHDL program for 64 to 1 multiplexer using four 4 to 1 multiplexers?

Personally describing VHDL code for multiplexer can be quite difficult without prior knowledge. It takes many VHDLs to be a multiplexer.


What advantage does a statistical multiplexer have over a TDM multiplexer or FDM multiplexer?

Statistical multiplexer does not reserve time slots or frequencies. Instead, it dynamically allocates bandwidth only when it is needed.


What advantage does a statistical multiplexer have over a TDM multiplexer or an FDM multiplexer?

Statistical multiplexer does not reserve time slots or frequencies. Instead, it dynamically allocates bandwidth only when it is needed.


How do you design a NOT gate using only NAND gate?

Connect the two inputs of the NAND gate together.


How do you implement Google Chrome?

You do not need to implement Google Chrome. It can be done only installing it and then using it for webpages.


Can you design or gate using and gate?

Only if you decide to work with negative logic throughout the circuit.


Carry in a half adder can be obtained using which gate?

OR Gate - Hemanth The carry is generated only when 1 and 1 is added. So it should be AND gate and not OR. Maxim Tellis


What is the use of selection input in multiplexer and de-multiplexer?

The concept of multiplexing is that we have 2n inputs but only one of them becomes the output for a given condition (or time). That particular input is selected by the combination of n selection lines.