FUN with Boolean Logic!.

Slides:



Advertisements
Similar presentations
Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
Advertisements

CT455: Computer Organization Logic gate
Digital Electronics Lecture 2 Logic Gates. Lecture 2 outline Announcement:
Logic Gates.
topics Logic gates Gates types Universal gates
CS370 – Spring 2003 Programmable Logic Devices PALs/PLAs.
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
ECE 2373 Modern Digital System Design Exam 2. ECE 2372 Exam 2 Thursday March 5 You may use two 8 ½” x 11” pages of information, front and back, write.
Lecture. Outline Bits Gates Combinatorial Logic Spice Hands-On Stuff.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
James Tam AND OR NOT NAND NOR XOR Basic logic operations (fascinating)
Lab 1 Structure of a PLD Module M1.4 Experiment 1 (p. 40)
Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems.
Lab 04 :Serial Data Control Systems : Slide 2 Slide 3 Slide 4 NOR Gate: NAND Gate: NOR / NAND Alternate Symbols: Slide 5 XOR and XNOR Gate: Serial Data.

Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
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.
NOCTI Review Lesson 4 Objectives:
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
DeMorgan Theorem, Computer Simulation Exercises
LOGIC GATES & TRUTH TABLE – Digital Circuit 1 Choopan Rattanapoka.
Digital Logic Design Week 3
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Exclusive OR Gate. Logically, the exclusive OR (XOR) operation can be seen as either of the following operations:exclusive OR (XOR) 1. A AND NOT B OR.
Basic logic gates  AND gate:The truth table is given by A.BBA
Gates and Logic Dr John Cowell phones off (please)
Unit 8 Combinational Circuit Design and Simulation Using Gates Fundamentals of Logic Design by Roth and Kinney.
CH51 Chapter 5 Combinational Logic By Taweesak Reungpeerakul.
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
How Computer Represent Data
Lecture 4 Introduction to Boolean Algebra. Binary Operators In the following descriptions, we will let A and B be Boolean variables and define a set of.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
CHAPTER 5 Combinational Logic Analysis
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
Logic Gates and Boolean Algebra Introduction to Logic II.
4–1 Gates Let’s examine the processing of the following six types of gates NOT AND OR XOR NAND NOR Typically, logic diagrams are black and white, and the.
CHAPTER 13 Digital Logic Circuits. Figure Voltage analog of internal combustion engine in-cylinder pressure Figure 13.1.
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.
Dr. Ameria Eldosoky Discrete mathematics
Eng. Mai Z. Alyazji October, 2016
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.
Python: Logic Gates Damian Gordon.
Exclusive OR Gate.
Basic Logical Operations (Fascinating)
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
ASU Summer Robotics Camp
Information Storage and Spintronics 02
Waveforms & Timing Diagrams
Logic Gates.
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
GCSE Computer Science – Logic Gates & Boolean Expressions
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Logic Gates.
Implementing a generic logic function in CMOS
Discussion D5.1 Section Sections 13-3, 13-4
Chapter 2 Gates.
Digital Logic Experiment
Basic Logic Operations
Eng. Ahmed M Bader El-Din October, 2018
Introduction to Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

FUN with Boolean Logic!

AND OR NOT XOR, NOR, NAND, XNOR The Main Ingredients AND OR NOT XOR, NOR, NAND, XNOR

How They Are Often Represented Funny Characters: ∧ = AND, ∨ = OR, ¬ = NOT, ⊕ = XOR, etc. && = AND, || = OR, ! = NOT, ^ = XOR, etc. Truth Tables Venn Diagrams Boooring!

MOST Fun as Logic Gates!

…Which Become Circuit Diagrams!

Circuits Become Games! Rocky’s Boots and Robot Odyssey: Early to Mid 1980’s for Apple II and IBM PCs.

More Modern Games DroidQuest: a remake of Robot Odyssey GATE, from One Girl One Laptop Productions

Non-Game Tools Logic.ly Atanua, real-time logic simulator CEDAR Logic Simulator (includes religious content!) LabView from National Instruments (overkill?)

My Own Tool: “AndorBot”

Things to do in AndorBot:

But you can build robots with it! Why Boolean Logic?! Not relevant to skeptical logic… Not relevant to real world “gray areas”… Not terribly relevant to decimal mathematics But you can build robots with it!