Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information...

55
Computer Eng 1 Chapter 1 Chapter 1 Digital Systems and Digital Systems and Information Hoang Trang Ref: Pearson Education Ref: Pearson Education

Transcript of Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information...

Page 1: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Computer Eng 1

Chapter 1Chapter 1

Digital Systems andDigital Systems and Information

Hoang Trang

Ref: Pearson EducationRef: Pearson Education

Page 2: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Overview

Digital Systems, Computers, and Beyond Information Representation Number Systems [binary, octal and hexadecimal] Arithmetic Operations Base Conversion Decimal Codes [BCD (binary coded decimal)] Alphanumeric Codes Parity Bit Gray Codes

Hoang Trang, ref: Pearson Education Chapter 1 2

y

Page 3: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

DIGITAL & COMPUTER SYSTEMS - Digital System

Takes a set of discrete information inputs and discrete internal information (system state) and generates a setinternal information (system state) and generates a set of discrete information outputs.

DiscreteInformation

DiscreteI Information

ProcessingSystem

Inputs DiscreteOutputs

Hoang Trang, ref: Pearson Education Chapter 1 3

System State

Page 4: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Types of Digital Systems

No state present• Combinational Logic System• Combinational Logic System• Output = Function(Input)

State presentS e p ese• State updated at discrete times

=> Synchronous Sequential System• State updated at any time

=>Asynchronous Sequential System• S F i (S I )• State = Function (State, Input)• Output = Function (State)

or Function (State, Input)

Hoang Trang, ref: Pearson Education Chapter 1 4

( , p )

Page 5: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Digital System Example:

A Digital Counter (e. g., odometer-viameter):

1 30 0 5 6 4Count Up

1 30 0 5 6 4Reset

I t C U RInputs: Count Up, ResetOutputs: Visual DisplayState: "Value" of stored digitsState: Value of stored digits

Synchronous or Asynchronous?

Hoang Trang, ref: Pearson Education Chapter 1 5

Page 6: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Digital Computer Example

Memoryy

Controlunit DatapathCPU

Inputs: keyboard, mouse, wireless,

Outputs: LCD screen, wireless,

kInput/Output

Synchronous or

wireless, microphone speakersInput/Output

Hoang Trang, ref: Pearson Education Chapter 1 6

Asynchronous?

Page 7: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

And Beyond – Embedded Systems

Computers as integral parts of other dproducts

Examples of embedded computers• Microcomputers• Microcontrollers• Digital signal processors

Hoang Trang, ref: Pearson Education Chapter 1 7

Page 8: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Embedded Systems

Examples of Embedded Systems li iApplications

• Cell phones• Automobiles • Video games• Copiers• Dishwashers• Flat Panel TVs• Global Positioning Systems

Hoang Trang, ref: Pearson Education Chapter 1 8

g y

Page 9: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

INFORMATION REPRESENTATION - Signals

Information variables represented by physical quantitiesquantities.

For digital systems, the variables take on discrete values.

Two level, or binary values are the most prevalent values in digital systems.

Binary values are represented abstractly by:y p y y• digits 0 and 1• words (symbols) False (F) and True (T)• words (symbols) Low (L) and High (H)words (symbols) Low (L) and High (H) • and words On and Off.

Binary values are represented by values or ranges of values of physical quantities

Hoang Trang, ref: Pearson Education Chapter 1 9

values of physical quantities

Page 10: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Signal Examples Over Time

Time

Analog

TimeContinuous in value &Analog in value &

time

Di t iDigital

Asynchronous

Discrete in value &

continuous

Digital

Synchronous

in time

Discrete in ≠??

Hoang Trang, ref: Pearson Education Chapter 1 10

Synchronousvalue & time

Page 11: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Signal Example – Physical Quantity: Voltage

Di it 0 1Digit 0 or 1

Not only for “1”

Threshold R iRegion

S t ld “thi k” “0” “1”

Hoang Trang, ref: Pearson Education Chapter 1 11

Systems: could “think”: “0” or “1”

Page 12: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Binary Values: Other Physical Quantities

What are other physical quantities represent 0 and 1?• CPU VoltageCPU Voltage• Disk• CD

Magnetic Field DirectionSurface Pits/Light• CD

• Dynamic RAMSurface Pits/Light

Electrical Charge

Remember: Binary “0”, “1”: NOT ONLY for Voltage

Hoang Trang, ref: Pearson Education Chapter 1 12

