Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Logic Gates.
Programmable Logic Controllers.
CDA 3100 Recitation Week 10.
EXPLAIN THE LOGIC OPERATION APPLYING BASIC DIGITAL ENGINEERING By Sri Wahyuni, S.Pd.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 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.
AND, OR and NOT. The AND gate needs to be both on, So number wise both 1. So then you will get a 1 as you can see in the last image on the right, If 1.
CS 210.  How do we represent data in a computer? ◦ Easy to recognize two conditions:  1. Presence of a voltage – we’ll call this state “1”  2. Absence.
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.
Binary Addition CSC 103 September 17, 2007.
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.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
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.
Gates and Logic Dr John Cowell phones off (please)
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
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.
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.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Logic Gates Digital Logic Design. What is a logic gate? A switch with an output that will only turn on when inputs are in particular positions.
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.
Creating logic gates with Minecraft
Logic Gates and Truth Tables
ECE 3130 Digital Electronics and Design
Logic Gates.
Multiplexer.
You have 5 minutes to look over your table of sensor and outputs ready for a spot check on the different symbols Start Timer 5 mins
Logic Gates.
Lab02 :Logic Gate Fundamentals:
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Exclusive OR Gate.
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.
How Boolean logic is implemented
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Lecture No. 24 Sequential Logic.
AOI Design: Logic Analysis
Digital Logic & Design Lecture 05
Logic Gates.
JC Technology Logic Gates.
Instructor: Alexander Stoytchev
Logic Gates.
Lecture 20: Combinatorial Circuits I
Design Example “Date of Birth Problem”
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
GCSE Computer Science – Logic Gates & Boolean Expressions
ELECTRONIC SYSTEMS Note: There is no compulsory question set on Section 25 of the syllabus. Questions set on topics within Section 25 are always set as.
Logic Gates.
Logic Gates Truth Table Challenge
AOI Design: Logic Analysis
Combinational Circuits
Binary Logic.
Table 1.1 Powers of Two.
Digital Logic Experiment
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
AOI Design: Logic Analysis
XOR Function Logic Symbol  Description  Truth Table 
Logic Circuits Analysis
Logic Gates AIM: To know the different types of logic gate
Logic Gates and Memory.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.

Symbols Recap Each logic gate is represented by a different symbol.

Components Logic Gate Output Input 1 Input 2 Output Change Gate Button

Truth Tables We use truth tables to show all the different possible states of a logic circuit. This is partially complete truth table for a NOT gate logic circuit. It shows all the possible inputs. Input Output 1

Activity 1a Create this logic circuit:

Activity 1b Ensure your logic gate is set to be a NOT gate by pressing the A button on the micro:bit. Use your logic circuit to help you complete the truth table for a NOT gate: Input Output 1

Activity 2a Add another switch to your circuit as shown below:

Activity 2b Ensure your logic gate is set to be an AND gate by pressing the A button on the micro:bit. Use your logic circuit to help you complete the truth table for an AND gate: Input 1 Input 2 Output 1

Activity 2c Ensure your logic gate is set to be an OR gate by pressing the A button on the micro:bit. Use your logic circuit to help you complete the truth table for an OR gate: Input 1 Input 2 Output

Activity 3a Add another logic gate to your circuit as shown below:

Activity 3b Ensure logic gate 1 is set to be a NOT gate and logic gate 2 is set to be an AND gate. Use your logic circuit to help you complete the truth table for the circuit: Input 1 Input 2 Output

Activity 3c Ensure logic gate 1 is set to be a NOT gate and logic gate 2 is set to be an OR gate. Use your logic circuit to help you complete the truth table for the circuit: Input 1 Input 2 Output

Activity 4a Change your logic circuit as shown below:

Activity 4b Ensure logic gate 1 is set to be an AND gate and logic gate 2 is set to be a NOT gate. Use your logic circuit to help you complete the truth table for the circuit: Input 1 Input 2 Output

Activity 4c Ensure logic gate 1 is set to be an OR gate and logic gate 2 is set to be a NOT gate. Use your logic circuit to help you complete the truth table for the circuit: Input 1 Input 2 Output

Activity 5a Add another switch to your logic circuit as shown below:

Activity 5b Ensure logic gate 1 is set to be an AND gate and logic gate 2 is set to be an OR gate. Use your logic circuit to help you complete the truth table for the circuit: Input 1 Input 2 Input 3 Output 1

Activity 5c Ensure logic gate 1 is set to be an OR gate and logic gate 2 is set to be an AND gate. Use your logic circuit to help you complete the truth table for the circuit: Input 1 Input 2 Input 3 Output