Logic Circuits Analysis

Slides:



Advertisements
Similar presentations
Digital Circuits. Review – Getting the truth table The first step in designing a digital circuit usually is to get the truth table. That is, for every.
Advertisements

08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
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.
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.
GCSE Computing: A451 Computer Systems & Programming Activity 1 Grab a whiteboard and pen, come to the front and work out the.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Digital Electronics Truth tables for several gates Aberdeen Grammar School.
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.
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.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
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.
Activity 1 Grab a whiteboard and pen, come to the front and work out the Truth Table for the following circuit: 5 minutes R A B C Q.
Logic Gates and Boolean Algebra Introduction to Logic II.
© 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 Learning Objectives Learn that there is a one-to-one relationship between logic gates and Boolean expressions Learn how logic gates are combined.
Activity 1 5 minutes Grab a whiteboard and pen, come to the front and work out the Truth Table for the following circuit: R A B C Q.
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Combinational Circuits
Lesson Objectives Aims You should be able to:
Eng. Mai Z. Alyazji October, 2016
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Questions Describe the following gates
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.
Chapter 2.3 Binary Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Summary Half-Adder Basic rules of binary addition are performed by a half adder, which has two binary inputs (A and B) and two binary outputs (Carry out.
Aberdeen Grammar School
Lesson Objectives Aims
Thursday, 22 November 2018 Logic Gates
3.4 Computer systems Boolean logic Lesson 2.
BASIC & COMBINATIONAL LOGIC CIRCUIT
AOI Design: Logic Analysis
Waveforms & Timing Diagrams
Logic Gates.
JC Technology Logic Gates.
Dr. Clincy Professor of CS
Computers in the real world Objectives
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.
Boolean Algebra.
Logic Gates.
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
Adders and Subtractors
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.
Logic Gates Truth Table Challenge
AOI Design: Logic Analysis
Combinational Circuits
Binary Logic.
CALCULATE Use numbers given in the question to work out an answer. Always show working.
AOI Design: Logic Analysis
Monostable AIM: To understand the operation of a monostable and be able to choose component values to give a required time period PRIOR KNOWLEDGE: Resistor.
Digital Circuits.
Adder and Subtractors Discussion D4.1. Adder and Subtractor Circuits Objective: (i) To construct half and full adder circuit and verify its working (ii)
Logic Gates AIM: To know the different types of logic gate
Eng. Ahmed M Bader El-Din October, 2018
2-2 Logic Part 2 Truth Tables.
Introduction to Logic diagrams and truth tables
Further binary, 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:

Logic Circuits Analysis AIM: To be able to analyse logic circuits to complete a truth table that describes what the logic circuit does PRIOR KNOWLEDGE: Logic gate truth tables for AND, OR and NOT gates www.pfnicholls.com

Introduction A logic circuit – a circuit made from logic gates – can be analysed and described using a truth table For non-trivial circuits, extra columns need to be added to the truth table for the points in the circuit between the inputs and the output Work through the logic circuit completing one column at a time

Logic Circuit Analysis 1. Complete columns A and B in the truth table (always in the same order) X 2. Add point X on the diagram after the AND gate and add this to the truth table Y 3. Add point Y on the diagram after the NOT gate and add this to the truth table A B 1 X 1 Y 1 Q 1 4. Using X and Y as the inputs to the OR gate, complete the final column for output Q

3 input Logic Circuit Analysis 1. Complete the truth table for inputs A, B and C 2. Complete the column for X using A and B as the inputs to the OR gate 3. Complete the column for Y using B as the input to the NOT gate A B C 1 X 1 Y 1 Z 1 Q 1 4. Complete the column for Z using Y and C as the inputs to the OR gate 5. Complete the column for Q using X and Z as the inputs to the AND gate

Summary Know the truth tables for all the logic gates Complete the columns for the input in the right order Add an extra column for the output of each logic gate Complete the extra columns one at a time The final output is completed using the extra columns Extra columns are usually shown in grey or shaded Once the truth table is complete the extra columns can be ignored and only the inputs (A, B, C etc) and the output (Q) need to be considered

Questions Why should the inputs always be written in the same order? Why are extra columns used? Why are extra columns in grey or shaded? How many extra columns are needed?

Answers You are less likely to make a mistake and more likely to include all the different combinations You are less likely to get confused and make a mistake and other people can follow your reasoning more clearly Extra columns are temporary, they are not part of the final truth table, just steps along the way One for each logic gate output before the final output