Page 13: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

NUMBER SYSTEMS – Representation- Definitions

Definitiondi ( ố)r – radix (cơ số)

Is number of digit (ký số)

weight (trọng số)

V l

Weigh = radix position

Value

Value = (digit x weight)

Hoang Trang, ref: Pearson Education Chapter 1 1313

Page 14: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

NUMBER SYSTEMS – Representation- Definitions

A number with radix r is represented by a string of digits:

An - 1An - 2 … A1A0 . A- 1 A- 2 … A- m 1 A- min which 0 Ai < r and . is the radix point. The string of digits represents the power series:

j 1 (Number)r= j = - m

jj

i

i = 0i rArA

i = n - 1 j = - 1

Hoang Trang, ref: Pearson Education Chapter 1 14

j mi 0(Integer Portion) + (Fraction Portion)

Page 15: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

NUMBER SYSTEMS – Representation- Definitions Commonly Occurring Bases

Name Radix DigitsgBinary 2 0,1Octal 8 0 1 2 3 4 5 6 7Octal 8 0,1,2,3,4,5,6,7Decimal 10 0,1,2,3,4,5,6,7,8,9Hexadecimal 16 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F

The six letters (in addition to the 10 integers) inThe six letters (in addition to the 10 integers) in hexadecimal represent: A,B,C,D,E,F

Hoang Trang, ref: Pearson Education Chapter 1 15

Page 16: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

NUMBER SYSTEMS – Representation- Definitions (example)

4 0 7 6 2 5a. Decimal: Radix r = 10

4 0 7 . 6 2 5102 101 100 . 10-1 10-2 10-3

4x102 0x101 7x100 . 6x10-1 2x10-2 5x10-3

400 + 0 + 7 + 0.6 + 0.02 + 0.005 = 407.625400 0 7 . 0.6 0.02 0.005

b Binary: Radix r = 2b. Binary: Radix r = 2

1 0 1 . 0 1 122 21 20 . 2-1 2-2 2-3

1x22 0x21 1x20 . 0x2-1 1x2-2 1x2-3

4 0 1 . 0 0.25 0.125

Hoang Trang, ref: Pearson Education Chapter 1 16

4 + 0 + 1 + 0 + 0.25 + 0.125 = 5.375

Page 17: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

NUMBER SYSTEMS – Representation- Definitions example Hexadecimal: radix r = 16

H d i l D i l Bi H d i l D i l BiHexadecimal Decimal Binary Hexadecimal Decimal Binary

0

1

0

1

0000

0001

8

9

8

9

1000

1001

2

3

4

2

3

4

0010

0011

0100

A

B

C

10

11

12

1010

1011

11004

5

6

4

5

6

0100

0101

0110

C

D

E

12

13

14

1100

1101

1110

7 7 0111 F 15 1111

5 A 0 . 4 D 15 A 0 . 4 D 1162 161 160 . 16-1 16-2 16-3

5x162 10x161 0x160 . 4x16-1 13x16-2 1x16-3

Hoang Trang, ref: Pearson Education Chapter 1 171280 + 160 + 0 + 0.25 + 0.0508 + 0.0002 = 1440.301

1280 160 0 . 0.25 0.0508 0.0002

Page 18: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Base conversion: Converting Binary/hexdecimal/… to Decimal

Simple: use decimal arithmetic to form p (digit × weight)

E lExample:Binary => Decimal Radix r = 2

1 0 1 . 0 1 122 21 20 . 2-1 2-2 2-3

1x22 0x21 1x20 0x2-1 1x2-2 1x2-3

4 + 0 + 1 + 0 + 0.25 + 0.125 = 5.375

1x22 0x21 1x20 . 0x2 1 1x2 2 1x2 3

4 0 1 . 0 0.25 0.125

Hoang Trang, ref: Pearson Education Chapter 1 18

4 0 1 0 0.25 0.125 5.375

Page 19: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Base conversion: Converting Binary/hexdecimal/… to Decimal

Simple: use decimal arithmetic to form p (digit × weight)

E lExample:Hexadecimal => Decimal Radix r = 16

5 A 0 . 4 D 1162 161 160 16-1 16-2 16-316 16 16 . 16 16 16

5x162 10x161 0x160 . 4x16-1 13x16-2 1x16-3

1280 160 0 . 0.25 0.0508 0.0002

Hoang Trang, ref: Pearson Education Chapter 1 19

