

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Digital Signal Processing Questions and Answers knowledge and support exam preparation. Choose a topic below to get started.
1. |
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. | |
2. |
What is the resolution to cover a range of numbers xmax-xmin with ‘b’ number of bits? |
A. | (xmax+xmin)/(2b-1) |
B. | (xmax+xmin)/(2b+1) |
C. | (xmax-xmin)/(2b-1) |
D. | (xmax-xmin)/(2b+1) |
Answer» D. (xmax-xmin)/(2b+1) | |
3. |
If X is a real number with ‘r’ as the radix, A is the number of integer digits and B is the number of fraction digits, then X=\(\sum_{i=-A}^B b_i r^{-i}\). |
A. | True |
B. | False |
Answer» B. False | |