One thing that is really common in computers are sequences. Things happen, one after the other, in an ordered, regular, pattern.
Sequences are formed in computers when a binary number is decoded onto a set of lines. Each of the output lines is activated, in turn, when the binary number on the inputs lines counts up.
Try it in the simulator to see what we mean. Press the up arrow over the right hand digit in the double digit input on the left of the screen and watch the lights go off in sequence.
We call this an "active low" output because... well actually it's because we were too lazy to invert the output of each NAND gate with an NAND-as-NOT.
Can you modify this circuit to have "active high" outputs? Warning: You won't be able to save your work here; it's just to learn how to do it.
See also:
Questions:
input | enable low bit chip # |
|
decimal | binary | |
0 | 0000 | A |
1 | 0001 | A |
2 | 0010 | A |
3 | 0011 | A |
4 | 0100 | B |
5 | 0101 | B |
6 | 0110 | B |
7 | 0111 | B |
8 | 1000 | C |
9 | 1001 | C |
10 | 1010 | C |
11 | 1011 | C |
12 | 1100 | D |
13 | 1101 | D |
14 | 1110 | D |
15 | 1111 | D |
file: /Techref/logic/2to4ndecoder.htm, 5KB, , updated: 2013/8/6 10:28, local time: 2024/11/21 22:54,
18.188.227.108:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/logic/2to4ndecoder.htm"> Digital Logic Tutorial, 2 bit to 4 line decoder with active low output</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.