1280 + 160 + 0 + 0.25 + 0.0508 + 0.0002 = 1440.301

Page 20: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Base conversion: Converting Binary/hexdecimal/… to Decimal

Quiz:1. Convert 110102 to N10:2. Convert EB91A.23AH to N102. Convert EB91A.23AH to N10

Hoang Trang, ref: Pearson Education Chapter 1 20

Page 21: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Conversion Between Bases

To convert from one base to another:

1) Convert the Integer Part2) Convert the Fraction Part3) Join the two results with a radix point

Hoang Trang, ref: Pearson Education Chapter 1 21

Page 22: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Base conversion: Converting Decimal to Binary

8 . 625

8 2 4 i d 0 (LSB)

LSB: Least Significant BitMSB: Most8 : 2 = 4 remainder: 0 (LSB)

4 : 2 = 2 remainder: 0

2 2 1 remainder: 0

MSB: Most Significant Bit

2 : 2 = 1 remainder: 0

1 : 2 = 0 remainder: 1 (MSB)

i t t

1 0 0 0 . . 1 0 1 B

0.625 x 2 = 1.25 integer part 1 (MSB)

0.25 x 2 = 0.5 integer part 0

Hoang Trang, ref: Pearson Education Chapter 1 22

0.5 x 2 = 1.0 integer part 1

Page 23: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Base conversion: Converting Decimal to Hexadecimal

1 4 8 0 4 2 9 6 8 7 51 4 8 0 . 4 2 9 6 8 7 5

1480 : 16 = 92 remainder 8 (LSD)1480 : 16 92 remainder 8 (LSD)

92 : 16 = 5 remainder 12

5 : 16 = 0 remainder 5

5 C 8 6 E H

0 4296875 16 6 875 integer part 6 (MSD)

5 C 8 . . 6 E H

0.4296875 x 16 = 6.875 integer part 6 (MSD)

0.875 x 16 = 14.0 integer part 14

Hoang Trang, ref: Pearson Education Chapter 1 2323

Page 24: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Base conversion: Converting Binary to Hexadecimal

1 1 1 0 1 1 0 1 0 1 1 1 0 1 . 0 1 1 0 1 0 100 0

. 6 A H3 B 5 D .

Converting Hexadecimal to Binary

2 C 9 . E 8 H

0 0 1 0 1 1 0 0 1 0 0 1 . 1 1 1 0 1 0 0 0 B

Hoang Trang, ref: Pearson Education Chapter 1 2424

Page 25: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Example: Convert 46.687510 To Base 2

Convert 46 to Base 2

Convert 0.6875 to Base 2:

Join the results together with the di i

Hoang Trang, ref: Pearson Education Chapter 1 25

radix point:

Page 26: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Additional Issue - Fractional Part

Note that in this conversion, the fractional part can become 0 as a result of the repeatedcan become 0 as a result of the repeated multiplications.

In general, it may take many bits to get this to g , y y ghappen or it may never happen.

Example Problem: Convert 0.6510 to N2• 0.65 = 0.1010011001001 …• The fractional part begins repeating every 4 steps

yielding repeating 1001 forever!

yielding repeating 1001 forever!

Solution: Specify number of bits to right of radix point and round or truncate to this

Hoang Trang, ref: Pearson Education Chapter 1 26

number.

Page 27: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Octal to Hexadecimal via Binary

Convert octal to binary. Use groups of four bits and convert as above to

hexadecimal digits.E l O t l t Bi t H d i l Example: Octal to Binary to Hexadecimal

6 3 5 . 1 7 7 8

Why do these conversions work?

Hoang Trang, ref: Pearson Education Chapter 1 27

Why do these conversions work?

Page 28: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

A Final Conversion Note

You can use arithmetic in other bases if you are careful: Example: Convert 1011102 to Base 10

using binary arithmetic:Step 1 101110 / 1010 = 100 r 0110Step 2 100 / 1010 = 0 r 0100Converted Digits are 01002 | 01102g 2 | 2

or 4 6 10

Hoang Trang, ref: Pearson Education Chapter 1 28

Page 29: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Binary Numbers and Binary Coding

Flexibility of representation• Within constraints below can assign any binary• Within constraints below, can assign any binary

combination (called a code word) to any data as long as data is uniquely encoded.

Information Types• Numeric

Must represent range of data neededMust represent range of data needed Very desirable to represent data such that simple,

straightforward computation for common arithmetic operations permitted

