View Full Version : help with 3-to-6 decoder
funjoke88
Sep20-09, 09:40 AM
a 3-to 6 binary decoder has an enable signal.When disabled or invalid code is applied to the decoder ,the decoder will output zeros.When enabled,input codes from 000 to 101 are decoded.Draw the block diagram of 3-to-6 decoder and define its behaviour using a truth table.
may i know how to do this question ?
LCKurtz
Sep20-09, 07:02 PM
When you say binary decoder do you mean the logic to light up a 7-bar digit display or something else?
berkeman
Sep21-09, 06:11 PM
a 3-to 6 binary decoder has an enable signal.When disabled or invalid code is applied to the decoder ,the decoder will output zeros.When enabled,input codes from 000 to 101 are decoded.Draw the block diagram of 3-to-6 decoder and define its behaviour using a truth table.
may i know how to do this question ?
Start by writing down the truth table. You are given 3 inputs and the enable, and you have 6 outputs. A 3-to-6 decoder will assert one of its 6 outputs based on what the input code is. So for example, when the input code is 101, the last output is asserted and no other ones are. Label your 6 output lines from 0 to 5.
All of these sorts of problems will follow the same steps:
1) Write out the complete truth table
2) Transfer the truth table to a Karnaugh map
3) Find the minimal set of terms which cover the K-map or its complement
- Warren
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.