(30 %) Please find the answers of the following questions. (a) (5 %) Formulate a weighted binary code for the decimal di
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(30 %) Please find the answers of the following questions. (a) (5 %) Formulate a weighted binary code for the decimal di
questions. (a) (5 %) Formulate a weighted binary code for the decimal digits with weights 6, 3, 1, 1. For the two weighted bits “1”, the last bit always has a higher priority than the other. (b) (5 %) If we want to build a converter between excess-3 and such a (6, 3, 1, 1)-weighted BCD, let the 4-bit excess-3 input and (6, 3, 1, 1)-weighted output variables be (A, B, C, D) and (w, x, y, z), respectively. Please construct the truth table. (c) (8 %) Find the simplified Boolean functions of the outputs and plot the corresponding logic diagrams. (d) (12 %) Implement the whole converter by using Multiplexers.
(30 %) Please find the answers of the following