Tight relation to binary numbers• Non-numeric

Greater flexibility since arithmetic operations not applied.

Hoang Trang, ref: Pearson Education Chapter 1 29

Greater flexibility since arithmetic operations not applied. Not tied to binary numbers

Page 30: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Special Powers of 2 - Binary

210 (1024) is Kilo, denoted "K"

220 (1,048,576) is Mega, denoted "M"

30 230 (1,073, 741,824)is Giga, denoted "G"

240 (1 099 511 627 776 ) i T d t d “T" 240 (1,099,511,627,776 ) is Tera, denoted “T"

Hoang Trang, ref: Pearson Education Chapter 1 30

Page 31: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

ARITHMETIC OPERATIONS - Binary Arithmetic

Single Bit Addition with Carry Multiple Bit Addition Single Bit Subtraction with Borrow Single Bit Subtraction with Borrow Multiple Bit Subtraction Multiplication BCD Addition BCD Addition

Hoang Trang, ref: Pearson Education Chapter 1 31

Page 32: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Single Bit Binary Addition with Carry

Given two binary digits (X,Y), a carry in (Z) we get the following sum (S) and carry (C):following sum (S) and carry (C):

Carry in (Z) of 0: Z 0 0 0 0X 0 0 1 1

X 0 0 1 1+ Y + 0 + 1 + 0 + 1C S 0 0 0 1 0 1 1 0

Carry in (Z) of 1: Z 1 1 1 1X 0 0 1 1

C S 0 0 0 1 0 1 1 0

X 0 0 1 1+ Y + 0 + 1 + 0 + 1C S 0 1 1 0 1 0 1 1

Hoang Trang, ref: Pearson Education Chapter 1 32

Page 33: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Multiple Bit Binary Addition

Extending this to two multiple bit lexamples:

Carries 0 0Augend 01100 10110 Add d 10001 10111Addend +10001 +10111SumSum Note: The 0 is the default Carry-In to the

least significant bit.

Hoang Trang, ref: Pearson Education Chapter 1 33

least significant bit.

Page 34: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Single Bit Binary Subtraction with Borrow

Given two binary digits (X,Y), a borrow in (Z) we get the following difference (S) and borrow (B):get the following difference (S) and borrow (B):

Borrow in (Z) of 0: Z 0 0 0 0X 0 0 1 1X 0 0 1 1

- Y -0 -1 -0 -1BS 0 0 1 1 0 1 0 0

Borrow in (Z) of 1: Z 1 1 1 1BS 0 0 1 1 0 1 0 0

X 0 0 1 1- Y -0 -1 -0 -1

Hoang Trang, ref: Pearson Education Chapter 1 34

BS 11 1 0 0 0 1 1

Page 35: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Multiple Bit Binary Subtraction

Extending this to two multiple bit examples:

Borrows 0 0Mi d 10110 10110Minuend 10110 10110 Subtrahend - 10010 - 10011Difference Notes: The 0 is a Borrow-In to the least significantNotes: The 0 is a Borrow In to the least significant

bit. If the Subtrahend > the Minuend, interchange and append a – to the result.

Hoang Trang, ref: Pearson Education Chapter 1 35

Page 36: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Binary Multiplication

The binary multiplication table is simple: 0 0 = 0 | 1 0 = 0 | 0 1 = 0 | 1 1 = 1

Extending multiplication to multiple digits:Extending multiplication to multiple digits:Multiplicand 1011Multiplier x 101Partial Products 1011 0000 - 1011 - -P d 110111

Hoang Trang, ref: Pearson Education Chapter 1 36

Product 110111

Page 37: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Non-numeric Binary Codes

Given n binary digits (called bits), a binary codeis a mapping from a set of represented elementsis a mapping from a set of represented elementsto a subset of the 2n binary numbers.

Example: A Example: Abinary codefor the seven

Binary Number000001

ColorRedOrange

colors of therainbow

010011101

YellowGreenBlue

Code 100 is not used

110111

IndigoViolet

Hoang Trang, ref: Pearson Education Chapter 1 37

Page 38: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Number of Bits Required

Given M elements to be represented by a binary code the minimum number ofbinary code, the minimum number of bits, n, needed, satisfies the following relationships:relationships:

2n M > 2(n – 1)

n = log2 M where x , called the ceilingfunction, is the integer greater than or equal to x.

E l H bit i d t Example: How many bits are required to represent decimal digits with a binary code?

