Show binary coded decimal number system, Electrical Engineering

Assignment Help:

Q. Show Binary Coded Decimal Number System?

If we analysis single digit values for hex, the numbers 0 - F, they represent the values 0 - 15 in decimal, and occupy a nibble. Frequently, we wish to use a binary equivalent of the decimal system.

This system is called as BCD or Binary Coded Decimal which also occupies a nibble. In Binary Coded Decimal, the binary patterns 1010 through 1111 do not represent valid BCD numbers, and cannot be used.

Conversion from Decimal to Binary Coded Decimal (BCD) is straightforward. You simply assign each digit of the decimal number to a byte and convert 0 through 9 to 0000 0000 through 0000 1001, but you can't perform the repeated division by 2 as you did to convert decimal to binary.

Lets us see how this works. Determine the Binary Coded Decimal or BCD value for the decimal number 5,319. Ever since there are four digits in our decimal number, there are four bytes in our BCD number. They are as

Thousands

Hundreds

Tens

Units

5

3

1

9

0 0 0 0 0 1 0 1

0 0 0 0 0 0 1 1

0 0 0 0 0 0 0 1

0 0 0 0 1 0 0 1

Ever since computer storage requires the minimum of 1 byte, you can see that the upper nibble of each BCD or Binary Coded Decimal number is wasted storage. Binary Coded Decimal is still a weighted position number system so you may perform mathematics, but we must use special techniques in order to obtain a correct answer.

(BCD) Binary Coded decimal is a variation on binary code in which each digit of a base-10 (decimal) number is represented by its 4-digit binary code. Therefore, to represent the number 5739 in BCD, we take each digit separately and write down its binary representation with 4 -digits:

                                5 - binary 0101
                                7 - binary 0111
                                3 - binary 0011
                                9 - binary 1001

The Binary Coded Decimal representation of 5739 is therefore 0101 0111 0011 1001

Binary Coded Decimal is not a particularly efficient code as in pure binary 4-bits can represent 16 different numbers but in Binary Coded Decimal 4-bits are used to represent only 10 numbers.


Related Discussions:- Show binary coded decimal number system

Explain the 16-bit registers dptr and sp of 8051, Explain the 16-bit regist...

Explain the 16-bit registers DPTR and SP of 8051. DPTR: DPTR stands for data pointer. DPTR having of a high byte (DPH) and a low byte (DPL). Its function is to hold a 16-b

Dpr preparation, DPR PREPARATION: 1.  Asset Management 2.  System O...

DPR PREPARATION: 1.  Asset Management 2.  System Operations and Despatch 3.  Field Operations 4.  Customer Processes 5.  Corporate Processes The details covered

Illustrate about transfer functions, Q. Illustrate about Transfer Functions...

Q. Illustrate about Transfer Functions? The transfer function is a means by which the dynamic characteristics of devices or systems are described. The transfer function is a ma

Half-wave rectifier, Half-wave rectifier: A half-wave rectifier will j...

Half-wave rectifier: A half-wave rectifier will just only give one peak per cycle and for this reason and other reasons is only employed in extremely small power supplies. A f

Interpret the assembly output of the lc - 3 compilers, Interpret the Assemb...

Interpret the Assembly Output of the LC - 3 Compilers Goals to understand the stack convention of the LC3 compiler: How the stack pointer and frame pointer are managed

How the interrupts can be masked in 8086, How the interrupts can be masked/...

How the interrupts can be masked/unmasked in 8086? The 8086 interrupt priorities are concerned; software interrupts have the highest priority, followed by NMI followed by INTR.

Find the average power absorbed by each element, Q. Let v(t) = V max cos ω...

Q. Let v(t) = V max cos ωt be applied to (a) a pure resistor, (b) a pure capacitor (with zero initial capacitor voltage, and (c) a pure inductor (with zero initial inductor curren

Why is an emitter bypass capacitor in amplifier, Q.  Why is an emitter bypa...

Q.  Why is an emitter bypass capacitor used in an RC coupled amplifier? If an emitter resistor Re is used for self-bias in an amplifier and if it is desired to avoid the degene

Illustrate the working of full wave rectifier, Illustrate the working of fu...

Illustrate the working of full wave rectifier using bridge rectifier. How is it different from centre tapped Rectifier ? Illustrate Avalanche and Zener breakdown. Draw & explain

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd