Skip to main content

Digital techniques__BCD Addition





BCD arithmetic has two operations. 1) Addition 2) subtraction 

  • BCD Addition is same as binary addition but if result is invalid BCD number, then Add 0110 i.e. 6 into the result to correct it.
  • BCD Subtraction is also same as binary subtraction but if result is invalid BCD number then subtract 0110 i.e. 6 from the result to get correct answer. 


Comments

Popular posts from this blog

Digital techniques__representation of logical expression using minterm and maxterm

Digital techniques__4 Bit Adder and Subtractor

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.