Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
Im working on my Digital Design HW and the problem wants me to build a circuit to convert BCD code to 2421 code. I cant figure out what 2421 code is, I cant find it in the book/index, and I cant find it on google. Does anyone know?
2421 Code
This is a weighted code, its weight are 2, 4, 2 and 1. A decimal number is represented in 4-bit form and total weight of the four bits = 2 + 4 + 2 + 1 = 9. Hence the 2421 code represents decimal number 0 to 9.
Excess-3 and BCD 2421 were devised so that bitwise complementation
will give the 9's complement (the radix 2 analog of 1's complement)
of the decimal number, making hardware implementation require more
simple circuitry.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.