Question
हिंदी के प्रसार के
लिए केंद्र सरकार को दिशा-निर्देश देने हेतु राजभाषा आयोग का गठन किस अनुच्छेद के अंतर्गत होता है ?Solution
व्याख्या: अनुच्छेद 344 राजभाषा आयोग एवं संसद की समितियों के गठन का आधार है।
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Dijkstra's algorithm, used for finding the shortest paths from a single source to all other vertices in a graph with non-negative edge weights, is an ex...
There is a BST and below is the Pre order of the BST, What will be it’s In order
150 70 60 80 250 200 350
Resolution of analog to digital converter is given by_____
Ignoring quantization noise and considering only channel noise in pulse coded modulation system, if signal-to-noise ratio is 10 dB, noise power is 2 dB,...
Which evaluation metric is commonly used in machine translation?
Which of the following is NOT a direct benefit of encapsulation?
In R, which function reshapes data from long to wide format?
Which of the following sorting algorithms has the best worst-case time complexity of O(n log n)?
Which of the following statements about abstract methods in Java is true?