

MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Digital Signal Processing knowledge and support exam preparation. Choose a topic below to get started.
1. |
FOR_A_TWOS_COMPLEMENT_REPRESENTATION,_THE_TRUNCATION_ERROR_IS:?$ |
A. | Always positive |
B. | Always negative |
C. | Zero |
D. | None of the mentioned |
Answer» C. Zero | |
2. |
Due_to_non-uniform_resolution,_the_corresponding_error_in_a_floating_point_representation_is_proportional_to_the_number_being_quantized.$ |
A. | True |
B. | False |
Answer» B. False | |
3. |
If 0 |
A. | Fractional number |
B. | Infinity |
C. | Mixed number |
D. | Zero |
Answer» D. Zero | |
4. |
What is the smallest floating point number that can be represented using a 32-bit word? |
A. | 3*10<sup>-38</sup> |
B. | 2*10<sup>-38</sup> |
C. | 0.2*10<sup>-38</sup> |
D. | 0.3*10<sup>-38</sup> |
Answer» E. | |
5. |
If the two numbers are to be multiplied, the mantissas are multiplied and the exponents are added. |
A. | True |
B. | False |
Answer» B. False | |
6. |
What are the mantissa and exponent required respectively to represent ‘5’ in binary floating point representation?$ |
A. | 011,0.110000 |
B. | 0.110000,011 |
C. | 011,0.101000 |
D. | 0.101000,011 |
Answer» E. | |
7. |
What is the resolution to cover a range of numbers xmax-xmin with ‘b’ number of bits?$ |
A. | (xmax+xmin)/(2<sup>b</sup>-1) |
B. | (xmax+xmin)/(2<sup>b</sup>+1) |
C. | (xmax-xmin)/(2<sup>b</sup>-1) |
D. | (xmax-xmin)/(2<sup>b</sup>+1) |
Answer» D. (xmax-xmin)/(2<sup>b</sup>+1) | |
8. |
The binary point between the digits b0 and b1 exist physically in the computer. |
A. | True |
B. | False |
Answer» C. | |
9. |
If (101.01)2=(x)10, then what is the value of x? |
A. | 505.05 |
B. | 10.101 |
C. | 101.01 |
D. | 5.25 |
Answer» E. | |