Hoang Trang, ref: Pearson Education Chapter 1 38

code?

Page 39: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Number of Elements Represented

Given n digits in radix r, there are rn

distinct elements that can be representeddistinct elements that can be represented. But, you can represent m elements, m <

rnrn

Examples:• Y t 4 l t i di 2• You can represent 4 elements in radix r = 2

with n = 2 digits: (00, 01, 10, 11). • You can represent 4 elements in radix r = 2You can represent 4 elements in radix r = 2

with n = 4 digits: (0001, 0010, 0100, 1000).• This second code is called a "one hot" code.

Hoang Trang, ref: Pearson Education Chapter 1 39

Page 40: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

DECIMAL CODES - Binary Codes for Decimal DigitsDigits

There are over 8,000 ways that you can chose 10 elements from the 16 binary numbers of 4 bits. A few are useful:

Decimal 8,4,2,1 Excess3 8,4,-2,-1 Gray

from the 16 binary numbers of 4 bits. A few are useful:

0 0000 0011 0000 00001 0001 0100 0111 01002 0010 0101 0110 01013 0011 0110 0101 01113 0011 0110 0101 01114 0100 0111 0100 01105 0101 1000 1011 00106 0110 1001 1010 00116 0110 1001 1010 00117 0111 1010 1001 00018 1000 1011 1000 10019 1001 1100 1111 1000

Hoang Trang, ref: Pearson Education Chapter 1 40

9 00 00 000

Page 41: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Binary Coded Decimal (BCD)

The BCD code is the 8,4,2,1 code. 8 4 2 d 1 i ht 8, 4, 2, and 1 are weights BCD is a weighted code This code is the simplest most intuitive binary This code is the simplest, most intuitive binary

code for decimal digits and uses the same powers of 2 as a binary number, but only encodes the first ten values from 0 to 9.

Example: 1001 (9) = 1000 (8) + 0001 (1) How many “invalid” code words are there? What are the “invalid” code words?

Hoang Trang, ref: Pearson Education Chapter 1 41

Page 42: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Excess 3 Code and 8, 4, –2, –1 Code

Decimal Excess 3 8, 4, –2, –10 0011 00000 0011 00001 0100 01112 0101 01103 0110 01014 0111 01005 1000 10115 1000 10116 1001 10107 1010 1001

What interesting property is common

8 1011 10009 1100 1111

Hoang Trang, ref: Pearson Education Chapter 1 42

What interesting property is common to these two codes?

Page 43: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Warning: Conversion or Coding?

Do NOT mix up conversion of a decimal number to a binary number with codinga decimal number with a BINARY CODE.

1310 = 11012 (This is conversion)1310 11012 (This is conversion) 13 0001|0011 (This is coding)

Hoang Trang, ref: Pearson Education Chapter 1 43

Page 44: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

BCD Arithmetic

Given a BCD code, we use binary arithmetic to add the digits:8 1000 Eightg

+5 +0101 Plus 5 13 1101 is 13 (> 9) Note that the result is MORE THAN 9, so must beN O N ,

represented by two digits! To correct the digit, subtract 10 by adding 6 modulo 16.

8 1000 Eight8 1000 Eight+5 +0101 Plus 5 13 1101 is 13 (> 9)

0110 dd 6+0110 so add 6carry = 1 0011 leaving 3 + cy

0001 | 0011 Final answer (two digits)

Hoang Trang, ref: Pearson Education Chapter 1 44

| g If the digit sum is > 9, add one to the next significant digit

Page 45: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

BCD Addition Example

Add 2905BCD to 1897BCD showing gcarries and digit corrections.

00001 1000 1001 0111

0

+ 0010 1001 0000 0101

Hoang Trang, ref: Pearson Education Chapter 1 45

Page 46: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

ALPHANUMERIC CODES - ASCII Character Codes

American Standard Code for Information Interchange (Refer to Table 1 -4 in the text)g

This code is a popular code used to represent information sent as character-based data. It uses

(Refer to Table 1 4 in the text)

7-bits to represent:• 94 Graphic printing characters.• 34 Non printing characters34 Non-printing characters

