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,

Slides:



Advertisements
Similar presentations
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,
Advertisements

1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Multiplying Decimals. Multiplying Decimals Notes Multiply as usual, ignoring the decimal points. Count how many total digits are to the right of the decimal.
Decimal Review ,00010,0001, Decimal ~ Base 10 number system 10 different numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8,
Number Systems.
Announcements Assignment 5 due tomorrow (or now)
COMT 222 Tools for a Digital World. Digital? What makes information Digital? If it helps:  When is information not analog? Answer:  A finite number.
1 Number SystemsLecture 8. 2 BINARY (BASE 2) numbers.
A little bit of exercise.. ;). Exercise Given to you are some binary to decimal examples : Given to you are some binary to decimal examples : Tens Units.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION.
Ch. 10 – Fundamentals of Logic Circuits So far, the circuits we’ve discussed were analog circuits, meaning that circuit parameters such as voltage and.
1.1 Introduction to Basic Digital Logic ©Paul Godin Updated August 2014 gmail.com Presentation 1.
Binary! Why do computers use binary? Easy to detect the state of a switch – they’re either on or off! Using another base makes.
Chapter 1: Digital Computers and Information Illustration at beginning of each Chapter Base 10 Binary Base 2 Octal Base 8 Hex bas
Bits & Bytes A bit is the smallest amount of memory used to store information. A bit is represented by either a “0” or a “1”. “Bit” is a contraction of.
Unit 8: Electronics and Technology. Section 1: Electronic Signals & Semiconductors  Objectives:  Define and compare digital and analog signals  Describe.
Digital Systems and Binary Numbers
Visualizing Decimal and Binary
Binary01.ppt Decimal Decimal: Base 10 means 10 Unique numerical digits ,00010,000 Weight Positions 3,
1 1 7-Dec-15 Binary Converting to and from decimal.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.
Phys 4330 Digital ElectronicsBinary System Digital circuits process signals that contain just two voltage levels or states, labeled logic "0" and logic.
MECH1500 Chapter 3.
Computer Number System
Chapter 1 Number Systems Digital Electronics. Topics discussed in last lecture Digital systems Advantages of using digital signals over analog. Disadvantages.
Dale Roberts Department of Computer and Information Science, School of Science, IUPUI CSCI 230 Information Representation: Positive Integers Dale Roberts,
Binary Arithmetic CPSC 101: Chp 2 John Lamertina.
Introduction to Digital Electronics Lecture 2: Number Systems.
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
CSE 111 Information Representation in the Digital World.
Cis303a_chapt03_exam1_answer.ppt CIS303A: System Architecture Exam 1: Chapter 3 Answer List the characters (digits) for the following bases. 1) Decimal:
{ Binary “There are 10 types of people in the world: Those who understand binary, and those who don't.”
Numbering Systems and Conversion Understand How Computing Devices Work 1.
Minute Paper 4/4/04 Z=50+j86.7=100
Lesson 6 Binary Understand what Binary Code means and apply this knowledge Understand how data is represented using bit systems and be able to change decimal.
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
Digital System Design. Objective Distinguish between Two worlds Understand the Properties digital system.
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
Binary Numbers. Decimal vs Binary = 1001 = 101 = 10 1 = on = 0 = off = On and off.
ME 142 Engineering Computation I
Digital Electronics INTRODUCTION ANALOG VS DIGITAL NUMBER SYSTEMS.
Digital Systems and Binary Numbers
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
Digital Systems and Binary Numbers
Binary & Hexidecimal Numbers
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Binary Lesson 1 Nybbles.
Number Systems.
COUNTING IN BINARY Binary weightings 0 x x x x 8
Binary Lesson 1 Nybbles.
Binary Lesson 1 Nybbles.
Teaching KS3 Computing Session 2 Introduction Theory: Binary numbers
For OCR GCSE Computing Unit 1 - Theory
JC Technology Logic Gates.
Everything that goes on under the hood of a computer is done in binary -- the language of 0s and 1s. If we have only two numbers, it's very easy to represent.
Binary Numbers? Foley SED 514 Section /2/2019.
Introduction to Basic Digital Logic
Binary Lesson 3 Hexadecimal
Data Binary Conversion.
Binary “There are 10 types of people in the world: Those who understand binary, and those who don't.”
Binary Lesson 3 Hexadecimal
Data Representation and Organization
Binary  Name: Class: .
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
COUNTING IN BINARY Binary weightings 0 x x x x 8
Information Representation
Number Systems Today, I’ll be giving an introduction to:
Presentation transcript:

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, Circuit CLOSED or OPEN, Current FLOWING or NOT, Voltage HIGH or LOW Low error: accurate measurement of voltage in analog circuit vs. 0 (0-2V) and 1 (2.6 to 5 V).

Review of Decimal Counting Most familiar! "Place holders" are powers of 10 Power of 10:3210 Weight: Ten symbols or characters needed: 0, 1, 2, 3, 4, 5, 6, 7, 8, and = (1 x 10 3 ) + (9 x 10 2 ) + (9 x 10) + 8 = Example

Binary Counting Base 10Base 2Base 10Base Digitizing a Signal

Binary Counting Power of 2: Decimal Weight: Example: convert to decimal Binary Number: Decimal Weight of Placeholders: Contributions to Decimal Number: Answer: = 98 "bit" is a contraction of "binary digit"

Addition of Binary number = 1-- No surprise = 10-- Don't forget to carry! = 11

Concept Check: Binary Counting In binary, which one of the following is not true? A: = 110 B: = 110 C: = 110 Answer: A