answersLogoWhite

0


Best Answer

Decoder is a circuit which have n inputs and 2^n outputs.I think you want to say encoder which have 2^n input and n output lines. So your required chip is 8(2^3)X3 encoder which does not exist.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What decoder chip converts 7 lines to 3 lines?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many 3-to-8 line decoders with an enable input are needed to construct a 6-64?

You need 9 3-to-8 decoders. 8 decoders for selecting one of 64 lines. 1 decoder for enabling 1 decoder out of 8 decoder.


Is prostatomegaly grade 3 converts in cancer?

Is Prostatomegaly grade 3 converts to cancer


How do you make 3 8 decoder?

Use two 2-4 decoders.


Why does your LCD not isplay the full picture from your decoder It is zoomed by default and I cant reset it?

Oh I had to change the settings on the decoder to send the signal as 4:3 instead of 16:9


What is the 3 MT cross lines on the IC chip of memory module?

Some really quality blog posts on this internet site , saved to fav. gdedcecfbddcdeed


How tall is Chip Lohmiller?

Chip Lohmiller is 6' 3".


Explain 3 line to 8 line decoder?

chuma da do chuma da do!


How many phonemes in the word chip?

3


I wanted the theory for implementation of full adder using 3 to 8 decoder and 4 input nand gates?

A full adder is a logic circuit that take two inputs and a carry input, and produces an output and a carry ouput. It is one stage in a multi-bit adder. The truth table is: ABC RC D000 00 0001 10 1010 10 2011 01 3100 10 4101 01 5110 01 6111 11 7The columns are A, B, Carry Input, Result, Carry Output, and Decoder Output You can use a 3 to 8 decoder to generate these 8 lines. Look at the R and C outputs, and note that there are 4 combinations of inputs thet generate a 1 or a 0. For each of Result and Carry Ouput, connect the decoder output representing the 0 state to those four lines. (Result = 0, 3, 5, 6. Carry Output = 0, 1, 2, 4) What you are doing logically is or'ing the lines to produce the 1's. Since you have nands instead or ors, treat the nands as nors and pick the opposite inputs.


What is the difference between mega man star force 3 black ace and mega man star force 3 red joker?

There are greater chances to get a certain chip in one game than another. For example, there is a 15% chance to get chip A and a 3% chance to get chip B in red joker and a 3% chance to get chip A and 15%chance to get chip B in black ace.


What chip is in an iPad 3?

The A5X.


How can I program 4 x 16 decoder in VHDL?

There are many different optional codes. Here are brought three of them.1st - 2:4 decoder using "enable" :entity DECODER isport (A, B, Enable : in std_logic ;Out : out std_logic_vector(3 downto 0));end DECODER;architecture ARC.DECODER of DECODER isbeginOut(0)