Group 1: Adrian Burke, Michael Pellegrini, Daniel Linderman, Colin Palmer, Markell Jones-Francis.

Slides:



Advertisements
Similar presentations
Logic Gate Objects This document contains various images created by Andrew C. M. Rodger, 4 October Tools used:LibreOffice Impress 3 Microsoft Powerpoint.
Advertisements

Lab 8 : Multiplexer and Demultiplexer Systems:
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.
Lab02 :Logic Gate Fundamentals:
ENGIN112 L7: More Logic Functions September 17, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 7 More Logic Functions: NAND, NOR,
Digital logic gates.
Department of Computer and Information Science, School of Science, IUPUI CSCI 240 Digital Logic.
Lecture 6 More Logic Functions: NAND, NOR, XOR and XNOR
CS 151 Digital Systems Design Lecture 5 Boolean Algebra.
Boolean Algebra and Logic Gates
Logic Circuits Situations to explain states What is a logic Gate
Logic Gates & Circuits. AND Gate Input AInput BOutput X AND Logic Gate AND Truth Table X = A. B AND Boolean Expression.
Digital Logic Circuits
topics Logic gates Gates types Universal gates
Computer Logic & Logic Gates Justin Champion. IITCT Contents Introduction to Logic Look at the different Logic Gates Summary.
Group 5 – Maria Bozzi, Brian Surber, Sifat Syed and Can Gurkan.
Digital Circuits.
COE 202: Digital Logic Design Combinational Circuits Part 1
1 Combinational Logic Design&Analysis. 2 Introduction We have learned all the prerequisite material: – Truth tables and Boolean expressions describe functions.
Group 3 Exploring Engineering Darin Gray July 8 th, 2011.
Information Technology Systems EN230-1 Justin Champion C208 –
Chapter 5 Boolean Algebra and Reduction Techniques 1.
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.
Introduction to Digital Design Lab Project
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Digital Logic ENEL 111. Digital systems A digital system is a system whose inputs and outputs fall within a discrete, finite set of values Two main types.
Digital Logic Chapter 4 Presented by Prof Tim Johnson
Lecture 17: Digital Design Today’s topic –Intro to Boolean functions Reminders –HW 4 due Wednesday 10/8/2014 (extended) –HW 5 due Wednesday 10/15/2014.
 Anti-Theft Device Group 2 Will, Alex, Ken, Ryan and Savannah.
LOGIC GATES A logic gate is an elementary building block of a digital circuit.digital circuit Most logic gates have two inputs and one output terminals.
CSCI N201 Programming Concepts and Database 3 – Essence of Computing Lingma Acheson Department of Computer and Information Science, IUPUI.
DIGITAL LOGIC ELECTRICITY, GATES, COMPONENTS. DIGITAL LOGIC READING: APPENDIX C THROUGH C.3 The Student shall be able to: Define voltage, current, resistance,
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.
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.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
ITEC 352 Lecture 3 Low level components(2). Low-level components Review Electricity Transistors Gates Really simple circuit.
Logic Gates M. AL-Towaileb1. Introduction Boolean algebra is used to model the circuitry of electronic devices. Each input and each output of such a device.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
Logic Gates and Boolean Algebra Introduction to Logic II.
Circuits, Truth Tables & Boolean Algebra. Expressions Can describe circuits in terms of Boolean expression.
Programmable Logic Controller
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.
Basics of Logic gates - Part 2
Component 1 Logical operators.
Purpose of This Minilab
Logic Gates, Boolean Algebra and Karnaugh Maps
You have 5 minutes to look over your homework and with a green pen answer the question in your book or make a correction Start Timer 5 mins
Logic Gates.
CSCI-100 Introduction to Computing
Digital Logic.
Digital Logic Circuits
How Boolean logic is implemented
3.4 Computer systems Boolean logic Lesson 2.
Circuits, Truth Tables & Boolean Algebra
Digital Logic Circuits
Logic Gates.
Complete the chart on your worksheet using this table.
Logic Gates.
Design Example “Date of Birth Problem”
Circuits, Truth Tables & Boolean Algebra
Objectives Construct truth tables for the following logic gates:
Truth tables Mrs. Palmer.
Basic circuit analysis and design
ECE 352 Digital System Fundamentals
Introduction to Logic diagrams and truth tables
Further binary, Logic diagrams and truth tables
Dept. of Electrical and Computer Eng., NCTU
Introduction to Logic diagrams and truth tables
Presentation transcript:

Group 1: Adrian Burke, Michael Pellegrini, Daniel Linderman, Colin Palmer, Markell Jones-Francis

As a group at first we were a little confused on what we needed to do in order to accomplish the task at hand The Task: Our task was to come up with a circuit to get an Anti-Theft device to properly function, in doing this we had to have green LED that stayed active whenever there was no disruption of the heat sensor touch sensor, or sound, then we had to somehow circuit a yellow LED that would turn on once another light was activated, then afterwards we had to circuit a red LED and an alarm buzzer so that when all three LEDs the green, yellow, and red were activated the alarm would sound. STEP:1 COME UP WITH A RATIONAL PLAN

In order for our design we had to use Boolean Algebra, and translated the Boolean Algebra into logic gates, we did this for each part of our task the Yellow LED, Green LED, Red LED, and the Alarm. Green LED: A B C Yellow LED: A B C + A B C + A B C Red LED: A B C + A B C + A B C Alarm Circuit: A B C In order to reduce the complexity of the system we combined like components of the circuit, i.e. the AB AND gate from the Red LED was replaced by the AB AND gate from the alarm circuit STEP 2: DESIGN PLAN

ABCOutput 000Green 001Yellow Red Alarm STEP 3: TRUTH TABLE

DESIGN PLAN

During simulation we first wanted to make sure that the designs that we were using were correct, and if we were missing anything that would make the circuits work, and also to make sure that we didnt blow out any LEDs, AND gates, and OR gates. Simulation at first conveyed to our group that we had few minor problems in our design and that we had to go back fix our equations, and then simulate once again. After final testing we assessed all problems that occurred during simulation and were able to finalize our design and move onto building the actual circuit for the alarm system. STEP 4: SIMULATION

For the first class when we actually started to build the circuit we had nothing working at all, we had no clue what we were doing, and we were going to get our simulation to work on the actual circuit board. That same day we were enlightened more in depth by Naranjhan on how Boolean algebra corresponds with the actual circuitry of the alarm system. After we solved the problems we encountered, then we moved on to building the alarm system and the lights that it was composed of. Then we linked the circuits, which brought about the challenge of linking them properly. STEP 5: BUILDING THE CIRCUIT