Бројач — разлика између измена

Садржај обрисан Садржај додат
Нема описа измене
Ред 22:
 
Хардверски бројачи су овог типа.
 
=== Декадни бројач ===
[[File:DecadeCounter.jpg|thumb|Дијаграм кола Декадног бројача реализованог са ЈК флип-флоповима (74LS112D)]]
 
Децимални бројач је једини који броји у децималним цифрама, уместо у бинарним. Декадни бројач
A decade counter is one that counts in decimal digits, rather than binary. A decade counter may have each digit binary encoded (that is, it may count in [[binary-coded decimal]], as the [[List of 7400 series integrated circuits|7490]] integrated circuit did) or other binary encodings. "A decade counter is a binary counter that is designed to count to 1010b (decimal 10). An ordinary four-stage counter can be easily modified to a decade counter by adding a NAND gate as shown in figure 3-25. Notice that FF2 and FF4 provide the inputs to the NAND gate. The NAND gate outputs are connected to the CLR input of each of the FFs."
A decade counter is one that counts in decimal digits, rather than binary. It counts from 0 to 9 and then resets to zero. The counter output can be set to zero by pulsing the reset line low. The count then increments on each clock pulse until it reaches 1001 (decimal 9). When it increments to 1010 (decimal 10) both inputs of the NAND gate go high. The result is that the NAND output goes low, and resets the counter to zero. D going low can be a CARRY OUT signal, indicating that there has been a count of ten.
 
 
 
=== Горе/Доле бројач ===
 
=== Прстенасти бројач ===
 
=== Џонсонов бројач ===
 
== Компијутерски бројачи ==
Преузето из „https://sr.wikipedia.org/wiki/Бројач