Slide 3 - 1 Copyright © 2009 Pearson Education, Inc. 3.7 Switching Circuits.

Slides:



Advertisements
Similar presentations
3 Logic The Study of What’s True or False or Somewhere in Between.
Advertisements

Chapter 6 Introduction to Logic.
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
SEVENTH EDITION and EXPANDED SEVENTH EDITION
Copyright © Cengage Learning. All rights reserved. CHAPTER 2 THE LOGIC OF COMPOUND STATEMENTS THE LOGIC OF COMPOUND STATEMENTS.
Resistors in Series and Parallel
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.4 Equivalent Statements.
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.3, Slide Logic The Study of What’s True or False or Somewhere in Between.
2.5 Verifying Arguments Write arguments symbolically. Determine when arguments are valid or invalid. Recognize form of standard arguments. Recognize common.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.3, Slide Logic The Study of What’s True or False or Somewhere in Between.
Chapter 3 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Circuit Review of Exit Ticket
Circuit Diagrams 13.1 An electric circuit can be represented using a diagram. Each part of the circuit is represented with a symbol. By reading a circuit.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.7 Switching Circuits.
Circuit Game Answers.
Electric Circuit. SERIES CIRCUIT +- RARA RBRB In this Circuit, electric current has one path to flow (1) The current is same everywhere in the circuit.
Boolean Algebra and Computer Logic Mathematical Structures for Computer Science Chapter 7.1 – 7.2 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Boolean.
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley. All rights reserved.
Unit 8 - Circuits. Circuit Diagrams Circuits: made up of wires and parts such as ________, light bulbs, _______, or switches. When diagramming circuits,
Practice Slides Unlabeled. Copyright © 2010 Pearson Education, Inc. Plate 1.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.1, Slide Logic The Study of What’s True or False or Somewhere in Between.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.1, Slide Logic The Study of What’s True or False or Somewhere in Between.
Lesson 2 How do electric circuits work?. Electric Circuits You know that electric circuits only work when the circuit is closed. OPEN.
1 Electronics Parallel Resistive Circuits Part 1 Copyright © Texas Education Agency, All rights reserved.
Electrical Circuits. In this activity you will: In this activity you will learn about two types of circuits. You will write a paragraph comparing and.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.4, Slide 1 3 Logic The Study of What’s True or False or Somewhere in Between 3.
Circuits Series or Parallel.
Lesson 2-2.B Logic: Truth Tables. 5-Minute Check on Lesson 2-2.A Transparency 2-2 Make a conjecture about the next item in the sequence. 1. 1, 4, 9, 16,
 2012 Pearson Education, Inc. Slide Chapter 3 Introduction to Logic.
ELECTRICAL CIRCUITS. Circuits Circuits are paths which small particles flow through to provide us with electricity for lights, appliances, and other devices.
Electrical Current & Circuits By Mr.yasser science.
Circuit Design Circuit Design Gateway To Technology®
Section 8.2 The Inverse Trigonometric Functions (Continued) Copyright © 2013 Pearson Education, Inc. All rights reserved.
Introduction to Logic © 2008 Pearson Addison-Wesley.
Electric Circuits.
Truth Table to Statement Form
Truth Tables and Equivalent Statements
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Lesson 4 Electricity Part 3.
Electric Circuits – Truth Tables
Basic Electrical Circuits
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Series Circuits Lesson 8.
Current Electricity.
Open Circuit – An incomplete path where electricity can not flow
ELECTRICAL CIRCUITS.
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley.
JC Technology Logic Gates.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
TRUTH TABLES.
TRUTH TABLES continued.
ELECTRICAL CIRCUITS.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Equivalent Statements
Open Circuit – An incomplete path where electricity can not flow
Equivalent Statements
Warm up In your own words describe what you think electricity is.
Section 3.7 Switching Circuits
Electricity Review.
Copyright © Cengage Learning. All rights reserved.
Resistors in Parallel and Series
Electricity Review.
Circuit Diagrams 13.1 An electric circuit can be represented using a diagram. Each part of the circuit is represented with a symbol. By reading a circuit.
Circuits _____________ ______________
Electric Circuits.
2-2 Logic Part 2 Truth Tables.
Basic Electrical Circuits
ELECTRICAL CIRCUITS Measurements.
Presentation transcript:

Slide Copyright © 2009 Pearson Education, Inc. 3.7 Switching Circuits

Slide Copyright © 2009 Pearson Education, Inc. Electrical Circuits Electrical circuits can be expressed as logical statements. T represents a closed switch (or current flow). F represents an open switch (or no current flow). In a series circuit the current can take only one path. In a parallel circuit there are two or more paths the current can take.

Slide Copyright © 2009 Pearson Education, Inc. Series Circuit Case 1: Both switches are closed; that is, p is T and q is T. The light is on, T. Case 2: Switch p is closed and switch q is open; that is, p is T and q is F. The light is off, F. Case 3: Switch p is open and switch q is closed; that is, p is F and q is T. The light is off, F. Case 4: Both switches are open; that is, p is F and q is F. The light is off, F.

Slide Copyright © 2009 Pearson Education, Inc. Series Circuit Switches in series will always be represented with a conjunction ^. In summary,

Slide Copyright © 2009 Pearson Education, Inc. Parallel Circuit Case 1: Both switches are closed; that is, p is T and q is T. The light is on, T. Case 2: Switch p is closed and switch q is open; that is, p is T and q is F. The light is on, T. Case 3: Switch p is open and switch q is closed; that is, p is F and q is T. The light is on, T. Case 4: Both switches are open; that is, p is F and q is F. The light is off, F.

Slide Copyright © 2009 Pearson Education, Inc. Parallel Circuit Switches in parallel will always be represented with a disjunction V. In summary,

Slide Copyright © 2009 Pearson Education, Inc. Example: Representing a Switching Circuit with Symbolic Statements a.Write a symbolic statement that represents the circuit. b.Construct a truth table to determine when the light will be on.

Slide Copyright © 2009 Pearson Education, Inc. Example: Representing a Switching Circuit with Symbolic Statements a.Write a symbolic statement that represents the circuit. p and q are in series: p ^ q r and p are in parallel: r V p together we get: (p ^ q) V (r V p)

Slide Copyright © 2009 Pearson Education, Inc. Example: Representing a Switching Circuit with Symbolic Statements b.Construct a truth table to determine when the light will be on.

Slide Copyright © 2009 Pearson Education, Inc. Example: Representing a Symbolic Statement as a Switching Circuit Draw a switching circuit that represents [(p ^ ~q) V (r V q)] ^ s.

Slide Copyright © 2009 Pearson Education, Inc. Equivalent Circuits Equivalent circuits are two circuits that have equivalent corresponding symbolic statements. Sometimes two circuits that look very different will actually have the exact same conditions under which the light will be on. The truth tables have identical answer columns.

Slide Copyright © 2009 Pearson Education, Inc. Example: Are the Circuits Equivalent? Determine whether the two circuits are equivalent.

Slide Copyright © 2009 Pearson Education, Inc. Example: Are the Circuits Equivalent? First circuit: p V (q ^ r) Second circuit: (p V q) ^ (p V r)

Slide Copyright © 2009 Pearson Education, Inc. Example: Are the Circuits Equivalent? Answer columns are identical so p V (q ^ r) is equivalent to (p V q) ^ (p V r) and the two circuits are equivalent. 1st circuit: p O (q B r) 2nd circuit: (p O q) B (p O r)

Slide Copyright © 2009 Pearson Education, Inc. Homework P. 161 # 6 – 26 all