DE UNIT 4 – Sequential Logic Circuits
1. Mention the applications of Counters
- Frequency Counters – frequency அளவிடப் பயன்படும்
- Digital Clocks – நேரக் கணக்கிடப் பயன்படும்
- Analog to Digital Converters – Analog signal to Digital signal மாற்றம்
- Frequency Dividers – clock signal ஐ divide செய்ய
- Timers & Stopwatches – நேரம் அளப்பதற்கு
2. What is a Counter? State its types
English Answer:
A Counter is a sequential logic circuit used to count the number of clock pulses.
Uses:
- In Frequency division
- In Timing applications
Tamil Answer:
Counter என்பது ஒர் sequential logic circuit, clock pulse களின் எண்ணிக்கையை கணக்கிட பயன்படும்.
Uses: Frequency division மற்றும் Timing applications இல் பயன்படும்.
Types / வகைகள்:
- Asynchronous Counter (Ripple Counter)
- Synchronous Counter
3. What is Latch? Mention its types
English Answer:
A Latch is a memory element that stores one bit of information in a stable state.
- SR Latch (Set-Reset Latch)
- D Latch (Data Latch)
- Gated D Latch
Tamil Answer:
Latch என்பது ஒரு memory element ஆகும். இது ஒரு bit information-ஐ stable-ஆக store செய்யும்.
Types / வகைகள்:
- SR Latch (Set-Reset Latch)
- D Latch (Data Latch)
- Gated D Latch
4. Define Synchronous Counter
English Answer:
In a Synchronous Counter, all flip-flops receive the clock pulse at the same time.
Therefore, the propagation delay is reduced, resulting in faster operation.
Tamil Answer:
Synchronous Counter இல் அனைத்து flip-flop களும் ஒரே நேரத்தில் clock pulse பெறும்.
இதனால் propagation delay குறைவாக இருக்கும். இது fast operation அளிக்கும்.
5. What are the types of Triggering in Flip-Flop
English Answer:
Level Triggering – Operates based on the high or low level of the clock signal.
Edge Triggering – Operates based on the rising edge or falling edge of the clock signal.
Tamil Answer:
- Level Triggering – clock signal high அல்லது low நிலையை அடிப்படையாக செயல்படும்
- Edge Triggering – rising edge அல்லது falling edge அடிப்படையில் செயல்படும்
6. List the various types of Flip-Flops
- SR Flip-Flop (Set – Reset)
- JK Flip-Flop (Improved SR type; no invalid state)
- D Flip-Flop (Data / Delay Flip-Flop)
- T Flip-Flop (Toggle Flip-Flop)
7. What is called Triggering ?
English Answer:
Triggering is the signal that causes a flip-flop or sequential circuit to change its state.
The state change occurs only after receiving the proper trigger signal from the clock pulse.
Tamil Answer:
Triggering என்பது ஒரு flip-flop அல்லது sequential circuit state மாற்றம் நடக்க உள்ள signal ஆகும்.
அது clock pulse இல் proper trigger signal பெற்ற பின் மட்டும் state மாற்றம் நடக்கும்.
8. What is Race Around Condition ?
English Answer:
In a JK Flip-Flop, when J = K = 1 and the clock pulse is in the HIGH state, the output toggles rapidly, making it unstable.
This condition is known as the Race Around Condition.
Tamil Answer:
JK Flip-Flop இல் J = K = 1 ஆகும் போது மற்றும் clock pulse HIGH நிலையிலிருக்கும் போது output வேகமாக toggle ஆகும் அதனால் output unstable ஆகும். இதுவே Race Around Condition.
9. What is Flip-Flop ?
English Answer:
A Flip-Flop is a sequential memory element that stores 1 bit of information.
The state change occurs based on the input signal and the clock trigger.
Tamil Answer:
Flip-Flop என்பது ஒரு sequential memory element ஆகும். இது 1 bit information-ஐ store செய்யும்.
State change என்பது input signal மற்றும் clock trigger அடிப்படையில் நடக்கும்.
10. Applications of Flip-Flop
- Frequency Dividers
- Counters – Asynchronous / Synchronous
- Storage Registers
- Shift Registers (SISO, SIPO, PISO, PIPO)