Digital Signal Processing

Representation of Numbers

Question 1
Marks : +2 | -2
Pass Ratio : 100%
The truncation error for the sign magnitude representation is symmetric about zero.
True
False
Explanation:
The truncation error for the sign magnitude representation is symmetric about zero and falls in the range
Question 2
Marks : +2 | -2
Pass Ratio : 100%
The binary digit b-A is called as ______________
LSB
Total value
MSB
None of the mentioned
Explanation:
Since the binary digit b-A is the first bit in the representation of the real number, it is called as the most significant bit(MSB) of the number.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
What are the mantissa and exponent required respectively to represent ‘5’ in binary floating point representation?
011,0.110000
0.110000,011
011,0.101000
0.101000,011
Explanation:
We can represent 5 as
Question 4
Marks : +2 | -2
Pass Ratio : 100%
For a twos complement representation, the truncation error is ____________
Always positive
Always negative
Zero
None of the mentioned
Explanation:
For a two’s complement representation, the truncation error is always negative and falls in the range
Question 5
Marks : +2 | -2
Pass Ratio : 100%
What is the 2’s complement of (1100)2?
(0100)2
(0011)2
(0111)2
(1100)2
Explanation:
The ones complement of (1100)2 is (0011)2. Thus the two complement of this number is obtained as (0011)2+(0001)2=(0100)2.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
What is the largest floating point number that can be represented using a 32-bit word?
3*1038
1.7*1038
0.2*1038
0.3*1038
Explanation:
Let the mantissa be represented by 23 bits plus a sign bit and let the exponent be represented by 7 bits plus a sign bit.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
What is the resolution to cover a range of numbers xmax-xmin with ‘b’ number of bits?
(xmax+xmin)/(2b-1)
(xmax+xmin)/(2b+1)
(xmax-xmin)/(2b-1)
(xmax-xmin)/(2b+1)
Explanation:
A fixed point representation of numbers allows us to cover a range of numbers, say, xmax-xmin with a resolution
Question 8
Marks : +2 | -2
Pass Ratio : 100%
What is the mantissa and exponent respectively obtained when we add 5 and 3/8 in binary float point representation?
0.101010,011
0.101000,011
0.101011,011
0.101011,101
Explanation:
We can represent the numbers in binary float point as
Question 9
Marks : +2 | -2
Pass Ratio : 100%
If the two numbers are to be multiplied, the mantissa are multiplied and the exponents are added.
True
False
Explanation:
Let us consider two numbers X=M.2E and Y=N.2F
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Due to non-uniform resolution, the corresponding error in a floating point representation is proportional to the number being quantized.
True
False
Explanation:
In floating point representation, the mantissa is either rounded or truncated. Due to non-uniform resolution, the corresponding error in a floating point representation is proportional to the number being quantized.