Introduction to Digital Electronics

Slides:



Advertisements
Similar presentations
Interactive Engineering Workshop Eng. Mageda Al-Moubarak Eng. Fadia El-ssa.
Advertisements

Basic Electricity and Electronics Mr. McClean Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved.
ENGR 111 Lecture 3 Reading: Chapters 19, Class notes.
© Electronics ECE 1312 Taaruf Nor Farahidah Za’bah Room number : E Phone number : address : 
Copyright © 2013 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 6 The Operational Amplifier.
Gates CS105. Electrical Signals Transmission of data Any electrical signal has a level of voltage – Interpretation of 1s and 0s Generally speaking: –
BASIC ELECTRONICS.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 4P. 1Winter Quarter Analog Electronics Lab 4.
Binary Logic and Gates COE 202 Digital Logic Design Dr. Aiman El-Maleh
ELECTRONICS PRIMER. Assignment: WEB-based Electronics Tutorial Basic definitions Components Ohm's Law LEDs and Transistors Additional electronics tutorials.
Electrical Engineering for Civil Engineer Dr. Basim Zafar Spring 2013 EE for CE Course Outlines MID TERM I Dr. Basim Zafar.
Overview of ENGR 220 Circuits 1 Fall 2005 Harding University Jonathan White.
Chapter 4 Gates and Circuits.
ELECTRONICS PRIMER I. Basic Electronics Current (I): Amount of charge passing a given point per unit time Voltage (V): Electrical pressure or force. If.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lab 3P. 1Winter Quarter Analog Electronics Lab.
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.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Agenda and Notes Today, during class! 9:30 a.m. Boeing Space and Intelligence Systems (Matt and Matt) 4 extra credit assignments available at the bottom.
Basic Electricity and Electronics
Introduction to Digital Logic and Circuits EE 101, Fall 2015 University of Kentucky.
ELECTRONICS PRIMER II.
Chapter 34 Electric Current.
Circuit Simplification Truth Table  Minimized Logic Gates.
1 EG 32 Digital Electronics Thought for the day You learn from your mistakes..... So make as many as you can and you will eventually know everything.
Chapter 1 Introduction to Electronics
Electronics sessional
Electricity and Electronics Base of Modern Technology.
Electronics for Physical Computing Materials: capacitor, diode, LED, transistor, switch,resistor, relay, proto board, multimeter.
Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved. 1.
BASICS OF ELECTRONICS.
Logic Gates Unit 16.
ELECTRONICS PRIMER.
CSIS-110 Introduction to Computer Science
Chapter 1 Introduction to Electronics
Electricity and Circuit
Introduction Molecules: made up of atoms of individual elements.
Component Identification
Unit 3 – Fundamentals of Electronics Examination Specifications
Unit 3 – Fundamentals of Electronics Examination Specifications
XOR, XNOR, and Binary Adders
Intro to Engineering Electronics
CHAPTER 2 Boolean Algebra
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Computer Science 210 Computer Organization
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Combinational Logic Design Process
Boolean Algebra Digital Electronics
Circuit Simplification: Boolean Algebra
XOR, XNOR, & Binary Adders
Intro to Engineering Electronics
AOI Design: Logic Analysis
Chapter 1 Introduction to Electronics
Current Directions and
Circuit Simplification: DeMorgan’s Theorems
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Combinational Logic - An Overview
AOI Design: Logic Analysis
XOR, XNOR, and Binary Adders
Electrical Circuits Properties of an electrical circuit include Voltage Volts V Current Amps A Resistance Ohms Ω.
Basics of Electronic Circuits
AOI Design: Logic Analysis
Circuit Simplification: DeMorgan’s Theorems
Introductory Concepts
Chapter 5 OUTLINE Op-Amp from 2-Port Blocks
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Voltage Difference The difference in electrical potential between two places. Unit of measure = V (volts) Voltage causes current to flow through an electric.
XOR, XNOR, and Binary Adders
Circuit Simplification: DeMorgan’s Theorems
Combinational Logic - An Overview
Presentation transcript:

Introduction to Digital Electronics

DC An electrical current can flow in either of two directions. If it flows in only one direction, it is called direct current (DC). A battery is an example of a DC voltage that can supply DC current! Electrical engineers also use the term DC to refer to an average (or constant part of) a voltage or current signal.

AC A current which alternates in direction or polarity is called an alternating current (AC). The current flowing from a wall outlet is an example of an AC current! DC voltage, RMS Voltage, Frequency, Period

