Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.

Slides:



Advertisements
Similar presentations
Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Advertisements

Lab02 :Logic Gate Fundamentals:
DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
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.
Logic Gates.
Programmable Logic Controllers.
Logic Gates.
EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
Lecture. Outline Bits Gates Combinatorial Logic Spice Hands-On Stuff.
Universal Gates Sum of Products Products of Sum
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon TTL Levels.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
AND, OR and NOT. The AND gate needs to be both on, So number wise both 1. So then you will get a 1 as you can see in the last image on the right, If 1.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
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.
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.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
LOGIC GATES.
Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate.
Lesson 1.4. and ornot Logic Gate: A device that acts on input signals that it receives to produce an output signal (1 or 0). True = 1 False = 0.
Linear Algebra. Circuits The circuits in computers and other input devices have inputs, each of which is either a 0 or 1, the output is also 0s and 1s.
Basic Gates 3.1 Basic Digital Logic: NAND and NOR Gates ©Paul Godin Created September 2007 Last Update Sept 2009.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Basic Digital Logic: NAND and NOR Gates Technician Series ©Paul Godin Last Update Dec 2014.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Basic Gates 1.1 Basic Digital Logic: AND, OR and NOT gates ©Paul Godin Created August 2007 Last Update Sept 2013.
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.
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.
Logic Gates The processor is made up of millions of logic gates. These are used to make decisions. Each gate takes an electric input and outputs a result.
© 2016 AQA. Created by Teachit for AQA Boolean logic Lesson 3.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
Logic Gates and Truth Tables
Logic Gates and Boolean Algebra
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Logic What is logic? Logic is the name given to an electronic component which will monitor a number of inputs and give an output depending on them Input.
Logic Gates.
Lab02 :Logic Gate Fundamentals:
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
How Boolean logic is implemented
Thursday, 22 November 2018 Logic Gates
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
Design Example “Date of Birth Problem”
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
Logic Gates.
Logic Gates Truth Table Challenge
Binary Logic.
Basic Digital Logic: AND, OR and NOT gates Technician Series
Logic Gates Revision Package.
Digital Logic Experiment
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Department of Electronics
Basic Logic Operations
Logically, the output will be 1
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College

Basic Logic Gate

AND Gate In this animated AND Logic example of Doors Opening and Closing, you can see that in order for the "Light" to get through the house, the front door AND the back door must be Open.

AND Gate In order for the Output of an AND Logical Function to be TRUE: input (1) AND input (2) must both be TRUE. This is Positive Logic. Hint: TRUE is when the switch is closed, applying power to the LED. FALSE is when the switch is open, NOT applying power to the LED

Truth Table A & B are the Input switches C is the Output LED

OR Gate In this animated OR Logic example, you can see that in order to get light through the house: the left front door OR the right front door (or both) must be Open.

OR Gate In order for the Output of an OR Logical Function to be TRUE: either input (1) OR input (2) (or both) must be TRUE. This is Positive Logic.

Truth Table A & B are the Input switches C is the Output LED

NOT Gate Output is true when the input is NOT true, the output is the inverse of the input. A NOT gate can only have one input. A NOT gate is also called an inverter.

Exercise

The End