Step 1: In IEEE single-precision format, the first bit represents the sign (1 for negative, 0 for positive), the next 8 bits are the exponent, and the remaining 23 bits are the mantissa.
Step 2: The given representation is: \[ 1 { } 10000000 { } 010...000 \] Sign bit is 1, thus it is a negative number. Exponent bits are \( 10000000 = 128\). The bias for single precision is 127, so exponent \( E = 128 - 127 = 1 \). Mantissa is \(1.01\), where we need to add 1 before the mantissa.
Step 3: The decimal value is \[ (-1)^1 \times (1.25) \times 2^1 = -1 \times 1.25 \times 2 = -2.5 \]
A continuous time periodic signal \( x(t) \) is given by: \[ x(t) = 1 + 2\cos(2\pi t) + 2\cos(4\pi t) + 2\cos(6\pi t) \] If \( T \) is the period of \( x(t) \), then evaluate: \[ \frac{1}{T} \int_0^T |x(t)|^2 \, dt \quad {(round off to the nearest integer).} \]
If A + B means A is the mother of B; A - B means A is the brother of B; A % B means A is the father of B, and A \(\times\) B means A is the sister of B, which of the following shows that P is the maternal uncle of Q?