Studying digital logic

Slides:



Advertisements
Similar presentations
Chapter 4: Control Structures I (Selection)
Advertisements

Logic Symbols.
Information Processing & Digital Systems COE 202 Digital Logic Design Dr. Aiman El-Maleh College of Computer Sciences and Engineering King Fahd University.
Digital Systems: Principles and Applications, 10e By Ronald J. Tocci, Neal S. Widmer, and Gregory L. Moss © 2007 Pearson Education, Inc. Pearson Prentice.
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
Digital Circuits. Analog and Digital Signals Noise margins in Logic Circuits VMVM.
Number Systems & Logic Gates Day 2. Octal Number System Base (Radix)8 Digits0, 1, 2, 3, 4, 5, 6, 7 e.g = =648 1 =88 0 =1 The digit.
Digital Logic Lecture 1 Introduction By Dr Zyad Dwekat The Hashemite University Computer Engineering Department.
CS231 Fundamentals1 Fundamentals What kind of data do computers work with? – Deep down inside, it’s all 1s and 0s What can you do with 1s and 0s? – Boolean.
Fundamentals of IT UNIT-I OnlyforIPMCA. DIGITAL SIGNALS & LOGIC GATES Signals and data are classified as analog or digital. Analog refers to something.
Study Guide For Test Chapter 5, 6,& 7 Test is Friday, May 15th.
Data Acquisition Data acquisition (DAQ) basics Connecting Signals Simple DAQ application Computer DAQ Device Terminal Block Cable Sensors.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Chapter 3 Section 1 Number Representation Modern cryptographic methods, unlike the classical methods we just learned, are computer based. Representation.
1 INFORMATION IN DIGITAL DEVICES. 2 Digital Devices Most computers today are composed of digital devices. –Process electrical signals. –Can only have.
1.1 Introduction to Basic Digital Logic ©Paul Godin Updated August 2014 gmail.com Presentation 1.
NUMBER SYSTEM Decimal System Binary System. We use two digits in this system (0,1) just like the existing system of computers.. And write the number in.
Logic (continuation) Boolean Logic and Bit Operations.
Lesson 1.4. and ornot Logic Gate: A device that acts on input signals that it receives to produce an output signal (1 or 0). True = 1 False = 0.
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.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
Digital Systems and Binary Numbers
Unit 4, Lesson 12 How VoIP Communication Works AOIT Principles of Information Technology.
1 Ethics of Computing MONT 113G, Spring 2012 Session 5 Binary Addition.
PLC PROGRAMMING.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Binary Numbers Computer Science 2. Why Binary Numbers? Early computers were analog –Numbers were stored as an intensity –E.g. 2.7 volts was 27, 3.4 volts.
CSE 111 Information Representation in the Digital World.
Computer Science 105 Logic What do AND, OR, and NOT do? What is True and what is False? Preview Questions:
USING CONDITIONAL CODE AMIR KHANZADA. Conditional Statement  Conditional statements are the set of commands used to perform different actions based on.
Analogue to Digital Conversion © D Hoult analogue signal © D Hoult 2011.
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
CMSC 1041 Binary / Hex Binary and Hex The number systems of Computer Science.
Unit 1 Review By: Mr. Jacobs.
1 Chap. 1 Computers and Information ECE2030 Dr. John A. Copeland “Logic and Computer Design Fundamentals” 2nd Edition M. Morris Mano & Charles R. Kime.
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Lecturer: Santokh Singh
Any question ? Wibisono Sukmo Wardhono, ST, MT
Logic gates.
Introductory Lecture on Digital Electronics
Logic Gates.
Working with DIGITAL Information
Digital Systems and Binary Numbers
BINARY CODE.
Digital Systems and Binary Numbers
ECE 331 – Digital System Design
Chapter 2.3 Binary Logic.
The Selection Structure
Entry Ticket: High and Low Level Languages
COUNTING IN BINARY Binary weightings 0 x x x x 8
Digital Signals Digital Signals have two basic states:
Representing Data How does a computer represent data?
Analogue to Digital Conversion
Introduction to Basic Digital Logic
INTRODUCTION OF DIGITAL SYSTEM
Binary Numbers.
ВОМР Подмярка 19.2 Възможности за финансиране
Споразумение за партньорство
Data Representation and Organization
COUNTING IN BINARY Binary weightings 0 x x x x 8
Table 1.1 Powers of Two.
ECS15 boolean.
ECE 2140 Spring 2012 GTA: Scott Trocchia
Notes from Last Class Office Hours: GL Accounts?
Machine epsilon eps returns the distance from 1.0 to the next largest floating point number. When eps is machine epsilon, the logic 1+eps>1 is TRUE.
FIGURE 1-1 Examples of Voltage Ranges and Waveforms for Binary Signals
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Electrical Communications Systems ECE
Electrical Communications Systems ECE
Presentation transcript:

Studying digital logic ECE 2140 Spring 2012 GTA: Scott Trocchia Presented on 1/25/12

Digital Logic Base terminology: State – condition of “something” at a particular time A human being, a machine, … Binary – a two-valued number system ‘0’ / ‘1’ ‘low’/ ‘high’ ‘false’ / ‘true’ ‘0 Volts’ / ‘5 Volts’ Compare it to decimal, which has values 0, 1, 2, 3, …

Why study digital logic? Less sensitive to noise than analog signals DIGITAL SIGNAL RANDOM NOISE + ____________________________________________________________ DIGITAL SIGNAL + RANDOM NOISE http://www.softwareforeducation.com/wikileki/index.php?title=Regenerator

In Comparison to Analog… ANALOG SIGNAL ANALOG SIGNAL + RANDOM NOISE http://cnx.org/content/m13859/latest/

Why study digital logic? (cont’d.) Easier to send, receive, and recover signals Can send more data error-free Forms the basic building blocks for computers http://www.zdnet.co.uk/i/z5/rv/2008/11/cor_ei7_1.jpg