Question
What are the three tiers of the Government in
India?Solution
- Central Government (Union Government) :
- This is the national government of India, headquartered in New Delhi. It is responsible for governing the entire country and deals with matters listed in the Union List, such as defense, foreign affairs, atomic energy, and interstate transportation. It is headed by the Prime Minister of India.
- State Government :
- India is divided into several states and union territories, each having its own government. State governments handle matters listed in the State List, including police, public health, agriculture, and local government. Each state government is headed by a Chief Minister.
- Local Government :
- The local government is further divided into rural and urban bodies. The rural bodies include Panchayats at the village, intermediate, and district levels, while the urban bodies include Municipalities and Municipal Corporations. These local governments handle local administration and are responsible for providing basic services and infrastructure to the local population.
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for the time complexity of binary search?
Which is not true about minimum spanning tree?
Which sorting algorithm divides the array into halves recursively?
Which command is TCL command
Which of the following is substring of “IXAMBEE”?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
In a binary search tree (BST), what is true about the left child of a node?