- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is control of Single Flip-Flops?
Flip flops are an application of logic gates. A flip-flop is a basic memory element that can save one bit of data. Flip flop has two stable states. One of the stable states is called SET or 1. The other stable state is known as RESET, CLEAR, or 0.
A flip-flop circuit can stay in a binary state continually (as long as power is transferred to the circuit) before conducted by an input signal to switch states. The control gates for the seven flip-flops can be determined similarly. For example, the table shows that IEN may change as a result of the two instructions ION and IOF.
R′T0: | AR ← PC |
R′T2: | AR ← IR(0 − 11) |
D′7IT3 : | AR ← M[AR] |
RT0: | AR ← 0 |
D5T4: | AR ← AR + 1 |
pB7: IEN ← 1
pB6: IEN ← 0
where p = D7IT3 B7 and B6 and are bits 7 and 6 of lR, respectively. Moreover, at the end of the interrupt cycle, lEN is cleared to 0.
RT2 : IEN ← 0
If we use a JK flip-flip for IEN, the control gate logic will be as shown in the figure.
IEN refers to interrupt enable flag.
For the first two inputs, the value is considered as Input/output instruction. The third input is an interrupt.
- Related Articles
- What is the difference between Latch and Flip-Flops in computer architecture?
- Digital Electronics Flip-flops and their Types
- What is D Flip Flop?
- What is T Flip Flop?
- What is J-K Flip Flop?
- What is Set-Reset (SR) Flip-flop?
- What is Strobe Control?
- What is Control Unit?
- What is Control Memory?
- What is Control Statements?
- What is biological control?
- What is an admission control approach for congestion control?
- What is Control Logic Gates?
- What is Hardwired Control Unit?
- What is Microprogrammed Control Unit?
