Counter Fundamentals Presented by :

Slides:



Advertisements
Similar presentations
FIGURE 17-1 Binary-to-decimal conversion. Dale R. Patrick Electricity and Electronics: A Survey, 5e Copyright ©2002 by Pearson Education, Inc. Upper Saddle.
Advertisements

Conversion and Coding (12)10.
Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
Introduction to Computer Engineering by Richard E. Haskell BCD Arithmetic Module M16.5 Section 10.4.
NUMBERS DESCRIBE THE SYSTEM
RIPPLE COUNTERS A register that goes through a prescribed sequence of states upon the application of input pulses is called a counter. The input pulses.
Sequential Circuits Problems(II) Prof. Sin-Min Lee Department of Mathematics and Computer Science Algorithm = Logic + Control.
Introduction to Computer Engineering by Richard E. Haskell Number Systems Module M3.1 Sections
Overview Digital Systems and Computer Systems Number Systems [binary, octal and hexadecimal] Arithmetic Operations Base Conversion Decimal Codes [BCD (binary.
Number Systems and Codes Discussion D4.1. Number Systems Counting in Binary Positional Notation Hexadecimal Numbers Negative Numbers.
Number System and Codes
Multiplying Decimals. Multiplying Decimals Notes Multiply as usual, ignoring the decimal points. Count how many total digits are to the right of the decimal.
Data Storage. SIGN AND MAGNITUDE Storing and representing numbers.
A Digital Timer Implementation using 7 Segment Displays.
ECE 301 – Digital Electronics Counters (Lecture #16)
UNIVERSAL COLLEGE OF ENGINEERING &TECHNOLOGY DIGITAL ELECTRONICS SUBJECT - DIGITAL ELECTRONICS.
COMPUTER NUMBER SYSTEMS & DIGITAL DEVICES By: Sohaib Rehman.
ABCDNumber = Off 1 = On Binary Coded Decimal (BCD)
Binary Arithmetic & Data representation
1 Computer Networking Dr. Mohammad Alhihi Communication and Electronic Engineering Department Philadelphia University Faculty of Engineering.
Binary! Why do computers use binary? Easy to detect the state of a switch – they’re either on or off! Using another base makes.
Computer & Electronics Engineering. Objectives Understand Digital Logic Gates Construct & Simulate Digital Logic Circuits on the Computer.
Mohammad Amin Kuhail M.Sc. (York, UK) University of Palestine Faculty of Engineering and Urban planning Software Engineering Department Digital Logic Design.
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.
Converting From decimal to Binary & Hexadecimal to Binary
Bits and Bytes. Decimal Numbers 6,357 has four digits -base-10 (6 * 1000) + (3 * 100) + (5 * 10) + (7 * 1) = = 6357 (6 * 10^3) + (3.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
Principles & Applications
ENCODER, DECODER dan SEVEN SEGMEN YUSRON SUGIARTO.
CCE Department – Faculty of engineering - Islamic University of Lebanon Chapter 6 Binary Arithmetic.
Binary Arithmetic CPSC 101: Chp 2 John Lamertina.
Arithmetic in Binary. Addition A “Rule of Addition” is a statement of the form: = 8 How many such rules are there in Decimal?
Logic and Computer Design Fundamentals, Fifth Edition Mano | Kime | Martin Copyright ©2016, 2008, 2004 by Pearson Education, Inc. All rights reserved.
Section 5 Digital Electronic Circuits. Chapter 32 Binary Number System.
Digital Electronics Principles & Applications Fifth Edition Chapter 2 Numbers We Use in Digital Electronics ©1999 Glencoe/McGraw-Hill Roger L. Tokheim.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
Fundamental Digital Electronics (Fall 2014) Martino Poggio.
Fundamental Digital Electronics
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.
Fuw-Yi Yang1 數位系統 Digital Systems Department of Computer Science and Information Engineering, Chaoyang University of Technology 朝陽科技大學資工系 Speaker: Fuw-Yi.
The language of computers Before we start you need to know an important fact. Anything to the power 0 is worth 1. You will need to remember this for later!
Decoder Chapter 12 Subject: Digital System Year: 2009.
Let’s COUNT In tenths
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Binary Numbers. Decimal vs Binary = 1001 = 101 = 10 1 = on = 0 = off = On and off.
Electronic counter surveillance.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Programmable logic Devices-ROM 2
Name_____ 6__ Lesson 3 – Multiplying Decimals Nov_
COUNTING IN BINARY Binary weightings 0 x x x x 8
Dept. of Electrical and Computer Eng., NCTU
BCD = Binary Coded Decimal
Digital Electronics Ms. Deepa Mehta.
Chapter 4 Number Systems.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Chapter 2: Digital Image Fundamentals
Chapter 2: Digital Image Fundamentals
Homework Reading Tokheim, Section 5-10, 7-4.
Chapter 1 Number System RGGP, Narwana.
Binary Lesson 3 Hexadecimal
Binary Coded Decimal BCD - Binary Coded Decimal Learning Guide.
Binary Lesson 3 Hexadecimal
COUNTING IN BINARY Binary weightings 0 x x x x 8
Table 1.1 Powers of Two.
Adder, Subtructer, Encoder, Decoder, Multiplexer, Demultiplexer
Number Systems.
FIGURE 1-1 Examples of Voltage Ranges and Waveforms for Binary Signals
Number Systems By: Asst Lec. Besma Nazar Nadhem
Number Systems Today, I’ll be giving an introduction to:
Digital Computer & Digital Systems
Presentation transcript:

Counter Fundamentals Presented by : Computer and Electronics Engineering Department University of Nebraska - Lincoln

Binary Count B A Decimal 0 0 0 1 1 1 0 2 1 1 3

Binary Count C B A Decimal 0 0 0 0 0 1 1 0 1 0 2 0 1 1 3 1 0 0 4 1 0 1 0 0 1 1 0 1 0 2 0 1 1 3 1 0 0 4 1 0 1 5 1 1 0 6 1 1 1 7

Binary D C B A Decimal 0 0 0 0 1 0 0 0 8 0 0 0 1 1 1 0 0 1 9 0 0 1 0 2 1 0 1 0 10 (A) 0 0 1 1 3 1 0 1 1 11 (B) 0 1 0 0 4 1 1 0 0 12 ( C) 0 1 0 1 5 1 1 0 1 13 (D) 0 1 1 0 6 1 1 1 0 14 (E) 0 1 1 1 7 1 1 1 1 15 (F)

Binary Coded Decimal (BCD) D C B A Decimal 0 0 0 0 0 0 0 1 1 0 0 1 0 2 0 0 1 1 3 0 1 0 0 4 0 1 0 1 5 0 1 1 0 6 0 1 1 1 7 1 0 0 0 8 1 0 0 1 9

7 Segment Displays Display a “2” a b c d e f g Code Segments Digit