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.

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:
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.
Programmable Logic Controllers.
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Logic Gates.
Output is G1 BCG Truth Table for ‘B OR C’ Input is B, C.
EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1.
James Tam Basic Logical Operations (Fascinating) In this section you will learn some basic logical operations and how to evaluate expressions Image from.
TOPIC : Truth tables and Primitive Cubes
1 Forging new generations of engineers. 2 DESIGN EXAMPLE “Date of Birth Problem”
1 times table 2 times table 3 times table 4 times table 5 times table
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.
NEXT LOGIC GATES Multiple Choice Questions Bonifacio D. Caculitan Jr. Ernesto Rondon High School.
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
Circuit, State Diagram, State Table
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.
Digital Electronics Understanding truth tables. AND gate How many lines did a 2-input AND gate truth table have? ABZ (output) Answer:4.
ABCDNumber = Off 1 = On Binary Coded Decimal (BCD)
1 Grade Chapter  To know Parts of the computer, follow these steps as shown below:
Gates and Logic Dr John Cowell phones off (please)
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.
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
Tables Learning Support
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Image from
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.
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 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.
Multiplexer.
Lab02 :Logic Gate Fundamentals:
Exclusive OR Gate.
Chapter 2.3 Binary Logic.
Combinational Circuit Design
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Times Tables.
Model Functions Input x 6 = Output Input x 3 = Output
How Boolean logic is implemented
Computer Science 210 Computer Organization
Teaching Computing to GCSE
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Waveforms & Timing Diagrams
JC Technology Logic Gates.
External Text Features
What is the value of -(A>-B) for each of the ways A and B
Number Patterns Name: ______________________________
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
Logic Gates Truth Table Challenge
Binary Logic.
Logic Gates Revision Package.
Logic Gates AIM: To know the different types of logic gate
3 times tables.
6 times tables.
Introduction to Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

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 is 1 and one is 0 then you will get a 0 so it will not be on it will be off. Also this is shown in the truth table below.

The OR gate is one or the other, So if there is 0, 0 your outcome would be a 0 like the first on the left. You can have 0 and 1 and the outcome would be 1 and the same for if it was 1 and 1 the outcome would be one. So it has to be 1 and 0 or 1 and 1 to work. This is shown in the truth table below.

A NOT gate is when its opposite so if the input is a 1 the outcome is a 0 if the input is 0 the outcome is 1, As it shows in the truth table on the rights of the not gate.