Question
Which one of the following statements is not true about
National Pension Scheme (NPS)?Solution
This pension programme is open to employees from the public, private and even the unorganised sectors except those from the armed forces. It encourages people to put money into a pension account at regular periods during their working lives. Subscribers can withdraw a set amount of the corpus after they retire. After retirement, an NPS account holder will receive the leftover amount as a monthly pension. The scheme is portable across jobs and locations, with tax benefits under Section 80C and Section 80CCD.
Which of the following CPU scheduling algorithms is optimal for minimizing average waiting time but requires knowledge of future process execution times...
Which of the following sorting algorithms has the best average-case time complexity?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...What is the primary purpose of a digital signature in cryptography?
Which command is TCL command
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
Which graph traversal technique is commonly used for topological sorting?
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
What is the worst-case time complexity of Bubble Sort?