Logic Gates It’s Only Logical. Logic Gates Are the switches that computers and similar devices use. They hold their state until something changes. Are.

Slides:



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

Logic Gates.
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Programmable Logic Controllers.
Logic Gates.
Logic Gates.
Ladder Logic PLC Programs are made up of combinations of AND; OR; NAND; NOR; and other gates, along with timers, inputs, outputs, counters, comparators,
Universal Gates Sum of Products Products of Sum
A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
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.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Introduction Each logical element or condition must always have a logic value of either "0" or "1", we also need to have ways to combine different logical.
Truth tables AND Gate Input 1Input output ? ? ? ? Input 1Input output ? ? ? ? OR Gate.
LOGIc gates Lesson Objectives: George Boole, ( )
AUP2G57 configured as flip flop Dual Configurable Logic Design Contest.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
CS 8421 Computing Systems, Dr. Hoganson Copyright © 2004, 2006 Dr. Ken Hoganson CS Class Will Start Momentarily… CS8421 Computing Systems.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Gates and Logic Dr John Cowell phones off (please)
LOGIC GATES “ Logic, like whiskey, loses its beneficial effect when taken in too large quantities “
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
CMOS Logic.  The CMOS Logic uses a combination of p-type and n-type Metal-Oxide-Semiconductor Field Effect Transistors (MOSFETs) to implement logic gates.
Electricity revision. What is the question? Here are some answers what might the question be? Bistable latch thermistor NOT gate Diode-bridge direct current.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
Department of Electrical and Computer Engineering University of Minnesota Presenter: Chi-Yun Cheng Digital Logic with Molecular Reactions.
Basic Electricity and Electronics Module Three Microprocessor Basics Copyright © Texas Education Agency, All rights reserved.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
Binary Logic Derrington KCL CPD/SKE Binary We’ve seen how data of all different sorts and kinds can be represented as binary bits… 0s and 1s 1 is.
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.
Basic Gates and ICs 74LS00 Quad 2-Input NAND gate 74LS02 Quad 2-Input NOR gate 74LS04 Quad 2-Input NOT gate 74LS08 Quad 2-Input AND gate 74LS32 Quad 2-Input.
Logic gates.
Digital Logic.
Lab 08: SR Flip Flop Fundamentals:
Transistors and Logic Circuits
Lab02 :Logic Gate Fundamentals:
Logic Gates.
Exclusive OR Gate.
LOGIc gates Objectives: George Boole, ( )
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Computer Science 210 Computer Organization
All very logical I think!
Cybernetics and Computers
Waveforms & Timing Diagrams
Logic Gates.
JC Technology Logic Gates.
CS101 Processor and Ram.
Logic Gates.
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
GCSE Computer Science – Logic Gates & Boolean Expressions
ELECTRONIC SYSTEMS Note: There is no compulsory question set on Section 25 of the syllabus. Questions set on topics within Section 25 are always set as.
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
Implementing a generic logic function in CMOS
Binary Logic.
Digital Logic Experiment
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Truth tables Mrs. Palmer.
Logic Gates AIM: To know the different types of logic gate
Further binary, Logic diagrams and truth tables
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Logic Gates It’s Only Logical

Logic Gates Are the switches that computers and similar devices use. They hold their state until something changes. Are the switches that computers and similar devices use. They hold their state until something changes.

Several Types And Gate Or Gate Nand Gate Nor Gate Not Gate A few others I won’t cover here. And Gate Or Gate Nand Gate Nor Gate Not Gate A few others I won’t cover here.

And Gates Inputs Output Both inputs must be on to turn the output on Inputs Output Both inputs must be on to turn the output on

Or Gates Inputs Output If either input is on the output turns on Inputs Output If either input is on the output turns on

Nand Gates Inputs Output Stays ON unless both inputs are turned ON, then just to be difficult, it turns it’s output to OFF Inputs Output Stays ON unless both inputs are turned ON, then just to be difficult, it turns it’s output to OFF

Nor Gates Inputs Output Stays OFF unless both inputs are turned OFF, then just to be different, it turns it’s output ON Inputs Output Stays OFF unless both inputs are turned OFF, then just to be different, it turns it’s output ON

Not Gates Input Output Whatever the input is, it changes - ON becomes OFF and OFF becomes ON Input Output Whatever the input is, it changes - ON becomes OFF and OFF becomes ON

Bill Gates Does whatever he wants to because he can afford it.

For More Information