If \( x \) and \( y \) are two decimal digits and \( (0.1101)_2 = (0.8xy5)_{10} \), the decimal value of \( x + y \) is \(\underline{\hspace{2cm}}\).
Step 1: Convert the binary fraction to decimal.
\[
(0.1101)_2 = \frac{1}{2} + \frac{1}{4} + \frac{1}{16}
\]
\[
= 0.5 + 0.25 + 0.0625 = 0.8125
\]
Step 2: Equate with the given decimal representation.
\[
(0.8xy5)_{10} = 0.8 + \frac{x}{100} + \frac{y}{1000} + \frac{5}{10000}
\]
\[
= 0.8 + \frac{x}{100} + \frac{y}{1000} + 0.0005
\]
Step 3: Match decimal values.
\[
0.8125 = 0.8005 + \frac{x}{100} + \frac{y}{1000}
\]
\[
\frac{x}{100} + \frac{y}{1000} = 0.012
\]
Step 4: Solve for digits.
Trying decimal digits, \( x = 1 \) and \( y = 2 \) satisfy the equation.
\[
x + y = 3
\]
% Final Answer
Final Answer: \[ \boxed{3} \]
The format of the single-precision floating-point representation of a real number as per the IEEE 754 standard is as follows:
\[ \begin{array}{|c|c|c|} \hline \text{sign} & \text{exponent} & \text{mantissa} \\ \hline \end{array}\] Which one of the following choices is correct with respect to the smallest normalized positive number represented using the standard?
Assume that a 12-bit Hamming codeword consisting of 8-bit data and 4 check bits is $d_8 d_7 d_6 d_5 c_8 d_4 d_3 d_2 c_4 d_1 c_2 c_1$, where the data bits and the check bits are given in the following tables. Which one of the following choices gives the correct values of $x$ and $y$? 