Some non-printing characters are used for text format (e.g. BS = Backspace, CR = carriage ( g p , greturn)

Other non-printing characters are used for record ki d fl t l ( STX d ETX t t

Hoang Trang, ref: Pearson Education Chapter 1 46

marking and flow control (e.g. STX and ETX start and end text areas).

Page 47: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

ASCII Properties

ASCII has some interesting properties:Di it 0 t 9 H d i l l 30 t 39 Digits 0 to 9 span Hexadecimal values 3016 to 3916 . Upper case A-Z span 4116 to 5A16 . Lower case a-z span 6116 to 7A16 .p 16 16

• Lower to upper case translation (and vice versa) occurs by flipping bit 6.

D l t (DEL) i ll bit t f h Delete (DEL) is all bits set, a carryover from when punched paper tape was used to store messages.

Punching all holes in a row erased a mistake!u c g o es ow e sed s e!

Hoang Trang, ref: Pearson Education Chapter 1 47

Page 48: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

PARITY BIT Error-Detection Codes

Redundancy (e.g. extra information), in the form of extra bits can be incorporated intoform of extra bits, can be incorporated into binary code words to detect and correct errors.

A simple form of redundancy is parity, an extra p y p y,bit appended onto the code word to make the number of 1’s odd or even. Parity can detect all single bit errors and some multiple bit errorssingle-bit errors and some multiple-bit errors.

A code word has even parity if the number of 1’s in the code word is even.1 s in the code word is even.

A code word has odd parity if the number of 1’s in the code word is odd.

Hoang Trang, ref: Pearson Education Chapter 1 48

Page 49: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

4-Bit Parity Code Example

Fill in the even and odd parity bits:Even Parity Odd ParityEven Parity Odd Parity

Message - Parity Message - Parity000 - 000 -001 001001 - 001 -010 - 010 -011 - 011 -

100100 - 100 -101 - 101 -110 - 110 -

The codeword "1111" has even parity and the codeword "1110" has odd parity Both can be

111 - 111 -

Hoang Trang, ref: Pearson Education Chapter 1 49

codeword 1110 has odd parity. Both can be used to represent 3-bit data.

Page 50: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

GRAY CODE – Decimal

Decimal 8,4,2,1 Gray0 0000 00001 0001 01002 0010 01013 0011 01113 0011 01114 0100 01105 0101 00106 0110 00116 0110 00117 0111 00018 1000 10019 1001 1000

What special property does the Gray code have in relation to adjacent decimal digits?

Hoang Trang, ref: Pearson Education Chapter 1 50

j g

Page 51: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Optical Shaft Encoder

Does this special Gray code property have any value? An Example: Optical Shaft Encoder

B0

111

110

000

001B1 101

100 000

001110 001B2

G1

G2

101 001

010101G0

G1

111011

Hoang Trang, ref: Pearson Education Chapter 1 51

011100

(a) Binary Code for Positions 0 through 7

010110

(b) Gray Code for Positions 0 through 7

Page 52: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Shaft Encoder (Continued)

How does the shaft encoder work?

For the binary code, what codes may be produced if the shaft position liesproduced if the shaft position lies between codes for 3 and 4 (011 and 100)?

Is this a problem?

Hoang Trang, ref: Pearson Education Chapter 1 52

Page 53: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

Shaft Encoder (Continued)

For the Gray code, what codes may be produced if the shaft position lies between codes for 3 and 4 (010 and 110)?

Is this a problem?p

Does the Gray code function correctly for Does the Gray code function correctly for these borderline shaft positions for all cases encountered in octal counting?

Hoang Trang, ref: Pearson Education Chapter 1 53

cases encountered in octal counting?

Page 54: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

UNICODE

UNICODE extends ASCII to 65,536 universal characters codes• For encoding characters in world languagesFor encoding characters in world languages

• Available in many modern applications

• 2 byte (16-bit) code words

• See Reading Supplement – Unicode on the g ppCompanion Website http://www.prenhall.com/mano

Hoang Trang, ref: Pearson Education Chapter 1 54

Page 55: Computer Eng 1hoangtrang/lecture note/ECE290... · INFORMATION REPRESENTATION - Signals Information variables represented by physical quantities. For digital systems, the variables

BASE CONVERSION

Useful for Base ConversionExponent Value Exponent Value

0 1 11 2,0481 2 12 4 0961 2 12 4,0962 4 13 8,1923 8 14 16,3844 16 15 32,7685 32 16 65,5366 64 17 131,072,7 128 18 262,144

19 524,28820 1 048 576

8 2569 512

Hoang Trang, ref: Pearson Education Chapter 1 55

20 1,048,57621 2,097,152

9 51210 1024