Digital Computers Logic Gates & Applications. Digital Computers Types of Material (Electric Conductivity) – Insulator Rubber / wood – Conductor Copper.

Slides:



Advertisements
Similar presentations
Chapter 4 Gates and Circuits.
Advertisements

Chapter 4 Gates and Circuits Nell Dale • John Lewis.
Chapter 4 Gates and Circuits.
Gates and Circuits Nell Dale & John Lewis (adaptation by Erin Chambers and Michael Goldwasser)
UNIT 8 DIGITAL LOGIC. (1) To study and understand Boolean algebra and Boolean properties. (2) To design and analyze Logic gates. (3) To design and analyze.
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Chapter 4 Gates and Circuits.
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Introduction to Digital Systems By Dr. John Abraham UT-Panam.
Chapter 4 Gates and Circuits.
9/19/06 Hofstra University – Overview of Computer Science, CSC005 1 Chapter 4 Gates and Circuits.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
Lecture 3. Boolean Algebra, Logic Gates
Digital Design Copyright © 2006 Frank Vahid 1 Digital Design Slides to accompany the textbook Digital Design, First Edition, by Frank Vahid, John Wiley.
Lecture 8 Topics –Switch –Transistor –CMOS transistor –Logic gates AND, OR, NOT Universal gates: NAND, NOR XOR.
Unit 7, Chapter 24 CPO Science Foundations of Physics.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
XOR, XNOR, and Binary Adders
Electricity & Magnetism Word Challenge. Some computer chips are made of a substance that conducts electric current better than an insulator but not as.
Lecture 3. Boolean Algebra, Logic Gates Prof. Sin-Min Lee Department of Computer Science 2x.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Chapter 4 Gates and Circuits. 4–2 Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors.
Chapter 4 Gates and Circuits.
Lecture 3. Error Detection and Correction, Logic Gates Prof. Sin-Min Lee Department of Computer Science 2x.
Chapter 4 Gates and Circuits. Integrated Circuits aka CHIPS What’s in this thing???? 4–2.
Chapter 4 Gates and Circuits.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
Logic Gates. Transistors as Switches ¡EB voltage controls whether the transistor conducts in a common base configuraiton. ¡Logic circuits can be built.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
The Digital Logic Level
Digital Logic. 4 Why is 32-bit or 64-bit significant in terms of speed, efficiency? 4 Difference between OR and XOR 4 What is a mux for? PLA 4 Two kinds.
CSIS CSIS Input AND from Transistors Illustrates basic use of IDL-800 Illustrates construction of gates Illustrates the “transistor bleed-through”
Computers – “From The Ground Up”
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
1. Unit I: Semiconductor Diodes and Applications Before we start with Electronics Let us review the Basics of Electricity Q. What are the two main quantities.
1 Electrical Fundamentals We need some understanding of electrical fundamentals to do the lab exercises. Electric Circuit Consists of: –Power Source: Battery,
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
WORKING PRINCIPLE OF DIGITAL LOGIC
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
L OGIC G ATES Computer Organization – week 3. W HAT ’ S ALU? 1. ALU stands for: Arithmetic Logic Unit 2. ALU is a digital circuit that performs Arithmetic.
Week 1: Introduction and Logic gates IT3002 – Computer Architecture
BASICS OF ELECTRONICS.
Logic Gates Unit 16.
CSIS-110 Introduction to Computer Science
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Chapter 3 - Binary Numbering System
Circuits Logic in Hardware.
Electrical Vocabulary
9/21/2018 GE6252 BASIC ELECTRICAL AND ELECTRONICS ENGINEERING V.MOHAN, VICE PRINCIPAL, EGSPEC V.MOHAN, VICE PRINCIPAL, EGSPEC.
Chapter 4 Gates and Circuits.
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Fundamentals of Computer Science Part i2
Number Systems Decimal (base 10) { }
סימנים מוסכמים בחשמל ואלקטרוניקה
Logic Gates.
Boolean Algebra.
Transistors to Gates Transistors to Gates Gateway To Technology
Logic Gates.
Logic Gates.
What is Electricity?.
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
A Systems Approach Automotive Technology PowerPoint® Presentation
Digital Logic Experiment
The Diode.
XOR Function Logic Symbol  Description  Truth Table 
LOGIC Circuits.
Presentation transcript:

Digital Computers Logic Gates & Applications

Digital Computers Types of Material (Electric Conductivity) – Insulator Rubber / wood – Conductor Copper / Gold / Iron / Water – Semiconductor Silicon / Germanium – Superconductor ???

Semi-Conductor Devices Wire (conductor) Resistor Diode – Electricity can go in one direction – used in rectifier (AC to DC), LEDs Transistor – used in (Logic Gates) – A voltage or current applied to one pair of the transistor's terminals changes the current flowing through another pair of terminals. – Used as Amplifier & Switching device Logic Gates – NOT,OR,AND, NOR,NAND, XOR, XNOR Integrated Circuit

Logic Gates GateSymbolTruth Table NOT Boolean ExpressionA’ or A

Logic Gates GateSymbolTruth Table OR AND

Logic Gates GateSymbolTruth Table NOR NAND

Logic Gates GateSymbolTruth Table Exclusive OR XOR Exclusive NOR XNOR

Universal Gates – NAND NPN-Transistors and Resistor

Constructing Gates with NAND

Applications of Logic Gates Computation or Processing – Half Adder – Full Adder Memory – Flip Flop

Binary Addition – Two Bits – Tree Bits

Half Adder Logic DiagramBoolean ExpressionsTruth Table

Full Adder

ABC in C out S

Full Adder

Parallel Adder