Today’s Agenda 1.Research Paper –Rough draft due Mon, Feb. 11 –Peer edit session on Wed, Feb. 13 –Final version due Wed, Feb. 20 –Oral presentation Tues,

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
INTRODUCTION LOGICAL OPERATIONS TRUTH TABLE AND RULES.
Boolean Algebra and Logic Gate
1 Boolean Algebra & Logic Design. 2 Developed by George Boole in the 1850s Mathematical theory of logic. Shannon was the first to use Boolean Algebra.
Erik Jonsson School of Engineering and Computer Science FEARLESS Engineeringwww.utdallas.edu/~pervin EE/CE 2310 – HON/002 Introduction to Digital Systems.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
22C:19 Discrete Math Boolean Algebra & Digital Logic Fall 2010 Sukumar Ghosh.
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
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.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Fall 2012: FCM 708 Foundation I Lecture 2 Prof. Shamik Sengupta
LOGIc gates Lesson Objectives: George Boole, ( )
Computer Science 210 Computer Organization Introduction to Boolean Algebra.
Discrete Mathematics and Its Applications.  The English mathematician George Boole ( ) sought to give symbolic form to Aristotle's system of.
Today’s Agenda 1.Research Paper –Rough draft due Today –Peer edit session on Wed, Feb. 13 Meet in Hertz Writing Center at 1:00 p.m. –Final version due.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Boolean Algebra & Logic Prepared by Dr P Marais (Modified by D Burford)
D75P 34R - HNC Computer Architecture Week 6 Boolean Logic © C Nyssen/Aberdeen College 2004 All images © C Nyssen /Aberdeen College unless otherwise stated.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.
Basic logic gates  AND gate:The truth table is given by A.BBA
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
Chapter 4 Fundamentals of Computer Logic 1 Chapter 4: Fundamental of Computer Logic - IE337.
CHAPTER 5 Combinational Logic Analysis
Department of Preparatory Year, Umm Al Qura University CSCI 240 Digital Logic.
1 Ethics of Computing MONT 113G, Spring 2012 Session 4 Binary Addition.
DIGITAL ELECTRONICS. Everything in digital world is based on binary system. Numerically it involves only two symbols 0 or 1. –0 = False = No –1 = True.
Today’s Agenda 1.Answer questions on Research Paper –Rough draft due Wed Feb. 13 –Final version due Wed, Feb Attendance 3.Hands-on Binary Numbers.
Boolean Algebra. LO:  Understand why Boolean algebra is used  Understand basic Boolean algebra notation  Understand why Boolean algebra is used  Understand.
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
Digital Logic. Boolean Algebra to Logic Gates Logic circuits are built from components called logic gates. The logic gates correspond to Boolean operations.
Logic gates.
CPS120 Introduction to Computer Science
Lecture 4 Topics Boolean Algebra Huntington’s Postulates Truth Tables
Eng. Mai Z. Alyazji October, 2016
LOGIc gates Lesson Objectives: George Boole, ( )
Computer Science 210 Computer Organization
Digital Technology.
Logic Gates and Boolean Algebra
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
LOGIc gates Objectives: George Boole, ( )
Basic Logical Operations (Fascinating)
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Practice #Digital Logic Mr. Burleson
Dr. Clincy Professor of CS
Boolean Algebra & Logic Circuits
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Universal gates.
Boolean Algebra Digital Electronics
For OCR GCSE Computing Unit 1 - Theory
Lecture 4 Topics Boolean Algebra Huntington’s Postulates Truth Tables
Logic Gates.
Computer Science 210 Computer Organization
Logic Gates.
Digital Logic.
Boolean Logic Boolean Logic is considered to be the basic of digital electronics. We know that a computer’s most basic operation is based on digital electronics.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
Digital Logic.
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
XOR Function Logic Symbol  Description  Truth Table 
Truth tables Mrs. Palmer.
Eng. Ahmed M Bader El-Din October, 2018
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Today’s Agenda 1.Research Paper –Rough draft due Mon, Feb. 11 –Peer edit session on Wed, Feb. 13 –Final version due Wed, Feb. 20 –Oral presentation Tues, Mar. 11 (Final exam period) 2.Attendance & pair groupings 3.Boolean Logic 4.AND, OR, NOT Gates 5.Lab 5 with Simcir Circuit Simulator

Explore the Possibilities CS 112: Foundations of Computer Science Computer Logic There are 10 types of people in the world … those who understand binary, and those who don't

George Boole

“An Investigation of the Laws of Thought, on Which Are Founded the Mathematical Theories of Logic and Probabilities” [Boole, 1854] True 1 False 0

Computer Logic ANDOR NOT

AND Logic Let's imagine a physician prescribing two drugs For some conditions drug A is prescribed For other conditions drug B is prescribed Taken separately each drug is safe When used together, the patient gets C ancer and dies

OR Logic Consider a case where P ressure can get too high and a T emperature can get too high. Let's assume we have two digital sensors to measure P ressure and T emperature Our B oiler will have an explosion when either the P ressure OR the T emperature gets too high. It only takes one of them to make it blow.

INVERTER Not Logic

Others XOR or EOR NAND NOR XNOR or ENOR A ⊕ B A  B A + B A ⊕ B

Writing Boolean Expressions

Designing Circuits (A  B) + (A  C)

Designing Circuits (A + B)  C

Design Problem To get into the physics program, Samantha needs to have PHYS 119 and either MATH 164 or MATH 174. Write the Boolean expression to get into the physics program Design the circuit Write the truth table

Binary Math