Lecture. Outline Bits Gates Combinatorial Logic Spice Hands-On Stuff.

Slides:



Advertisements
Similar presentations
Logic Gates.
Advertisements

Logic Gates.
CT455: Computer Organization Logic gate
Programmable Logic Controllers.
Digital Electronics Lecture 2 Logic Gates. Lecture 2 outline Announcement:
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
3.1 Logic Signals and Gates Logic Signals ReturnNext  Logic Value: Many physical quantities can be represented two possible numbers or logic values —
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
ECE 331 – Digital System Design Basic Logic Functions, Truth Tables, and Standard Logic Gates.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon TTL Levels.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon 0 – 5 V.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
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.
NOCTI Review Lesson 4 Objectives:
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
Chapter 3 (part 2) Basic Logic Gates 1.
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.
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.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
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.
Basic logic gates  AND gate:The truth table is given by A.BBA
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.
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
ECE DIGITAL LOGIC LECTURE 5: BINARY LOGIC AND DIGITAL LOGIC GATES Assistant Prof. Fareena Saqib Florida Institute of Technology Fall 2016, 01/28/2016.
The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. The Inverter AX.
Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
Logic Gates and Boolean Algebra Introduction to Logic II.
4–1 Gates Let’s examine the processing of the following six types of gates NOT AND OR XOR NAND NOR Typically, logic diagrams are black and white, and the.
Chapter 5 Combinational Logic 组合逻辑
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Logic Gates and Truth Tables
Eng. Mai Z. Alyazji October, 2016
Logic Gates and Boolean Algebra
Logic Gates.
Digital Fundamentals Floyd Chapter 3 Tenth Edition
ECE 331 – Digital System Design
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Exclusive OR Gate.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
King Fahd University of Petroleum and Minerals
Waveforms & Timing Diagrams
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
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.
Digital Logic Experiment
Department of Electronics
Basic Logic Operations
Eng. Ahmed M Bader El-Din October, 2018
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Presentation transcript:

Lecture

Outline Bits Gates Combinatorial Logic Spice Hands-On Stuff

Definition “Digital” comes from the Latin word for “fingers” and indicates that there are many discrete signals that are at one of two values.

Logic Gates NOT AND NAND OR NOR XOR XNOR

Logic Inverter NOT = “!” OUT=!A

A fictional AND Circuit The light bulb only turns on when both A and B are closed.

Truth Table AND = “&” OUT=A & B

NAND OUT=!(A&B)

A fictional OR Gate The light bulb turns on when either A or B is closed

An OR GATE OR = “+” OUT=A+B

A NOR Gate = OUT=!(A+B )

XOR Gate XOR=Exclusive OR – XOR returns a True output if only one of its input is true XOR=A ^ B

XNOR

Combinatorial Circuits

Logic Expresions 1=A&B 2=!(A+C) 3=!2 4=1&3 5=B&2 Output=4 ^ 5

Multisim Example

CMOS VS. TTL CMOS TTL

Various Logic Gates

Exercise Setup: – Pin 1: 4.8 V – Pin 2: 1.3 V-5 V – Pin 14: 4.8 V – Pin 7: GND Problem: – Pin 3: 0.18 V (?)

NAND Characterization