Question
The amendment to Indian Constitution as per Art. 368
requires : A. a majority of total membership of each house B. ratification by half of state lelgislatures           C. ratification by 2/3rds of state legislatures D. special majority of 2/3rd of members present and voting of both houses.Solution
Article 368. Article 368 of the Indian Constitution lays down the procedure for amending the Constitution. It provides that the Constitution can be amended by a special majority of both Houses of Parliament, which means that the amendment has to be passed by a two-thirds majority of the members present and voting, as well as a majority of the total membership of each House. Additionally, some amendments require ratification by at least half of the State Legislatures
Which ES6 feature allows for function parameters to have default values if no value is provided during a function call?
In Power BI, which feature allows the creation of dynamic and customized summaries of data by dragging and dropping fields into a table-like structure?
In the context of the data analysis process, what is the main purpose of the "modeling" stage?
Which SDLC model integrates testing at every phase of development, ensuring defects are identified early?
Which of the following best describes non-random sampling?
What is the primary advantage of using a box plot for data visualization?
In R, summary() function provides:
Consider the following Python code:
class Shape:
  def area(self):
    return 0
class Circle(Shape):
 �...
Which of the following is an example of moving average forecasting?
What is the primary purpose of normalization in database design?