Skip to main content

Digital techniques__excess-3 codes




Here we learn excess-3 code. Excess-3 code are obtained by adding 3 into given BCD number .
In this post we learn how to convert BCD number to excess-3 . it is very simple you have to add 3 into given BCD number . and second is how to convert excess-3 code into BCD. we have to subtract 3 from given excess-3 number. 

Comments

Popular posts from this blog

Digital techniques__Number system

Hello! In last post we had seen introduction of number system. now we are going to learn types of number systems.

Digital techniques__Decoders

A decoder converts digital signals into corresponding decimal code. The encoded data is most of decoded for user interface for most of the devices like monitor, printer, calculator displays etc.   

Digital techniques__Binary arithmetic

In this i explained binary arithmetic operations. Arithmetic operations includes binary addition, subtraction, multiplication and division etc  binary subtraction are performed by using complements. complements simplify subtraction operation in digital computer.