answersLogoWhite

0

It is the enable line.

Used to enable the multiplexer to function.

For low enable multiplexers, strobe is set to 0 to enable the multiplexer whereas in high enable multiplexers, it is set 1 to enable the multiplexer.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is multiplexer in digital electronics?

A multiplexer, sometimes referred to as a "multiplexor" or simply "mux", is a device that selects between a number of input signals. In its simplest form, a multiplexer will have two signal inputs, one control input, and one output. An everyday example of an analog multiplexer is the source selection control on a home stereo unit.


What is multiplexer tree in digital circuit?

Which has more number of input, It can be obtained by cascading two or more multiplexer with less nunber of inputs.


What is a Logic circuit with two or more input's one output?

multiplexer


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.


Which is the first integrated logic family?

rtlno.of 2-input multiplexers needed to construct a 210 input multiplexer


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

help


How many address lines are there in a 16 to 1 multiplexer?

20 address line available in 16 to 1 multiplexer 16 for input lines and 4 will be selection lines.


How many 2 input multiplexers are required to construct a 1024 input multiplexer?

15 2 bit multiplexers


What do you mean by strobe gate?

strobe is enable input in a digital IC...if its made active high...it will be enabled..some IC strobe is active low.. Its function is to enable the operation of the IC..or gate or Mux...


Describe at least one practical application that uses a multiplexer?

A: Suppose there is many points to measure and there is one voltmeter then a multiplexer will randomly access those points and measure it depending on the logical data input.


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 Multiplexer acts as not gate?

f = ~s.a + s.b , thus is the function for a multiplexer. let a not gate with input x and output y. set a = 1 and b =0 to get a not gate. y = ~x.1 + x.0