Design a decimal arithmetic unit with two selection variables, V1, and Vo, and two BCD digits, A and B. The unit should have four arithmetic operations which depend on the values of the selection variables as shown below. V1=0011, V0=0101 and output functions are as follows;
1- A+9's complement of B
2- A+B
3- A+10's complement of B
4- A+1 (add 1 to A)
(You can see question number 3 in the attached file)