Logic Gates and Memory.

Slides:



Advertisements
Similar presentations
Lab 08: SR Flip Flop Fundamentals:
Advertisements

Tutorial 2 Sequential Logic. Registers A register is basically a D Flip-Flop A D Flip Flop has 3 basic ports. D, Q, and Clock.
Registers and Counters. Register Register is built with gates, but has memory. The only type of flip-flop required in this class – the D flip-flop – Has.
CSCE 211: Digital Logic Design. Chapter 6: Analysis of Sequential Systems.
Digital Logic Design Brief introduction to Sequential Circuits and Latches.
Chapter 3 Continued Logic Gates Logic Chips Combinational Logic Timing Sequential Logic Flip Flops Registers Memory State Machines.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1.
Sequential logic and systems
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Flip_Flops  Logic circuits are classified ito two groups  1. The combinational logic circuits,using the basic gates AND,OR and NOT.  2. Sequential.
CS 210.  How do we represent data in a computer? ◦ Easy to recognize two conditions:  1. Presence of a voltage – we’ll call this state “1”  2. Absence.
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
AUP2G57 configured as flip flop Dual Configurable Logic Design Contest.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
SEQUENTIAL LOGIC By Tom Fitch. Types of Circuits Combinational: Gates Combinational: Gates Sequential: Flip-Flops Sequential: Flip-Flops.
A sequential logic circuit (a.k.a. state machine) consists of both combinational logic circuit(s) and memory devices (flip flops). The combinational circuits.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
7. Latches and Flip-Flops Digital Computer Logic.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Transistors to Gates © 2011 Project Lead The Way, Inc.Magic of Electrons.
Logic Gates Digital Logic Design. What is a logic gate? A switch with an output that will only turn on when inputs are in particular positions.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
Appendix C Basics of Logic Design. Appendix C — Logic Basic — 2 Logic Design Basics §4.2 Logic Design Conventions Objective: To understand how to build.
1 Op-Amps. 2 Purpose ComparatorAmplifier An Op-Amp can be used to either compare two voltages and see which one is greater, or amplify a given voltage.
Basics of Logic gates - Part 2
FLIP FLOPS Binary unit capable of storing one bit – 0 or 1
Lab 08: SR Flip Flop Fundamentals:
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Summary Latch & Flip-Flop
Sequential logic design principles
Logic Gates.
Lab02 :Logic Gate Fundamentals:
Basic Digital Logic.
Clock in Digital Systems
Flip-FLops and Latches
FIGURE 5.1 Block diagram of sequential circuit
DIRECTOR OF MGM’s COE,NANDED
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
CS Chapter 3 (3A and ) – Part 4 of 5
Latches, Flip-Flops and Registers
Flip Flop.
Summary Half-Adder Basic rules of binary addition are performed by a half adder, which has two binary inputs (A and B) and two binary outputs (Carry out.
Flip-FLops and Latches
Chapter 4 Gates and Circuits.
These chips are operates at 50MHz clock frequency.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Instructor: Alexander Stoytchev
Logic Gates.
JC Technology Logic Gates.
Tri-state Buffers and Drivers By Taweesak Reungpeerakul
Instructor: Alexander Stoytchev
Transistors to Gates Transistors to Gates Gateway To Technology
Dr. Clincy Professor of CS
KS4 Electricity – Electronic systems
Combinational Logic - An Overview
AWIM Series Lawndale High School Experiment 6 Dec, 2017
Logic Gates.
Binary Logic.
Flip-Flops.
Department of Electronics
Logic Gates AIM: To know the different types of logic gate
Arduino म्हणजे काय?.
Sequential Digital Circuits
Combinational Logic - An Overview
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Logic Gates and Memory

Logic Gate Operation A logic gates senses inputs, in the form of voltage, and determines the output based on a predetermined set of rules

Gates The two most basic types of Gates are “OR” and “AND”

OR - Gates “OR” gates output a voltage if EITHER input senses voltage

AND - Gates “AND” gates output a voltage when BOTH inputs sense voltage

Wiring

Wiring For an “OR” gate, EITHER pins 6 or 7 being HIGH could turn on the LED For an “AND” gate, BOTH would need to be HIGH

Wiring Each Logic Gate chip contains multiple individual Logic Gates

Wiring

Wiring

Wiring

Wiring

Symbols Logic gate types can be shown using specific symbols

Logic Tables Every logic gate has a table summarizing its logic

NOTES A lack of 5V does not constitute 0V The output of one logic gate can be the input to another

NOTES Gates can be designed with multiple inputs

NOTES There are many ways to produce a gate’s inputs, such as a button, or Arduino pin

Complete the Logic Gate Lab

Memory

Memory How Flip-Flop Memory Works A voltage (HIGH or LOW) is placed on the ‘D’ pin When the ‘Clock’ pin goes LOW → HIGH, the state of the ‘D’ pin will be stored in the ‘Q’ pin