In the first column of this series, I introduced the concepts underlying BCD (binary-coded-decimal) representations. In my second column I discussed how we go about adding and subtracting unsigned BCD ...
Over the last few months I've come to the conclusion that most of us have an innate faith that we understand the concepts behind BCD (binary coded decimal), but that in reality the majority of us ...
This is repo for beginner whose has some issue or problem in DIGITAL ELECTRONICS and programming , it is specially made for you to understand both Digital electronics and how it work in computer's.
This is repo for beginner whose has some issue or problem in DIGITAL ELECTRONICS and programming , it is specially made for you to understand both Digital electronics and how it work in computer's.
Here's a C/C++ program that converts decimal numbers ranging from 0 to 99,999 to binary and BCD formats. Using a simple algorithm in conjunction with pointer ...