Question
With reference to the classification of the states,
consider the following statements: 1. After Independence, all the states were classified into four groups. 2. Group classification was abolished on the recommendations of the Fazl Ali Commission. Which of the statements given above is/are correct?Solution
In 1950, the Constitution contained a four-fold classification of the states of the Indian Union—Part A, Part B, Part C and Part D State. In all, they numbered 29. Part-A states comprised nine erstwhile governor’s provinces of British India. Part-B states consisted of nine erstwhile princely states with legislatures. Part-C states consisted of erstwhile chief commissioner’s provinces of British India and some of the erstwhile princely states. These Part-C states (in all 10 in number) were centrally administered. The Andaman and Nicobar Islands were kept as the solitary Part-D state. Hence, statement 1 is correct. • Fazl Ali Commission suggested the abolition of the four-fold classification of states under the original Constitution and creation of 16 states and 3 centrally administered territories. The Government of India accepted these recommendations with certain minor modifications. By the States Reorganisation Act (1956) and the 7th Constitutional Amendment Act (1956), the distinction between Part-A and Part-B states was done away with and Part-C states were abolished. Some of them were merged with adjacent states and some other were designated as union territories. As a result, 14 states and 6 union territories were created on November 1, 1956. Hence, statement 2 is correct.
The ALU performs the indicated operation on the operands prepared in the prior cycle and store the result in the specified destination operand location.
Consider a stack implemented using a fixed-size array in C or Java. What is the primary concern when performing a push operation?
Consider the following Python code:
text = "banana"
char_to_find = 'a'
count = 0
for i in range(len(text)):
  if ...
Which of the following is a key characteristic of a heap's structure?
Which approach does BERT use for pre-training?
Which network security device typically enforces a policy based on IP, port and protocol and can operate at transport and application layer when deep in...
The precision is composed of which of the following two characteristics?
In datawarehouse , a fact table consist of
In ___ each address field determines two address fields i.e. either a memory word or the processor register.
What is the output of the following Java code?
  public class LoopTest {
    public static void main(String[] args) {
ďż˝...