Question
According to the Tax Devolution policy of central
government, the taxes collected by the Centre is devolved in who many instalments among states in a fiscal year?Solution
The government released two instalments of tax devolution to states totalling over ₹ 1.16 lakh crore to help accelerate their capital expenditure as against normal monthly devolution of ₹ 58,333 crore. This would help strengthen the hands of states to accelerate their capital and developmental expenditure. Currently, 41 per cent of taxes collected by the Centre is devolved in 14 instalments among states in a fiscal year. Tax Devolution - It is based on a formulaic transfer of resources to states, determined by the Finance Commission. The tax devolution formula is based on the principles of need, equity, and efficiency. In other words, the formula is progressive – states in need of higher assistance receive a larger share of funds devolved.
What is "serverless computing"?
Which of the following language is used for specifying style sheets for XML documents?Â
Fill the blank
In K-Means algorithm, we calculate the distance between each point of the dataset to every ________ initialized.Â
What is the primary goal of disk scheduling in operating systems?
Complete a simple hash function for a string s that sums the ASCII values of its characters and then takes the modulo of a prime number M.
def si...
When building a Huffman tree, the two nodes with the smallest frequencies are combined. Which line correctly creates a new parent node newNode with left...
What is the time complexity for performing enqueue and dequeue operations on a queue implemented using a linked list?
- In a dense index, why might an index entry not appear for every search key value in the file?
Consider the following C++ code:
#include
#include
class Printer {
public:
  void print(int n...
A good hash function aims to achieve which of the following characteristics?