English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
1

What is 4-bit asynchronous UP counter means?(digital logic)

2007-11-30 01:36:28 · 3 answers · asked by L 1 in Science & Mathematics Engineering

3 answers

It is a counter, that has 4 binary bits, that counts from 0000 to 1111 (decimal 0 to 15), in the up direction (1, 2, 3, 4... )
It does not in the down direction (9,8,7,6...). The count changes simultaneously for each of the 4 bits of the binary count on the edge of the clock input -- usually the rising edge of the clock.

.

2007-11-30 01:58:19 · answer #1 · answered by tlbs101 7 · 0 0

asynchronous means that the bits do not all change at the same time, which can cause problems in some circuits - normally this means that the lowest bit changes and the changes cascade up through the bits (like carrying in ordinary addition)
when a chip is synchronous various methods are used to present all the bits, already changed, together.

2007-11-30 10:32:37 · answer #2 · answered by Mike1942f 7 · 1 0

these guys got the answers right already.

in the following positions:

8421
-------
0000 = 0
0001 = 1
0010 = 2
0101 = 5
1111 = 15

2007-11-30 10:53:35 · answer #3 · answered by elbanda 2 · 0 0

fedest.com, questions and answers