Final answer:
The output values of the binary adder are 011, equivalent to the decimal number 3.
Step-by-step explanation:
In a binary adder, the inputs a, b, and c represent the digits of a binary number to be added. In this case, a=0, b=1, and c=1. To determine the output values, we need to perform binary addition:
- Start with the rightmost column (ones place): 0+1+1=2. Write down the rightmost digit (0) and carry over the leftmost digit (1).
- Move to the next column (tens place): 0+0+1 (carried over from previous column)=1. Write down the digit (1).
- Finally, move to the leftmost column: 0+0 (carried over from previous column)+0=0. Write down the digit (0).
Therefore, the output values of the binary adder are 011, which is equivalent to the decimal number 3.