Explain the working of a binary counter?
Answers were Sorted based on User's Feedback
Answer / yasmeen sultana
in binary counter the flip flop of lowest order position is
complemented with every pulse.this means that JK input
position must me maintained with logic one
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / deepa
binary counter with the number of bits available.
initiallly counter is set to zero. then bits are checked
against logic 1 or 0,if they are either logic 1 or 0,then
counter is incremented.
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / abhi
Binary Counter:-
A binary counter can be constructed from J-K flip-flops by taking the output of one cell to the clock input of the next.
The J and K inputs of each flip-flop are set to 1 to produce a toggle at each cycle of the clock input.
This device is sometimes called a "ripple through" counter.
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain why do you use two ground pins in microprocessor 8086?
Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.
What is the the total addressable memory size in a 8085 microprocessor?
What is 8251?
What type of interrupts are used for critical events and why?
Tell me how do you detect if two 8-bit signals are same?
State the order of interrupts priority wise (lower to higher)?
What is 8051 microcontroller ?
What is 'daisy-chaining' in reference to the 8086?
How to detect a sequence of "1101" arriving serially from a signal line?
Describe the general purpose registers of 8085?
Design any FSM in VHDL or Verilog?