Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.

Slides:



Advertisements
Similar presentations
Digital logic gates.
Advertisements

Logic Gates.
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Programmable Logic Controllers.
Logic Gates.
Introduction Digital Electronics Logic Gates De Morgan’s Theorem
Chapter 3 Basic Logic Gates 1.
Chapter 4 Gates and Circuits.
9/19/06 Hofstra University – Overview of Computer Science, CSC005 1 Chapter 4 Gates and Circuits.
Gates CS105. Electrical Signals Transmission of data Any electrical signal has a level of voltage – Interpretation of 1s and 0s Generally speaking: –
CIS 6001 Gates Gates are the building blocks for digital circuits Conventions used is high voltage = 1 and ground = 0 Inverter and NOT Gate are two terms.
Electronics Digital Processes Transistor as a Switch 1)(G) State that a transistor can be used as a switch. 2)(G) State that a transistor may be conducting.
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.
3. DIGITAL ELECTRONICS..
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
by Prof. Dr. Ali S. Hennache
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Lecture 17: Digital Design Today’s topic –Intro to Boolean functions Reminders –HW 4 due Wednesday 10/8/2014 (extended) –HW 5 due Wednesday 10/15/2014.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
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.
4. Electrons and electronics 4.5 Digital electronics.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
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.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Logic Design EE-2121 Manesh T. Digital Systems  Introduction  Binary Quantities and Variables  Logic Gates  Boolean Algebra  Combinational Logic.
Basic Electricity and Electronics Module Three Microprocessor Basics Copyright © Texas Education Agency, All rights reserved.
Assoc. Prof. Dr. Ahmet Turan ÖZCERİT.  Logic gates used in digital electronics  How to use logic gates to implement logic equations You will learn:
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.
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
Minute Paper 4/4/04 Z=50+j86.7=100
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
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.
PHYSICS – Digital electronics. LEARNING OBJECTIVES Core Supplement Explain and use the terms analogue and digital in terms of continuous variation and.
DATA REPRESENTATION IN COMPUTER MEMORY.  Describe the coding system:  Sign and magnitude  1’s Complement and 2’s Complement  Binary Coded Decimal.
Logic Gates Unit 16.
Logic Gates.
Basic Digital Logic.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Practice #Digital Logic Mr. Burleson
Computer Science 210 Computer Organization
Waveforms & Timing Diagrams
JC Technology Logic Gates.
Logic Gates.
Logic Gates.
SOLIDS AND SEMICONDUCTOR DEVICES - IV
KS4 Electricity – Electronic systems
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.
Chapter 4 Gates and Circuits.
Digital Logic Experiment
Department of Electronics
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Logic Gates AIM: To know the different types of logic gate
Boolean Algebra and Gate Networks
Further binary, Logic diagrams and truth tables
What are Logic Gates?.
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:

Intro to Digital Electronics

Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the digital method. Regulating Circuits – controls intensity of current. – Figure 2 – Known as the analog method Figure 1 – Current is On or Off Figure 2 – Increase/Decrease Current

What’s Digital and Analog DigitalAnalog Computers Microprocessors Watches Displays Audio Amplifiers Radios Televisions – stations have recently gone digital

Why Digital? Digital electronics are simple, practical, and reliable. Combines simple switches and gates to create electrical functions. Digital means switching. – HI or 1 (one) or On – LO or 0 (zero) or Off

Truth Table of a Digital Circuit The operation of the circuit to the right is represented by the table. Describes switch and output status. Truth tables represent the operation of a circuit. Truth Table SwitchBulb OPENOFF (LO or 0) CLOSEDON (HI or 1)

Timing Diagrams of a Digital Circuit Timing diagrams may also represent a digital circuit operation, in this case resistor voltage.

Logic Gates

Logic? Logic circuits are circuits that make decisions based on the inputs they receive. – Remember what the digital signals can be? – 1 or 0; HI or LO; On or Off

Logic Indicators Logic Indicator is a device that indicates the logic state (either HI or LO) of a certain point in a circuit. – Usually a LED

Boolean Algebra Conventional Algebra has 4 basic operations – Addition, subtraction, multiplication, division Boolean Algebra has 6 basic operations – AND, OR, NAND, NOR, NOT, YES Example: Using the AND Gate – Read as “A anded B equals Q” – Also read as A  B = Q Try using the OR Gate: Q B A Q B A

The AND Logic Gate ABQ When is the output of this gate HI? Boolean Equation A  B = Q

The OR Logic Gate ABQ When is the output of this gate HI? Boolean Equation A + B = Q

The NOT (Inverter) Logic Circuit AQ The NOT logic circuit is also called the “inverter”. Boolean Equation A = Q “A is equal to not Q” Widely used in many circuits; NAND and NOR gates are created by adding inverters to AND and OR gates.

The YES Logic Circuit AQ The input is the same as the output. Also used as: Amplifiers – makes a weak signal strong. Buffers – Isolates delicate circuits Boolean Equation A = Q “A equals Q”

Transistors

The NOR Logic Gate ABQ The result of this Gate is always the opposite of an OR Gate. Boolean Equation A + B = Q

The OR Gate vs. the NOR Gate The OR GateThe NOR Gate ABQ ABQ

The NAND Logic Gate ABQ The result of this Gate is always the opposite of an AND Gate. Boolean Equation A  B = Q

The AND Gate vs. the NAND Gate The AND GateThe NAND Gate ABQ ABQ