Lecture No. 2 Computer Logic Design. Binary Digits The two state number system is called binary. Its two digits are 0 and 1 A binary digit is called a.

Slides:



Advertisements
Similar presentations
CT455: Computer Organization Logic gate
Advertisements

Digital Logic & Design Dr. Waseem Ikram Lecture 06
Chapter 20 Digital Circuits. Chapter 20 Digital Circuits.
Introduction Digital Electronics Logic Gates De Morgan’s Theorem
Chapter 3 Basic Logic Gates 1.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Major Numeric Data Types Unsigned Integers Signed Integers Alphanumeric Data – ASCII & UNICODE Floating Point Numbers.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.
Digital and Analog Quantities
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Introductory Digital Concepts
Digital Fundamentals Floyd Chapter 1 Tenth Edition
1 Survey of Computer Science CSCI 110, Spring 2011 Lecture 16 Digital Circuits, binary Numbers.
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:
1 CHAPTER 4: PART I ARITHMETIC FOR COMPUTERS. 2 The MIPS ALU We’ll be working with the MIPS instruction set architecture –similar to other architectures.
Chapter 2: Fundamentals of Digital Electronics Dr Mohamed Menacer Taibah University
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.
Integrated Circuit Logic Families. Outline  Integrated Circuit Logic Families.
DIGITAL LOGIC DESIGN BY: ENGR. M.ZAKIR SHAIKH. DIGITAL LOGIC DESIGN BY: ENGR. M.ZAKIR SHAIKH.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals with PLD Programming.
Waves Digitising analogue data. Analogue What we see in the real world around us Continuously varying –Temperature –Land contours –Speed –Time Temp Time.
: Digital Logic Design Apisake Hongwitayakorn e: w:
1 EENG 2710 Chapter 0 Introduction. 2 Chapter 0 Homework None.
Chapter 1 Introduction: Digital Systems & Logic Design By Taweesak Reungpeerakul.
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
Logic and Computer Design Simon Petruc-Naum CS 147 – Dr. S.M. Lee.
Floyd, Digital Fundamentals, 10 th ed Slide 1 Digital Fundamentals Tenth Edition Floyd © 2008 Pearson Education Chapter 1.
9/15/09 - L4 Combinational Logic - Gates Copyright Joanne DeGroat, ECE, OSU1 Combinational Logic Circuits – Gates.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Digital Logic & Design Dr. Waseem Ikram Lecture 01
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.
How Computer Represent Data
Computer Systems Architecture Copyright © Genetic Computer School 2008 SA 2- 0 Lesson 2 The Digital Logic Level.
1 Logic Gates and Circuits  Logic Gates Logic Gates  The Inverter The Inverter  The AND Gate The AND Gate  The OR Gate The OR Gate  The NAND Gate.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Floyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd © 2008 Pearson Education Chapter 1.
School of Computer and Communication Engineering, UniMAP Mohd ridzuan mohd nor DKT 122/3 - DIGITAL SYSTEM I Chapter.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Digital Computers Logic Gates & Applications. Digital Computers Types of Material (Electric Conductivity) – Insulator Rubber / wood – Conductor Copper.
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.
ECE DIGITAL LOGIC LECTURE 5: BINARY LOGIC AND DIGITAL LOGIC GATES Assistant Prof. Fareena Saqib Florida Institute of Technology Fall 2016, 01/28/2016.
DIGITAL LOGIC DESIGN(1)
NAND, NOR, and EXOR (more primitive logical gates) CS Computer Architecture David Mayer.
Waveform 1.1 Basic Digital Waveform Parameters 1 Paul Godin Updated December 2014.
Digital Circuits ECGR2181 Chapter 3 Notes Data A-data B-data A B here
EKT124 Digital Electronics 1 Introduction to Digital Electronics
LOGIC GATE TIMING DIAGRAM.
Computer Code.
EI205 Lecture 3 Dianguang Ma Fall, 2008.
Digital Fundamentals Floyd Chapter 1 Digital concepts Tenth Edition
Introduction Molecules: made up of atoms of individual elements.
Transistors and Logic Circuits
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Circuits Logic in Hardware.
ECE 331 – Digital System Design
Introduction to Logic Gates
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Principles & Applications
Digital Circuits ECGR2181 Chapter 3 Notes Data A-data B-data A B here
Digital Fundamentals Floyd Chapter 1 Tenth Edition
GCSE Computer Science – Logic Gates & Boolean Expressions
Digital Logic Chapter-2
LOGIC Circuits.
What is Digital Information?
Digital Logic Chapter-2
Integrated Circuits Computer Signals
Presentation transcript:

Lecture No. 2 Computer Logic Design

Binary Digits The two state number system is called binary. Its two digits are 0 and 1 A binary digit is called a bit. In digital circuits, two different voltage levels are used to represent the two bits

Logic There are two types of logic Positive Logic –High = 1, Low = 0. Negative Logic –High = 0, Low = 1. Codes –In digital system such as computers, combination of the two states, called codes –used to represent numbers, symbols, alphabetic characters and other type of information

Logic Levels The voltages used to represent a 1 and 0 are called logic levels. One voltage level represent a HIGH Another voltage level represent a LOW In a practical digital circuit, a HIGH can be any voltage between a specified minimum value and specified maximum value. A LOW can be any voltage between a specified minimum value and specified maximum value. There is no overlap between accepted HIGH levels and the accepted LOW levels.

Voltage Range for Logic Levels 2.0 V – 5V (TTL), 3.5 V (CMOS) TTL (Transistor –Transistor Logic) CMOS (Complementary Metal Oxide Semiconductor) 0.5 V – 0.8V (TTL), 1.5 V (CMOS)

Digital System Representation Two binary digits also called –Two Voltage Levels (5V, 0V) –Two States (On/High, Off/Low) –Two Values (1, 0) –Two Logic Levels (True, False) How to represent other quantities?

Digital Waveforms Digital waveforms consist of voltage levels that are changing back and forth between the HIGH and LOW levels or states

Waveform Characteristics

Periodic –Repeat itself at a fixed interval Non-periodic –Does not repeat itself at a fixed interval

Waveform Characteristics Frequency –Rate at which it repeats itself (hertz (Hz)) Time Period –Time to complete one cycle (sec) Duty Cycle –Ratio of the pulse width to the period

Computer Pictorial Diagram

Information Processing Numbers Text Formula and Equations Drawings and Pictures Sounds

Logic Gates Processors of Binary Information Basic Gates: –AND, OR, NOT Other frequently used Gates: –NAND, NOR, XOR, XNOR Integrated Circuits (ICs)

Logic Gate Symbol and ICs G N D V c c