Properties of Convolution Codes and Reed-Solomon Codes

Question 1
Marks : +2 | -2
Pass Ratio : 100%
The look ahead length L is given by
m+1
m-1
(m+1)/2
1-m
Explanation:
Look ahead length L is given by m+1 where m is the preselected positive integer.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
A feedback decoder makes hard decision.
True
False
Explanation:
The feedback decoder makes hard decision on data bits.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Which has a limited resolution?
Hard decision decoder
Soft decision decoder
Hard & Soft decision decoder
None of the mentioned
Explanation:
The soft decision algorithm has limited resolution than hard decision algorithm and thus it cannot use hamming distance metric.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which parameter is used in soft decision algorithm?
Euclidean distance
Euclidean distance squared
Euclidean distance & distance squared
None of the mentioned
Explanation:
As soft decision decoding algorithm has limited resolution it cannot use hamming distance metric. Instead it uses Euclidean and monotonic metric such as Euclidean distance squared.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which factor is desirable?
Minimum correlation
Maximum correlation
Maximum distance
None of the mentioned
Explanation:
While using Euclidean distance squared metric, maximum correlation is desirable rather than minimum distance.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which distance is related to the error correcting capability of the code?
Maximum distance
Minimum distance
Maximum & Minimum distance
None of the mentioned
Explanation:
Minimum distance between all pair of code words is related to the error correcting capability of the code.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
The error correcting capability of a code scheme increases as the
Number of channel symbols per information bit increases
Bandwidth increases
Information per bit increases
All of the mentioned
Explanation:
The error correcting capability of a code scheme increases as the number of channel symbols n per information bit k increases or the rate k/n decreases. As n increases bandwidth and complexity also increases.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Soft decision results in
Increase in complexity
Decrease in storage
Increase in complexity & Decrease in storage
None of the mentioned
Explanation:
Soft decisions require more storage and it also increases the complexity. For this reason soft decisions are preferred less when compared to hard decisions.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
A code should be selected such that it should
Not have catastrophic error propagation
Have minimum free distance
All of the mentioned
None of the mentioned
Explanation:
Generally code’s are selected based on the free distance property. The criteria for selecting code is that it should not have catastrophic error propagation and it should have maximum free distance.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
A catastrophic error is an event whereby ______ number of code symbol error causes _______ number of decoded data error bits.
Finite, finite
Finite, infinite
Infinite, finite
Infinite, infinite
Explanation:
A catastrophic error is defined as an event whereby a finite number of code symbols error causes an infinite number of decoded data bit errors.