Right option is (a) True
Explanation: To calculate a N point DFT using FFT algorithm, we need to perform (N/2) log2N multiplications and N log2N additions. But in some cases where desired number of values of the DFT is less than log2N such a huge complexity is not required. So, direct computation of the desired values is more efficient than FFT algorithm.