Resistors

Resistor Color Code

Voltage Divider +VDD = Use Ohm’s Law, KCL, KVL! I2= 5 / (15K) = 0.33 mA I1= VDD / (R1 + R2) = 0.33 mA I1= 5 / (15K) = 0.33 mA Vout = [R1 / (R1 + R2)] * VDD Vout = 5/3 Volts

Capacitors There are many kinds of capacitors but they all do the same thing: store charge. The simplest kind of capacitor is two conductors separated by an insulating material.

Diodes A diode is like and electronic one-way valve. It will allow current to flow in only one direction! Clearly, diodes can be used to convert AC currents to DC!

Transistors Transistors are three terminal devices. A very small current or voltage at one terminal can control a much larger current flowing between the other two leads.

Operational Amplfier Operational Amplifiers take small voltages and make them MUCH larger. Golden Rules (Op amp with negative feedback): No-current flows into either (+) or (-) inputs. The (+) and (-) inputs are at the same voltage.

Digital Signals A digital signal can take on only one of two voltages: 0 Volts and 5 Volts. The Handy Board treats 0 Volts as logical TRUE and the 5 Volt signal as logical FALSE. 5 Volts 0 Volts

Analog Signals An analog voltage can take on any value between 0 and 5 Volts. An Analog-to-Digital Converter (ADC) within the Handy Board will, however, will quantize the analog signal. The HandyBoard ADC is 8 bits wide.

Gates The most basic digital devices are called gates. Gates got their name from their function of allowing or blocking (gating) the flow of digital information. A gate has one or more inputs and produces an output depending on the input(s). A gate is called a combinational circuit. Three most important gates are: AND, OR, NOT

Digital Logic Binary system -- 0 & 1, LOW & HIGH, negated and asserted. Basic building blocks -- AND, OR, NOT

ECE 301 - Digital Electronics Numbers ECE 301 - Digital Electronics

ECE 301 - Digital Electronics 52 What does this number represent? What does it mean? ECE 301 - Digital Electronics

ECE 301 - Digital Electronics 1011001.101 What does this number represent? Consider the base (or radix) of the number. ECE 301 - Digital Electronics

ECE 301 - Digital Electronics Binary Addition 0 0 1 1 + 0 + 1 + 0 + 1 0 1 1 10 Sum Carry ECE 301 - Digital Electronics

ECE 301 - Digital Electronics Binary Addition Examples: 01011011 + 01110010 11001101 10110101 + 01101100 00111100 + 10101010 ECE 301 - Digital Electronics

ECE 301 - Digital Electronics Binary Subtraction 0 10 1 1 - 0 - 1 - 0 - 1 0 1 1 0 Difference Borrow ECE 301 - Digital Electronics

ECE 301 - Digital Electronics Binary Subtraction Examples: 01110101 - 00110010 01000011 10110001 - 01101100 00111100 - 10101100 ECE 301 - Digital Electronics

Binary Multiplication 0 0 1 1 x 0 x 1 x 0 x 1 0 0 0 1 Product ECE 301 - Digital Electronics

Binary Multiplication Examples: 10110001 x 01101101 00111100 x 10101100 ECE 301 - Digital Electronics

DeMorgan’s Theorems Digital Electronics  2,1 Introduction to AOI Logic DeMorgan’s Theorems DeMorgan’s Theorems are two additional simplification techniques that can be used to simplify Boolean expressions. Again, the simpler the Boolean expression, the simpler the resulting logic. Introductory Slide / Overview of Presentation Project Lead The Way, Inc. Copyright 2009

DeMorgan’s Theorem #1 Proof 1 1 DeMorgan’s Theorems Digital Electronics  2,1 Introduction to AOI Logic DeMorgan’s Theorem #1 Proof Overview & proof of DeMorgan’s Theorem #1 1 1 The truth-tables are equal; therefore, the Boolean equations must be equal. Project Lead The Way, Inc. Copyright 2009

DeMorgan’s Theorem #2 Proof 1 1 DeMorgan’s Theorems Digital Electronics  2,1 Introduction to AOI Logic DeMorgan’s Theorem #2 Proof Overview & proof of DeMorgan’s Theorem #2 1 1 The truth-tables are equal; therefore, the Boolean equations must be equal. Project Lead The Way, Inc. Copyright 2009

Thank You Created By – Prof. Swapan Kumar Gupta SHD College,Pathankhali