answersLogoWhite

0

implement it. enough said.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Advantages of programmable logic array-PLA?

used as mux and demux , used for implement haff adder $ full adder, by program it


Can a multiplexer be used to realize a logic function?

Yes, a multiplexer (MUX) can be used to realize a logic function. By appropriately selecting the inputs and control signals of the MUX, it can generate the desired output for any given combination of input variables. Essentially, a MUX can be configured to implement any logic function by using its data inputs to represent the truth table of that function. This makes it a versatile tool in digital circuit design.


What is mux?

what is a mux


A 4 variable logic expreSSion can be realized using which multiplexer?

using 8:1 mux....


What type of product is a cmos mux?

A CMOS Mux is a piece of technology that is used to create integrated circuits that are used in electronics. The full name of 'CMOS' is Complementary Metal Oxide Semiconductor.


What are advantages and disadvantages of multiplexer?

Advantages are 1: it reduces number of wires. 2:it reduces circuit complexity and cost. 3:it simplifies logic design. 4:we can implement many combinational circuits using MUX. 5:it does not need kmaps and simplification.


Can you implement higher order mux from lower order.how?

yes, given MUX in number To be implemented MUX 2:1MUX x 3 4:1MUX 4:1MUX x (4+1) 16:1MUX 4:1MUX x (16+4+1) 64:1MUX 8:1MUX x (8+1) 64:1MUX 8:1MUX x (32+4+1) 256:1MUX


How many input MUX you will get if 4 input multiplexers drive a 4 input multiplexer?

we'll get 4 input mux cuz 2^4=16.... therefore the first 4 input mux has 16 o/p.. hence four-4 i/p mux are required to fill all 16 leads.


How you design OR gate using 2 1 mux?

To design an OR using 2:1 mux, we need to tie the "First" input to "Logic 1″ and the "Zeroth" input to the one of the input of the OR Gate. The other input of OR gate would be connected with the select line of the MUX. Now, the output of the MUX would be "1″ when any oth the two inputs would be "1″ otherwise it would be "0″ for all conditions.


What is the market cap for McEwen Mining Inc MUX?

As of July 2014, the market cap for McEwen Mining Inc. (MUX) is $706,322,326.55.


How you design NOR gate using 2 1 mux?

If you want to have output z = A NOR B. Make select line of 2X1 MUX = A. Now, the first i/p line (corresponding to A =0) = B ' BAR tthe second i/p line (corresponding to A=1) = 0.


Can inverter circuit be design from multiplexer circuit?

MUX(A, B, S) = A*S + B*S' NOT(A) = MUX(0, 1, A) = 0*A + 1*A' = A' From http://noyesno.net/