In a not gate, if the input is on(1) the output is off (0) and vice versa.

Slides:



Advertisements
Similar presentations
DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Advertisements

Logic Gates A logic gate is an elementary building block of a digital circuit Most logic gates have two inputs and one output At any given moment, every.
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Logic Circuits Design presented by Amr Al-Awamry
Decoders/DeMUXs CS370 – Spring Decoder: single data input, n control inputs, 2 outputs control inputs (called select S) represent Binary index of.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1.
Circuit, State Diagram, State Table
CPSC 171 Introduction to Computer Science Boolean Logic, Gates, & Circuits.
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
Binary Addition CSC 103 September 17, 2007.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
ABCDNumber = Off 1 = On Binary Coded Decimal (BCD)
What is Correlation? Do we have to learn it with high calculations? Do we have to go for a complicated formula to understand it?
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
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.
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)
A-Level Computing#BristolMet Session Objectives#6 MUST understand and produce simple logic diagrams using the operations NOT, AND and OR SHOULD explain.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
1 Ethics of Computing MONT 113G, Spring 2012 Session 5 Binary Addition.
Projects 8051.
IT Essentials Chapter 1 Part C. 1.5 Math for a Digital Age.
Department of Electrical and Computer Engineering University of Minnesota Presenter: Chi-Yun Cheng Digital Logic with Molecular Reactions.
Digital Activity work sheet Inputs  Sound  Light  Heat  Slide Switch  Push Switch Output  Light________________  Buzzer______________  Relay_______________.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
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.
Computer Hardware & Operation Northern College Diploma Philip Bird.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
CS 111 – Aug. 27 Section 1.1 –Binary data and operations –Logic gates –Flip-flop –A binary shorthand: hexadecimal Commitment for next day: –Please read.
Computing Binary Logic.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Creating logic gates with Minecraft
Logic Gates and Truth Tables
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Logic Gates.
Lab02 :Logic Gate Fundamentals:
Computer Fundamentals
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
How Boolean logic is implemented
Computer Science 210 Computer Organization
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
All very logical I think!
مفاهیم بهره وري.
Waveforms & Timing Diagrams
Logic Gates.
JC Technology Logic Gates.
Boolean Algebra.
Function Notation “f of x” Input = x Output = f(x) = y.
KS4 Electricity – Electronic systems
Logic Gates.
Logic Gates Truth Table Challenge
Combinational Circuits
Binary Logic.
21 3 Variables Selection Functions Repetition Challenge 21
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Logic Gates AIM: To know the different types of logic gate
Logically, the output will be 1
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Logic Gates and Memory.
Arithmatic Logic Unit (ALU). ALU Input Data :  A0-A3  B0-B3 Output Data :  F0 – F3.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

In a not gate, if the input is on(1) the output is off (0) and vice versa.

In an and gate, both inputs must be on (1), for the out put to be on (1) if either one or both of the inputs is off, the output will be off

In an Or gate, if either one of the inputs is on (1) the output will be on, the only time the output will be off (0) in an or gate is if both inputs are off.

* Binary logic can be used in logic gates when working with input and outputs, for example in a not gate: 01 10