Preview

avte 221

Good Essays
Open Document
Open Document
794 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
avte 221
Espinosa, Richard Anderson A. February 6, 2014
AVTE 221 – 4C Mr. Jimmy Marcaida II
Assignment:

In electronics, a flip-flop or latch is a circuit that has two stable states and can be used to store state information. A flip-flop is a bistable multivibrator. The circuit can be made to change state by signals applied to one or more control inputs and will have one or two outputs. It is the basic storage element in sequential logic. Flip-flops and latches are a fundamental building block of digital electronics systems used in computers, communications, and many other types of systems.

D flip-flop

D flip-flop symbol
The D flip-flop is widely used. It is also known as a "data" or "delay" flip-flop. The D flip-flop captures the value of the D-input at a definite portion of the clock cycle (such as the rising edge of the clock). That captured value becomes the Q output. At other times, the output Q does not change. The D flip-flop can be viewed as a memory cell, a zero-order hold, or a delay line.
Truth table:
Clock
D
Qnext
Rising edge
0
0
Rising edge
1
1
Non-Rising
X
Q
('X' denotes a Don't care condition, meaning the signal is irrelevant)
Most D-type flip-flops in ICs have the capability to be forced to the set or reset state (which ignores the D and clock inputs), much like an SR flip-flop. Usually, the illegal S = R = 1 condition is resolved in D-type flip-flops. By setting S = R = 0, the flip-flop can be used as described above. Here is the truth table for the others S and R possible configurations:
Inputs
Outputs
S
R
D
>
Q
Q'
0
1
X
X
0
1
1
0
X
X
1
0
1
1
X
X
1
1
These flip-flops are very useful, as they form the basis for shift registers, which are an essential part of many electronic devices. The advantage of the D flip-flop over the D-type "transparent latch" is that the signal on the D input pin is captured the moment the flip-flop is clocked, and subsequent changes on the D input will

You May Also Find These Documents Helpful

  • Satisfactory Essays

    ENS 303

    • 507 Words
    • 3 Pages

    Key grip variant of precision grip to enable you to pick up or hold flat objects (key into lock, using cash card)…

    • 507 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Nt1310 Unit 5 Lab Report

    • 490 Words
    • 2 Pages

    INPUT ADDRESS OUTPUT ADDRESS 0.01 – defected bottle Shift 0.02 – shift and counter Shift 0.03 Shift 10.00 100.01 10.01 100.02 10.02 100.03 10.03 100.04…

    • 490 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Acct 305

    • 1105 Words
    • 5 Pages

    Alpha Company's stock trades on the NY stock exchange. For Alpha Company, revenue on account amounted to $5,150. Cash collections of accounts receivable amounted to $2,300. Expenses incurred on account were $2,100. Cash paid on accounts payable was $1,950. Alpha's net income was…

    • 1105 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Nt1310 Unit 9 Exam Paper

    • 486 Words
    • 2 Pages

    Error detection – It is useful to have some error detection capability built into the physical signaling encoding scheme. This allows to be detected more quickly.…

    • 486 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    time-division multiplexing- A type of logic used by some networking devices, including circuit switches in the telco, in which the switch divides a faster-speed line into time channels.…

    • 445 Words
    • 3 Pages
    Satisfactory Essays
  • Better Essays

    Nt1310 Unit 1 Assignment

    • 1994 Words
    • 8 Pages

    5. Convert 32 decimal to binary floating point. Use a 6 bit mantissa and a 4 bit exponent.…

    • 1994 Words
    • 8 Pages
    Better Essays
  • Powerful Essays

    Pt1420 Unit 1 Assignment 2

    • 1305 Words
    • 6 Pages

    The number in a bit that represents a turned on position is 1. The number in a bit that represents a turned off position is 0.…

    • 1305 Words
    • 6 Pages
    Powerful Essays
  • Good Essays

    signal is unique from a previous digital value and unique from one to come. In effect, a digital…

    • 925 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Ass 208 1

    • 1596 Words
    • 28 Pages

    of the actions taken and you will prepare materials to enhance the safety awareness of…

    • 1596 Words
    • 28 Pages
    Powerful Essays
  • Satisfactory Essays

    Starch Lab

    • 399 Words
    • 2 Pages

    This lab gives a better understanding of biosynthesis of starch. As you can see with our data we had some discrepancies in tubes where glucose was present no starch should have been found however we have “+” in a few of the time slots this could be do to…

    • 399 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Microcomputer

    • 532 Words
    • 3 Pages

    From 2-var mux we design 4-bit expandable by use 4 components of 2-var mux. We base on tables follow to design them:…

    • 532 Words
    • 3 Pages
    Powerful Essays
  • Satisfactory Essays

    Logic gates

    • 1375 Words
    • 5 Pages

    Activity 6.3.2 Logic Gates Introduction A two-valued number system is the basis for all of the powerful computers and electronic devices in the world. Those two values are 0 and 1. Everything in the digital world is based on this binary system. While it seems very simple, the binary system is used to create the logic that dictates the actions of complex and simpler digital systems. But how do processors know what to do with all of those 0s and 1s Gates are used. Gates process the 0s and 1s and react based on how they are designed to function. When many gates are combined, computers can solve complex problems by using the logic set forth by the combination and order of the gates. Equipment Logic Gates presentation Gateway To Technology notebook Procedure You will decipher and create logic statements to compare conditions with outputs. Your instructor will present Logic Gates.ppt while you complete this document. Digital Signals Describe how digital signals are represented. The columns below represent 8 segments of time. Each time segment can hold a digital signal. Trace a wave pattern to represent the binary number 10001101. Complete the chart for the NOT Gate. SymbolFunction A logic gate that changes its input logic level to the opposite stateTruth Table A Y 0 1 1 0 Complete the chart for the AND Gate. SymbolFunction SHAPE MERGEFORMAT A logic circuit whose Inputs both 1 then, Output 1Truth Table A B Y 0 0 0 0 1 0 1 0 0 1 1 1 Logic Word Problem (Original Example) If I am hungry and it is 500 p.m., then I will eat dinner. In your GTT notebook, sketch a circuit diagram that behaves like an AND Gate using a battery, two switches, and an LED output. Complete the chart for the OR Gate. SymbolFunction SHAPE MERGEFORMAT A logic circuit when Either Input 1 then, Output 1Truth Table A B Y 0 0 0 0 1 1 1 0 1 1 1 1 Logic Word Problem (Original Example) In your GTT notebook, sketch a circuit diagram that behaves like an OR Gate using a battery, two switches,…

    • 1375 Words
    • 5 Pages
    Satisfactory Essays
  • Powerful Essays

    The following playlist is useful, since it has most of the topics from geometry in one compact place:…

    • 3612 Words
    • 23 Pages
    Powerful Essays
  • Better Essays

    Lights Out Linear Algebra

    • 1112 Words
    • 5 Pages

    The purpose of this project is to solve the game of Light’s Out! by using basic knowledge of Linear algebra including matrix addition, vector spaces, linear combinations, and row reducing to reduced echelon form.…

    • 1112 Words
    • 5 Pages
    Better Essays
  • Good Essays

    The Digital Lock Circuit diagram shows that the nine SPST switches are inputs to clock pulse of CD4013 dual D-flip flop. Push button switches are used for entering the code number. One side of all the push button switches are connected to +12V DC. The remaining ends of push buttons are connected to clock input pins of the flip-flops. When we press any switch the numbers will be displayed on seven segments if the combination matches to each flip flops pulse the circuit will activate, initially the set of flip flips will be as a low and reset will be common to operate the circuit properly.…

    • 446 Words
    • 2 Pages
    Good Essays

Related Topics